Skip to content

Commit 079b150

Browse files
fix(deps): update dependency jsonwebtoken to v9 [security]
1 parent 685c342 commit 079b150

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"install": "^0.13.0",
5555
"ioredis": "^4.14.0",
5656
"jscommons": "^6.0.0",
57-
"jsonwebtoken": "^8.5.1",
57+
"jsonwebtoken": "^9.0.0",
5858
"lodash": "^4.17.4",
5959
"mime-types": "2.1.35",
6060
"mongodb": "^4.10.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7945,10 +7945,10 @@ jsonparse@^1.2.0, jsonparse@^1.3.1:
79457945
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
79467946
integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
79477947

7948-
jsonwebtoken@^8.5.1:
7949-
version "8.5.1"
7950-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
7951-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
7948+
jsonwebtoken@^9.0.0:
7949+
version "9.0.2"
7950+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz#65ff91f4abef1784697d40952bb1998c504caaf3"
7951+
integrity sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==
79527952
dependencies:
79537953
jws "^3.2.2"
79547954
lodash.includes "^4.3.0"
@@ -7959,7 +7959,7 @@ jsonwebtoken@^8.5.1:
79597959
lodash.isstring "^4.0.1"
79607960
lodash.once "^4.0.0"
79617961
ms "^2.1.1"
7962-
semver "^5.6.0"
7962+
semver "^7.5.4"
79637963

79647964
jsprim@^1.2.2:
79657965
version "1.4.1"
@@ -10791,6 +10791,11 @@ semver@^7.0.0:
1079110791
dependencies:
1079210792
lru-cache "^6.0.0"
1079310793

10794+
semver@^7.5.4:
10795+
version "7.7.2"
10796+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
10797+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
10798+
1079410799
1079510800
version "0.17.2"
1079610801
resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820"

0 commit comments

Comments
 (0)