File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
"cors" : " ^2.8.5" ,
20
20
"dotenv" : " ^16.0.3" ,
21
21
"express" : " ^4.18.2" ,
22
- "jsonwebtoken" : " ^9.0.0 " ,
22
+ "jsonwebtoken" : " ^9.0.2 " ,
23
23
"memory-cache" : " ^0.2.0" ,
24
24
"ts-node" : " ^10.9.1"
25
25
},
32
32
"@types/cors" : " ^2.8.17" ,
33
33
"@types/express" : " ^4.17.21" ,
34
34
"@types/jest" : " ^27.5.2" ,
35
- "@types/jsonwebtoken" : " ^9.0.1 " ,
35
+ "@types/jsonwebtoken" : " ^9.0.5 " ,
36
36
"@types/memory-cache" : " ^0.2.5" ,
37
37
"@types/node" : " ^18.11.9" ,
38
38
"@types/react" : " ^18.2.48" ,
Original file line number Diff line number Diff line change @@ -3772,7 +3772,7 @@ __metadata:
3772
3772
languageName: node
3773
3773
linkType: hard
3774
3774
3775
- "@types/jsonwebtoken@npm:^9.0.1 ":
3775
+ "@types/jsonwebtoken@npm:^9.0.5 ":
3776
3776
version: 9.0.5
3777
3777
resolution: "@types/jsonwebtoken@npm:9.0.5"
3778
3778
dependencies:
@@ -10138,7 +10138,7 @@ __metadata:
10138
10138
languageName: node
10139
10139
linkType: hard
10140
10140
10141
- "jsonwebtoken@npm:^9.0.0 ":
10141
+ "jsonwebtoken@npm:^9.0.2 ":
10142
10142
version: 9.0.2
10143
10143
resolution: "jsonwebtoken@npm:9.0.2"
10144
10144
dependencies:
@@ -15212,7 +15212,7 @@ __metadata:
15212
15212
"@types/cors": ^2.8.17
15213
15213
"@types/express": ^4.17.21
15214
15214
"@types/jest": ^27.5.2
15215
- "@types/jsonwebtoken": ^9.0.1
15215
+ "@types/jsonwebtoken": ^9.0.5
15216
15216
"@types/memory-cache": ^0.2.5
15217
15217
"@types/node": ^18.11.9
15218
15218
"@types/react": ^18.2.48
@@ -15221,7 +15221,7 @@ __metadata:
15221
15221
cors: ^2.8.5
15222
15222
dotenv: ^16.0.3
15223
15223
express: ^4.18.2
15224
- jsonwebtoken: ^9.0.0
15224
+ jsonwebtoken: ^9.0.2
15225
15225
memory-cache: ^0.2.0
15226
15226
nodemon: ^2.0.20
15227
15227
ts-node: ^10.9.1
You can’t perform that action at this time.
0 commit comments