Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

chore(deps): bump jsonwebtoken from 8.5.1 to 9.0.0 #861

Open
wants to merge 1 commit into
base: master
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
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"body-parser": "1.20.0",
"cors": "2.8.5",
"express": "4.18.1",
"jsonwebtoken": "8.5.1",
"jsonwebtoken": "9.0.0",
"lodash": "^4.17.21",
"luxon": "^3.0.1",
"multilines": "1.0.3",
Expand Down
27 changes: 25 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ __metadata:
body-parser: 1.20.0
cors: 2.8.5
express: 4.18.1
jsonwebtoken: 8.5.1
jsonwebtoken: 9.0.0
lodash: ^4.17.21
luxon: ^3.0.1
multilines: 1.0.3
Expand Down Expand Up @@ -6673,7 +6673,19 @@ __metadata:
languageName: node
linkType: hard

"jsonwebtoken@npm:8.5.1, jsonwebtoken@npm:^8.5.1":
"jsonwebtoken@npm:9.0.0":
version: 9.0.0
resolution: "jsonwebtoken@npm:9.0.0"
dependencies:
jws: ^3.2.2
lodash: ^4.17.21
ms: ^2.1.1
semver: ^7.3.8
checksum: b9181cecf9df99f1dc0253f91ba000a1aa4d91f5816d1608c0dba61a5623726a0bfe200b51df25de18c1a6000825d231ad7ce2788aa54fd48dcb760ad9eb9514
languageName: node
linkType: hard

"jsonwebtoken@npm:^8.5.1":
version: 8.5.1
resolution: "jsonwebtoken@npm:8.5.1"
dependencies:
Expand Down Expand Up @@ -9415,6 +9427,17 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.3.8":
version: 7.3.8
resolution: "semver@npm:7.3.8"
dependencies:
lru-cache: ^6.0.0
bin:
semver: bin/semver.js
checksum: ba9c7cbbf2b7884696523450a61fee1a09930d888b7a8d7579025ad93d459b2d1949ee5bbfeb188b2be5f4ac163544c5e98491ad6152df34154feebc2cc337c1
languageName: node
linkType: hard

"send@npm:0.18.0":
version: 0.18.0
resolution: "send@npm:0.18.0"
Expand Down