chore: update dependency qs to ^6.11.2

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-05-15 17:46:19 +00:00
parent dfa614e025
commit 521bfba219
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -18,7 +18,7 @@
"loopback-connector": "^5.3.1",
"minimatch": "^5.1.6",
"nanoid": "^3.3.6",
"qs": "^6.11.1",
"qs": "^6.11.2",
"strong-globalize": "^6.0.5",
"traverse": "^0.6.7",
"uuid": "^9.0.0"
@ -4469,9 +4469,9 @@
}
},
"node_modules/qs": {
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz",
"integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==",
"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"
},
@ -9069,9 +9069,9 @@
"dev": true
},
"qs": {
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz",
"integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==",
"version": "6.11.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz",
"integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==",
"requires": {
"side-channel": "^1.0.4"
}

View File

@ -60,7 +60,7 @@
"loopback-connector": "^5.3.1",
"minimatch": "^5.1.6",
"nanoid": "^3.3.6",
"qs": "^6.11.1",
"qs": "^6.11.2",
"strong-globalize": "^6.0.5",
"traverse": "^0.6.7",
"uuid": "^9.0.0"