chore(deps): update dependency query-string to v7.1.3

This commit is contained in:
renovate[bot]
2023-01-09 07:48:02 +00:00
committed by Bastian
parent 63cf8010dd
commit 7d0a6dd718
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -30,7 +30,7 @@
"marked": "4.2.4",
"moment": "2.29.4",
"postcss-normalize": "10.0.1",
"query-string": "7.1.1",
"query-string": "7.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.7.1",
@@ -13362,11 +13362,11 @@
}
},
"node_modules/query-string": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz",
"integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==",
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz",
"integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==",
"dependencies": {
"decode-uri-component": "^0.2.0",
"decode-uri-component": "^0.2.2",
"filter-obj": "^1.1.0",
"split-on-first": "^1.0.0",
"strict-uri-encode": "^2.0.0"
@@ -25948,11 +25948,11 @@
}
},
"query-string": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz",
"integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==",
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz",
"integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==",
"requires": {
"decode-uri-component": "^0.2.0",
"decode-uri-component": "^0.2.2",
"filter-obj": "^1.1.0",
"split-on-first": "^1.0.0",
"strict-uri-encode": "^2.0.0"

View File

@@ -44,7 +44,7 @@
"marked": "4.2.4",
"moment": "2.29.4",
"postcss-normalize": "10.0.1",
"query-string": "7.1.1",
"query-string": "7.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.7.1",