Skip to content

fix(deps): update dependency jsonwebtoken to ^9.0.2 #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"jsonwebtoken": "^9.0.2",
"memory-cache": "^0.2.0",
"ts-node": "^10.9.2"
},
Expand All @@ -32,7 +32,7 @@
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^27.5.2",
"@types/jsonwebtoken": "^9.0.1",
"@types/jsonwebtoken": "^9.0.10",
"@types/memory-cache": "^0.2.5",
"@types/node": "^18.19.34",
"@types/react": "^18.2.48",
Expand Down
22 changes: 15 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3828,12 +3828,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jsonwebtoken@npm:^9.0.1":
version: 9.0.5
resolution: "@types/jsonwebtoken@npm:9.0.5"
"@types/jsonwebtoken@npm:^9.0.10":
version: 9.0.10
resolution: "@types/jsonwebtoken@npm:9.0.10"
dependencies:
"@types/ms": "*"
"@types/node": "*"
checksum: 07ab6fee602e5bd3fb5c6dfe4ec400769dc20f1d7fce901feecb4c3af5f5f08323b03ea55de3e49b1aa41e171a59008f6f4318738a735588c5268a63eba25337
checksum: 370e60879902d769c3dd86dc94cda0bf6149c3514762fa8ed6de873d10de7f0952edf960796a4b89ebc5d81f45abcff21430c1e956b165962ad42c836f3e88c8
languageName: node
linkType: hard

Expand All @@ -3858,6 +3859,13 @@ __metadata:
languageName: node
linkType: hard

"@types/ms@npm:*":
version: 2.1.0
resolution: "@types/ms@npm:2.1.0"
checksum: 532d2ebb91937ccc4a89389715e5b47d4c66e708d15942fe6cc25add6dc37b2be058230a327dd50f43f89b8b6d5d52b74685a9e8f70516edfc9bdd6be910eff4
languageName: node
linkType: hard

"@types/node-fetch@npm:^2.6.2":
version: 2.6.9
resolution: "@types/node-fetch@npm:2.6.9"
Expand Down Expand Up @@ -10201,7 +10209,7 @@ __metadata:
languageName: node
linkType: hard

"jsonwebtoken@npm:^9.0.0":
"jsonwebtoken@npm:^9.0.2":
version: 9.0.2
resolution: "jsonwebtoken@npm:9.0.2"
dependencies:
Expand Down Expand Up @@ -15275,7 +15283,7 @@ __metadata:
"@types/cors": ^2.8.17
"@types/express": ^4.17.21
"@types/jest": ^27.5.2
"@types/jsonwebtoken": ^9.0.1
"@types/jsonwebtoken": ^9.0.10
"@types/memory-cache": ^0.2.5
"@types/node": ^18.19.34
"@types/react": ^18.2.48
Expand All @@ -15284,7 +15292,7 @@ __metadata:
cors: ^2.8.5
dotenv: ^16.0.3
express: ^4.18.2
jsonwebtoken: ^9.0.0
jsonwebtoken: ^9.0.2
memory-cache: ^0.2.0
nodemon: ^2.0.22
ts-node: ^10.9.2
Expand Down
Loading