Skip to content

Commit

Permalink
chore: update dependency qs to ^6.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and dhmlau committed Sep 16, 2024
1 parent c949c36 commit 278148a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
4 changes: 2 additions & 2 deletions extensions/authentication-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/passport": "^1.0.16",
"@types/passport-http": "^0.3.11",
"@types/passport-oauth2": "^1.4.17",
"@types/qs": "^6.9.15",
"@types/qs": "^6.9.16",
"axios": "^1.7.2",
"body-parser": "^1.20.3",
"express": "^4.19.2",
Expand All @@ -74,7 +74,7 @@
"lodash": "^4.17.21",
"passport-http": "^0.3.0",
"passport-oauth2": "^1.8.0",
"qs": "^6.12.3",
"qs": "^6.13.0",
"supertest": "^7.0.0"
}
}
39 changes: 20 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"lodash": "^4.17.21",
"on-finished": "^2.4.1",
"path-to-regexp": "^6.2.2",
"qs": "^6.12.3",
"qs": "^6.13.0",
"strong-error-handler": "^5.0.10",
"tslib": "^2.6.3",
"type-is": "^1.6.18",
Expand All @@ -84,7 +84,7 @@
"@types/multer": "^1.4.12",
"@types/node": "^16.18.101",
"@types/on-finished": "^2.3.4",
"@types/qs": "^6.9.15",
"@types/qs": "^6.9.16",
"multer": "^1.4.4"
}
}

0 comments on commit 278148a

Please sign in to comment.