Skip to content

Commit

Permalink
chore: update dependency @types/jsonwebtoken to v9.0.8
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 Jan 24, 2025
1 parent 2909280 commit 9608adf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/multi-tenancy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@loopback/eslint-config": "^15.0.5",
"@loopback/testlab": "^7.0.9",
"@types/debug": "^4.1.12",
"@types/jsonwebtoken": "^9.0.7",
"@types/jsonwebtoken": "^9.0.8",
"@types/node": "^16.18.123",
"eslint": "^8.57.1",
"source-map-support": "^0.5.21",
Expand Down
2 changes: 1 addition & 1 deletion examples/passport-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@loopback/rest-explorer": "^7.0.10",
"@loopback/security": "^0.11.10",
"@loopback/service-proxy": "^7.0.10",
"@types/jsonwebtoken": "9.0.7",
"@types/jsonwebtoken": "9.0.8",
"@types/lodash": "^4.17.14",
"@types/passport": "^1.0.17",
"@types/passport-facebook": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion extensions/authentication-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@loopback/openapi-spec-builder": "^7.0.9",
"@loopback/rest": "^14.0.10",
"@loopback/testlab": "^7.0.9",
"@types/jsonwebtoken": "^9.0.7",
"@types/jsonwebtoken": "^9.0.8",
"@types/lodash": "^4.17.14",
"@types/node": "^16.18.123",
"@types/passport": "^1.0.17",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/mock-oauth2-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.7",
"@types/jsonwebtoken": "^9.0.8",
"@types/lodash": "^4.17.14",
"@types/node": "^16.18.123",
"axios": "^1.7.9",
Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

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

0 comments on commit 9608adf

Please sign in to comment.