Skip to content

Commit 3b5a7a4

Browse files
chore(deps): update dependency jsonwebtoken to v9 [security]
1 parent 10ac8e7 commit 3b5a7a4

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"cors": "2.8.5",
3434
"express": "4.17.1",
3535
"express-jwt": "6.1.0",
36-
"jsonwebtoken": "8.5.1",
36+
"jsonwebtoken": "9.0.0",
3737
"npm-run-all": "4.1.5",
3838
"ts-node": "10.2.0",
3939
"typescript": "4.3.5",

demo/yarn.lock

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5147,7 +5147,17 @@ jsonify@~0.0.0:
51475147
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
51485148
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
51495149

5150-
jsonwebtoken@8.5.1, jsonwebtoken@^8.1.0:
5150+
jsonwebtoken@9.0.0:
5151+
version "9.0.0"
5152+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
5153+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
5154+
dependencies:
5155+
jws "^3.2.2"
5156+
lodash "^4.17.21"
5157+
ms "^2.1.1"
5158+
semver "^7.3.8"
5159+
5160+
jsonwebtoken@^8.1.0:
51515161
version "8.5.1"
51525162
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
51535163
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
@@ -7252,6 +7262,11 @@ semver@^7.3.2:
72527262
dependencies:
72537263
lru-cache "^6.0.0"
72547264

7265+
semver@^7.3.8:
7266+
version "7.7.2"
7267+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
7268+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
7269+
72557270
send@0.17.1:
72567271
version "0.17.1"
72577272
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)