File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 22
22
"dayjs" : " 1.10.7" ,
23
23
"firebase-admin" : " 8.13.0" ,
24
24
"firebase-functions" : " 3.16.0" ,
25
- "jsonwebtoken" : " 8.5.1 " ,
25
+ "jsonwebtoken" : " 9.0.0 " ,
26
26
"twitter" : " 1.7.1"
27
27
},
28
28
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -3761,7 +3761,17 @@ jsonschema@^1.0.2:
3761
3761
resolved "https://registry.yarnpkg.com/jsonschema/-/jsonschema-1.2.7.tgz#4e6d6dc4d83dc80707055ba22c00ec6152c0e6e9"
3762
3762
integrity sha512-3dFMg9hmI9LdHag/BRIhMefCfbq1hicvYMy8YhZQorAdzOzWz7NjniSpn39yjpzUAMIWtGyyZuH2KNBloH7ZLw==
3763
3763
3764
- [email protected] , jsonwebtoken@^8.2.1, jsonwebtoken@^8.5.1:
3764
+
3765
+ version "9.0.0"
3766
+ resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
3767
+ integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
3768
+ dependencies :
3769
+ jws "^3.2.2"
3770
+ lodash "^4.17.21"
3771
+ ms "^2.1.1"
3772
+ semver "^7.3.8"
3773
+
3774
+ jsonwebtoken@^8.2.1, jsonwebtoken@^8.5.1 :
3765
3775
version "8.5.1"
3766
3776
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
3767
3777
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
@@ -5177,6 +5187,13 @@ semver@^7.3.5:
5177
5187
dependencies :
5178
5188
lru-cache "^6.0.0"
5179
5189
5190
+ semver@^7.3.8 :
5191
+ version "7.3.8"
5192
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
5193
+ integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
5194
+ dependencies :
5195
+ lru-cache "^6.0.0"
5196
+
5180
5197
5181
5198
version "0.17.1"
5182
5199
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
You can’t perform that action at this time.
0 commit comments