mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
chore(deps): update dependency query-string to v9.1.1
This commit is contained in:
parent
52bc367db9
commit
acc01e1ab5
2 changed files with 6 additions and 5 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
@ -93,7 +93,7 @@
|
|||
"postcss-loader": "4.3.0",
|
||||
"postcss-simple-vars": "5.0.2",
|
||||
"prop-types": "15.8.1",
|
||||
"query-string": "9.1.0",
|
||||
"query-string": "9.1.1",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
"react-intl": "5.25.1",
|
||||
|
@ -18031,10 +18031,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/query-string": {
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.0.tgz",
|
||||
"integrity": "sha512-t6dqMECpCkqfyv2FfwVS1xcB6lgXW/0XZSaKdsCNGYkqMO76AFiJEg4vINzoDKcZa6MS7JX+OHIjwh06K5vczw==",
|
||||
"version": "9.1.1",
|
||||
"resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.1.tgz",
|
||||
"integrity": "sha512-MWkCOVIcJP9QSKU52Ngow6bsAWAPlPK2MludXvcrS2bGZSl+T1qX9MZvRIkqUIkGLJquMJHWfsT6eRqUpp4aWg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"decode-uri-component": "^0.4.1",
|
||||
"filter-obj": "^5.1.0",
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
"postcss-loader": "4.3.0",
|
||||
"postcss-simple-vars": "5.0.2",
|
||||
"prop-types": "15.8.1",
|
||||
"query-string": "9.1.0",
|
||||
"query-string": "9.1.1",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
"react-intl": "5.25.1",
|
||||
|
|
Loading…
Reference in a new issue