Skip to content

Commit

Permalink
fix(deps): update dependency qs to v6.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 7, 2023
1 parent 5e5d3d1 commit 00e0b22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lodash.escape": "4.0.1",
"pretty-bytes": "5.6.0",
"pretty-ms": "7.0.1",
"qs": "6.11.0",
"qs": "6.11.1",
"split2": "4.1.0",
"yargs": "17.7.1"
},
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6104,7 +6104,7 @@ __metadata:
lodash.escape: 4.0.1
pretty-bytes: 5.6.0
pretty-ms: 7.0.1
qs: 6.11.0
qs: 6.11.1
split2: 4.1.0
typescript: 4.9.5
yargs: 17.7.1
Expand Down Expand Up @@ -26401,7 +26401,7 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:6.11.0, qs@npm:^6.10.0":
"qs@npm:6.11.0":
version: 6.11.0
resolution: "qs@npm:6.11.0"
dependencies:
Expand All @@ -26410,6 +26410,15 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:6.11.1, qs@npm:^6.10.0":
version: 6.11.1
resolution: "qs@npm:6.11.1"
dependencies:
side-channel: ^1.0.4
checksum: 7ec57d3d62334c6313346b54f2b588b28c983793bf73981b77d769396fbb04fec911fa4e8a085528c3ebe7c04cfc9c9130410b277b3328da91087ae8ca728437
languageName: node
linkType: hard

"qs@npm:~6.10.3":
version: 6.10.4
resolution: "qs@npm:6.10.4"
Expand Down

0 comments on commit 00e0b22

Please sign in to comment.