Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-04-02 10:30:30 +10:00 committed by GitHub
parent 782d2ac468
commit 90a898d971
4 changed files with 6 additions and 6 deletions

View File

@ -21497,9 +21497,9 @@
"dev": true
},
"qs": {
"version": "6.9.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.2.tgz",
"integrity": "sha512-2eQ6zajpK7HwqrY1rRtGw5IZvjgtELXzJECaEDuzDFo2jjnIXpJSimzd4qflWZq6bLLi+Zgfj5eDrAzl/lptyg=="
"version": "6.9.3",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.3.tgz",
"integrity": "sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw=="
},
"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.2",
"qs": "6.9.3",
"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.2",
"qs": "6.9.3",
"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.2"
"qs": "6.9.3"
},
"publishConfig": {
"access": "public"