Skip to content

Commit

Permalink
Merge pull request #6544 from mitre/dependabot/npm_and_yarn/nestjs/jw…
Browse files Browse the repository at this point in the history
…t-11.0.0

Bump @nestjs/jwt from 10.2.0 to 11.0.0
  • Loading branch information
github-actions[bot] authored Jan 18, 2025
2 parents a0c3e7e + 673073b commit 382738c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@nestjs/cli": "^10.1.14",
"@nestjs/common": "^10.2.1",
"@nestjs/core": "^10.2.1",
"@nestjs/jwt": "^10.1.0",
"@nestjs/jwt": "^11.0.0",
"@nestjs/passport": "^10.0.1",
"@nestjs/platform-express": "^10.2.1",
"@nestjs/schematics": "^11.0.0",
Expand Down
25 changes: 9 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3208,12 +3208,12 @@
path-to-regexp "3.3.0"
tslib "2.8.1"

"@nestjs/jwt@^10.1.0":
version "10.2.0"
resolved "https://registry.npmjs.org/@nestjs/jwt/-/jwt-10.2.0.tgz#6aa35a04922d19c6426efced4671620f92e6dbd0"
integrity sha512-x8cG90SURkEiLOehNaN2aRlotxT0KZESUliOPKKnjWiyJOcWurkF3w345WOX0P4MgFzUjGoZ1Sy0aZnxeihT0g==
"@nestjs/jwt@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@nestjs/jwt/-/jwt-11.0.0.tgz#aef1590e70830c70fba0f59e9b17314dc4d36822"
integrity sha512-v7YRsW3Xi8HNTsO+jeHSEEqelX37TVWgwt+BcxtkG/OfXJEOs6GZdbdza200d6KqId1pJQZ6UPj1F0M6E+mxaA==
dependencies:
"@types/jsonwebtoken" "9.0.5"
"@types/jsonwebtoken" "9.0.7"
jsonwebtoken "9.0.2"

"@nestjs/passport@^10.0.1":
Expand Down Expand Up @@ -4996,17 +4996,10 @@
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==

"@types/jsonwebtoken@*":
version "9.0.6"
resolved "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz#d1af3544d99ad992fb6681bbe60676e06b032bd3"
integrity sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==
dependencies:
"@types/node" "*"

"@types/[email protected]":
version "9.0.5"
resolved "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.5.tgz#0bd9b841c9e6c5a937c17656e2368f65da025588"
integrity sha512-VRLSGzik+Unrup6BsouBeHsf4d1hOEgYWTm/7Nmw1sXoN1+tRly/Gy/po3yeahnP4jfnQWWAhQAqcNfH7ngOkA==
"@types/jsonwebtoken@*", "@types/[email protected]":
version "9.0.7"
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.7.tgz#e49b96c2b29356ed462e9708fc73b833014727d2"
integrity sha512-ugo316mmTYBl2g81zDFnZ7cfxlut3o+/EQdaP7J8QN2kY6lJ22hmQYCK5EHcJHbrW+dkCGSCPgbG8JtYj6qSrg==
dependencies:
"@types/node" "*"

Expand Down

0 comments on commit 382738c

Please sign in to comment.