chore: update dependency qs to ^6.12.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c4fac50863
commit
b6b240afc9
|
@ -18,7 +18,7 @@
|
|||
"loopback-connector": "^6.1.2",
|
||||
"minimatch": "^9.0.3",
|
||||
"nanoid": "^3.3.7",
|
||||
"qs": "^6.11.2",
|
||||
"qs": "^6.12.0",
|
||||
"strong-globalize": "^6.0.6",
|
||||
"traverse": "^0.6.8",
|
||||
"uuid": "^9.0.1"
|
||||
|
@ -4658,11 +4658,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/qs": {
|
||||
"version": "6.11.2",
|
||||
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz",
|
||||
"integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==",
|
||||
"version": "6.12.0",
|
||||
"resolved": "https://registry.npmjs.org/qs/-/qs-6.12.0.tgz",
|
||||
"integrity": "sha512-trVZiI6RMOkO476zLGaBIzszOdFPnCCXHPG9kn0yuS1uz6xdVxPfZdB3vUig9pxPFDM9BRAgz/YUIVQ1/vuiUg==",
|
||||
"dependencies": {
|
||||
"side-channel": "^1.0.4"
|
||||
"side-channel": "^1.0.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.6"
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"loopback-connector": "^6.1.2",
|
||||
"minimatch": "^9.0.3",
|
||||
"nanoid": "^3.3.7",
|
||||
"qs": "^6.11.2",
|
||||
"qs": "^6.12.0",
|
||||
"strong-globalize": "^6.0.6",
|
||||
"traverse": "^0.6.8",
|
||||
"uuid": "^9.0.1"
|
||||
|
|
Loading…
Reference in New Issue