Skip to content

Commit a990e25

Browse files
fix(deps): update dependency jsonwebtoken to v9 [security]
1 parent 4b09c96 commit a990e25

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"graphql": "15.8.0",
8282
"graphql-redis-subscriptions": "2.4.2",
8383
"ioredis": "4.28.5",
84-
"jsonwebtoken": "8.5.1",
84+
"jsonwebtoken": "9.0.0",
8585
"migrate-mongo": "8.2.3",
8686
"mongodb": "4.12.1",
8787
"mongoose": "5.13.15",

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16900,7 +16900,17 @@ jsonrepair@^2.2.1:
1690016900
resolved "https://registry.yarnpkg.com/jsonrepair/-/jsonrepair-2.2.1.tgz#7c6257c36550a310150c41ab7d5d4cab71828456"
1690116901
integrity sha512-o9Je8TceILo872uQC9fIBJm957j1Io7z8Ca1iWIqY6S5S65HGE9XN7XEEw7+tUviB9Vq4sygV89MVTxl+rhZyg==
1690216902

16903-
[email protected], jsonwebtoken@^8.0.0, jsonwebtoken@^8.3.0, jsonwebtoken@^8.5.1:
16903+
16904+
version "9.0.0"
16905+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
16906+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
16907+
dependencies:
16908+
jws "^3.2.2"
16909+
lodash "^4.17.21"
16910+
ms "^2.1.1"
16911+
semver "^7.3.8"
16912+
16913+
jsonwebtoken@^8.0.0, jsonwebtoken@^8.3.0, jsonwebtoken@^8.5.1:
1690416914
version "8.5.1"
1690516915
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
1690616916
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==

0 commit comments

Comments
 (0)