chore: update dependency qs to ^6.11.1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-03-08 16:34:05 +00:00
parent 66af10f401
commit c61a47e88e
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "loopback-datasource-juggler",
"version": "4.28.2",
"version": "4.28.3",
"license": "MIT",
"dependencies": {
"async": "^3.2.4",
@ -18,7 +18,7 @@
"loopback-connector": "^5.2.1",
"minimatch": "^5.1.6",
"nanoid": "^3.3.4",
"qs": "^6.10.5",
"qs": "^6.11.1",
"strong-globalize": "^6.0.5",
"traverse": "^0.6.7",
"uuid": "^9.0.0"
@ -4418,9 +4418,9 @@
}
},
"node_modules/qs": {
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
"integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz",
"integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==",
"dependencies": {
"side-channel": "^1.0.4"
},
@ -9008,9 +9008,9 @@
"dev": true
},
"qs": {
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
"integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz",
"integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==",
"requires": {
"side-channel": "^1.0.4"
}

View File

@ -60,7 +60,7 @@
"loopback-connector": "^5.2.1",
"minimatch": "^5.1.6",
"nanoid": "^3.3.4",
"qs": "^6.10.5",
"qs": "^6.11.1",
"strong-globalize": "^6.0.5",
"traverse": "^0.6.7",
"uuid": "^9.0.0"