Skip to content

Commit 2b7045e

Browse files
fix(deps): update dependency jsonwebtoken to v9 [security] (#5354)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 9023210 commit 2b7045e

File tree

3 files changed

+96
-54
lines changed

3 files changed

+96
-54
lines changed

npm-shrinkwrap.json

Lines changed: 94 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"is-plain-obj": "^3.0.0",
134134
"is-wsl": "^2.2.0",
135135
"isexe": "^2.0.0",
136-
"jsonwebtoken": "^8.5.1",
136+
"jsonwebtoken": "^9.0.0",
137137
"jwt-decode": "^3.0.0",
138138
"lambda-local": "^2.0.1",
139139
"listr": "^0.14.3",

src/functions-templates/javascript/oauth-passport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"cookie-parser": "^1.4.5",
1818
"express": "^4.17.1",
19-
"jsonwebtoken": "^8.5.1",
19+
"jsonwebtoken": "^9.0.0",
2020
"passport": "^0.6.0",
2121
"passport-github2": "^0.1.12",
2222
"passport-jwt": "^4.0.0",

0 commit comments

Comments
 (0)