This repository was archived by the owner on Aug 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 "dayjs" : " 1.10.7" ,
2323 "firebase-admin" : " 8.13.0" ,
2424 "firebase-functions" : " 3.16.0" ,
25- "jsonwebtoken" : " 8.5.1 " ,
25+ "jsonwebtoken" : " 9.0.0 " ,
2626 "twitter" : " 1.7.1"
2727 },
2828 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -3761,7 +3761,17 @@ jsonschema@^1.0.2:
37613761 resolved "https://registry.yarnpkg.com/jsonschema/-/jsonschema-1.2.7.tgz#4e6d6dc4d83dc80707055ba22c00ec6152c0e6e9"
37623762 integrity sha512-3dFMg9hmI9LdHag/BRIhMefCfbq1hicvYMy8YhZQorAdzOzWz7NjniSpn39yjpzUAMIWtGyyZuH2KNBloH7ZLw==
37633763
3764- jsonwebtoken@8.5.1, jsonwebtoken@^8.2.1, jsonwebtoken@^8.5.1 :
3764+ jsonwebtoken@9.0.0 :
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 :
37653775 version "8.5.1"
37663776 resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
37673777 integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
@@ -5177,6 +5187,13 @@ semver@^7.3.5:
51775187 dependencies :
51785188 lru-cache "^6.0.0"
51795189
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+
51805197send@0.17.1 :
51815198 version "0.17.1"
51825199 resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
You can’t perform that action at this time.
0 commit comments