Skip to content

Commit

Permalink
chore: update dependency @types/jsonwebtoken to v9.0.7
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 Oct 8, 2024
1 parent ea16c27 commit ed40fa3
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.4",
"@loopback/testlab": "^7.0.6",
"@types/debug": "^4.1.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^16.18.101",
"eslint": "^8.57.0",
"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.6",
"@loopback/security": "^0.11.6",
"@loopback/service-proxy": "^7.0.6",
"@types/jsonwebtoken": "9.0.6",
"@types/jsonwebtoken": "9.0.7",
"@types/lodash": "^4.17.10",
"@types/passport": "^1.0.16",
"@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.6",
"@loopback/rest": "^14.0.6",
"@loopback/testlab": "^7.0.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.10",
"@types/node": "^16.18.101",
"@types/passport": "^1.0.16",
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.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.10",
"@types/node": "^16.18.101",
"axios": "^1.7.2",
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 ed40fa3

Please sign in to comment.