chore: update dependency qs to ^6.12.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-12 22:42:15 +00:00
parent d35149e2b7
commit 9ae71251ae
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -18,7 +18,7 @@
"loopback-connector": "^6.1.4", "loopback-connector": "^6.1.4",
"minimatch": "^9.0.4", "minimatch": "^9.0.4",
"nanoid": "^3.3.7", "nanoid": "^3.3.7",
"qs": "^6.12.0", "qs": "^6.12.1",
"strong-globalize": "^6.0.6", "strong-globalize": "^6.0.6",
"traverse": "^0.6.9", "traverse": "^0.6.9",
"uuid": "^9.0.1" "uuid": "^9.0.1"
@ -5138,9 +5138,9 @@
} }
}, },
"node_modules/qs": { "node_modules/qs": {
"version": "6.12.0", "version": "6.12.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.12.0.tgz", "resolved": "https://registry.npmjs.org/qs/-/qs-6.12.1.tgz",
"integrity": "sha512-trVZiI6RMOkO476zLGaBIzszOdFPnCCXHPG9kn0yuS1uz6xdVxPfZdB3vUig9pxPFDM9BRAgz/YUIVQ1/vuiUg==", "integrity": "sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==",
"dependencies": { "dependencies": {
"side-channel": "^1.0.6" "side-channel": "^1.0.6"
}, },

View File

@ -60,7 +60,7 @@
"loopback-connector": "^6.1.4", "loopback-connector": "^6.1.4",
"minimatch": "^9.0.4", "minimatch": "^9.0.4",
"nanoid": "^3.3.7", "nanoid": "^3.3.7",
"qs": "^6.12.0", "qs": "^6.12.1",
"strong-globalize": "^6.0.6", "strong-globalize": "^6.0.6",
"traverse": "^0.6.9", "traverse": "^0.6.9",
"uuid": "^9.0.1" "uuid": "^9.0.1"