Skip to content

Commit 8c3636c

Browse files
Update dependency jsonwebtoken to v9 [SECURITY]
1 parent 8a16ae3 commit 8c3636c

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"ejs": "3.1.6",
3838
"joi": "17.4.0",
3939
"json-schema": "0.3.0",
40-
"jsonwebtoken": "8.5.1",
40+
"jsonwebtoken": "9.0.0",
4141
"passport": "0.4.1",
4242
"passport-http-bearer": "1.0.1",
4343
"readdirsync2": "1.0.2",

backend/yarn.lock

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3861,7 +3861,17 @@ jsonfile@^6.0.1:
38613861
optionalDependencies:
38623862
graceful-fs "^4.1.6"
38633863

3864-
[email protected], jsonwebtoken@^8.5.1:
3864+
3865+
version "9.0.0"
3866+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
3867+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
3868+
dependencies:
3869+
jws "^3.2.2"
3870+
lodash "^4.17.21"
3871+
ms "^2.1.1"
3872+
semver "^7.3.8"
3873+
3874+
jsonwebtoken@^8.5.1:
38653875
version "8.5.1"
38663876
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
38673877
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
@@ -4042,6 +4052,11 @@ [email protected], lodash@^4.17.19:
40424052
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
40434053
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
40444054

4055+
lodash@^4.17.21:
4056+
version "4.17.21"
4057+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
4058+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
4059+
40454060
log-symbols@^4.0.0:
40464061
version "4.0.0"
40474062
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"
@@ -5122,6 +5137,13 @@ semver@^6.0.0, semver@^6.3.0:
51225137
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
51235138
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
51245139

5140+
semver@^7.3.8:
5141+
version "7.3.8"
5142+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
5143+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
5144+
dependencies:
5145+
lru-cache "^6.0.0"
5146+
51255147
51265148
version "0.17.1"
51275149
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)