Skip to content

Commit

Permalink
chore: update dependency qs to ^6.12.1
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 Apr 25, 2024
1 parent b7252b9 commit d42265d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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.15",
"@types/qs": "^6.9.14",
"@types/qs": "^6.9.15",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"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.0",
"qs": "^6.12.1",
"supertest": "^6.3.3"
}
}
20 changes: 10 additions & 10 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.0",
"qs": "^6.12.1",
"strong-error-handler": "^5.0.8",
"tslib": "^2.6.2",
"type-is": "^1.6.18",
Expand All @@ -84,7 +84,7 @@
"@types/multer": "^1.4.11",
"@types/node": "^16.18.96",
"@types/on-finished": "^2.3.4",
"@types/qs": "^6.9.14",
"@types/qs": "^6.9.15",
"multer": "^1.4.4"
}
}

0 comments on commit d42265d

Please sign in to comment.