Skip to content

Commit

Permalink
fix(deps): update dependency qs to v6.14.0 (#4276)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit a5fe799)
  • Loading branch information
renovate[bot] authored and czy88840616 committed Feb 2, 2025
1 parent 2d732a9 commit 683d79b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/web-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@midwayjs/cookies": "^1.0.2",
"@midwayjs/session": "workspace:^",
"@types/koa": "2.15.0",
"@types/qs": "6.9.17",
"@types/qs": "6.9.18",
"koa": "2.15.3",
"koa-bodyparser": "4.4.1",
"qs": "6.13.1"
"qs": "6.14.0"
},
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"egg-path-matching": "^2.1.0",
"find-up": "5.0.0",
"mkdirp": "1.0.4",
"qs": "6.13.1"
"qs": "6.14.0"
},
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
Expand Down

0 comments on commit 683d79b

Please # to comment.