Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-03-25 16:49:11 +13:00 committed by GitHub
parent 66def04996
commit 58e1f71183
4 changed files with 6 additions and 6 deletions

View File

@ -21649,9 +21649,9 @@
"dev": true
},
"qs": {
"version": "6.9.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.1.tgz",
"integrity": "sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA=="
"version": "6.9.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.2.tgz",
"integrity": "sha512-2eQ6zajpK7HwqrY1rRtGw5IZvjgtELXzJECaEDuzDFo2jjnIXpJSimzd4qflWZq6bLLi+Zgfj5eDrAzl/lptyg=="
},
"query-string": {
"version": "4.3.4",

View File

@ -126,7 +126,7 @@
"marked": "0.8.2",
"memoize-one": "5.1.1",
"prismjs": "1.19.0",
"qs": "6.9.1",
"qs": "6.9.2",
"react-click-outside": "3.0.1",
"react-dates": "21.8.0",
"react-router-dom": "5.1.2",

View File

@ -51,7 +51,7 @@
"memoize-one": "5.1.1",
"moment": "2.24.0",
"prop-types": "15.7.2",
"qs": "6.9.1",
"qs": "6.9.2",
"react-dates": "21.8.0",
"react-router-dom": "5.1.2",
"react-transition-group": "4.3.0"

View File

@ -24,7 +24,7 @@
"@babel/runtime-corejs2": "7.9.2",
"history": "4.10.1",
"lodash": "4.17.15",
"qs": "6.9.1"
"qs": "6.9.2"
},
"publishConfig": {
"access": "public"