fix(deps): update dependency qs to v6.11.2

This commit is contained in:
renovate[bot]
2023-05-22 08:42:30 +00:00
parent 768b8a2417
commit 2c2f7e8e98
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"long": "5.2.3",
"memoize-one": "5.2.1",
"prop-types": "15.8.1",
"qs": "6.11.1",
"qs": "6.11.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-helmet": "6.1.0",
@@ -16395,8 +16395,9 @@
}
},
"node_modules/qs": {
"version": "6.11.1",
"license": "BSD-3-Clause",
"version": "6.11.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz",
"integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==",
"dependencies": {
"side-channel": "^1.0.4"
},

View File

@@ -60,7 +60,7 @@
"long": "5.2.3",
"memoize-one": "5.2.1",
"prop-types": "15.8.1",
"qs": "6.11.1",
"qs": "6.11.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-helmet": "6.1.0",