Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency qs to v6.12.3 #10968

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"lodash": "4.17.21",
"pretty-bytes": "5.6.0",
"pretty-ms": "7.0.1",
"qs": "6.12.1",
"qs": "6.12.3",
"split2": "4.2.0",
"yargs": "17.7.2"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7228,7 +7228,7 @@ __metadata:
pino-abstract-transport: "npm:1.2.0"
pretty-bytes: "npm:5.6.0"
pretty-ms: "npm:7.0.1"
qs: "npm:6.12.1"
qs: "npm:6.12.3"
split2: "npm:4.2.0"
tsx: "npm:4.15.6"
typescript: "npm:5.4.5"
Expand Down Expand Up @@ -25807,12 +25807,12 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:6.12.1, qs@npm:^6.10.0, qs@npm:^6.11.0":
version: 6.12.1
resolution: "qs@npm:6.12.1"
"qs@npm:6.12.3, qs@npm:^6.10.0, qs@npm:^6.11.0":
version: 6.12.3
resolution: "qs@npm:6.12.3"
dependencies:
side-channel: "npm:^1.0.6"
checksum: 10c0/439e6d7c6583e7c69f2cab2c39c55b97db7ce576e4c7c469082b938b7fc8746e8d547baacb69b4cd2b6666484776c3f4840ad7163a4c5326300b0afa0acdd84b
checksum: 10c0/243ddcc8f49dab78fc51041f7f64c500b47c671c45a101a8aca565d8537cb562921da7ef1a831b4a7051596ec88bb35a0d5e25a240025e8b32c6bfb69f00bf2f
languageName: node
linkType: hard

Expand Down
Loading