Skip to content

Commit 9cb32ce

Browse files
chore(deps): update dependency jsonwebtoken to v9 [security]
1 parent 5aac6eb commit 9cb32ce

File tree

2 files changed

+20
-49
lines changed

2 files changed

+20
-49
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"graphql-subscriptions": "2.0.0",
6464
"inline-css": "3.0.0",
6565
"js-sha3": "0.8.0",
66-
"jsonwebtoken": "8.5.1",
66+
"jsonwebtoken": "9.0.0",
6767
"node-fetch": "3.2.10",
6868
"nodemailer": "6.7.4",
6969
"promise-mysql": "5.1.0",

yarn.lock

+19-48
Original file line numberDiff line numberDiff line change
@@ -2529,21 +2529,15 @@ jsonfile@^4.0.0:
25292529
optionalDependencies:
25302530
graceful-fs "^4.1.6"
25312531

2532-
jsonwebtoken@8.5.1:
2533-
version "8.5.1"
2534-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
2535-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
2532+
jsonwebtoken@9.0.0:
2533+
version "9.0.0"
2534+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
2535+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
25362536
dependencies:
25372537
jws "^3.2.2"
2538-
lodash.includes "^4.3.0"
2539-
lodash.isboolean "^3.0.3"
2540-
lodash.isinteger "^4.0.4"
2541-
lodash.isnumber "^3.0.3"
2542-
lodash.isplainobject "^4.0.6"
2543-
lodash.isstring "^4.0.1"
2544-
lodash.once "^4.0.0"
2538+
lodash "^4.17.21"
25452539
ms "^2.1.1"
2546-
semver "^5.6.0"
2540+
semver "^7.3.8"
25472541

25482542
jszip@^2.6.1:
25492543
version "2.6.1"
@@ -2671,36 +2665,6 @@ lodash.foreach@^4.3.0:
26712665
resolved "https://registry.yarnpkg.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz#1a6a35eace401280c7f06dddec35165ab27e3e53"
26722666
integrity sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM=
26732667

2674-
lodash.includes@^4.3.0:
2675-
version "4.3.0"
2676-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
2677-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
2678-
2679-
lodash.isboolean@^3.0.3:
2680-
version "3.0.3"
2681-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
2682-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
2683-
2684-
lodash.isinteger@^4.0.4:
2685-
version "4.0.4"
2686-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
2687-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
2688-
2689-
lodash.isnumber@^3.0.3:
2690-
version "3.0.3"
2691-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
2692-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
2693-
2694-
lodash.isplainobject@^4.0.6:
2695-
version "4.0.6"
2696-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
2697-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
2698-
2699-
lodash.isstring@^4.0.1:
2700-
version "4.0.1"
2701-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
2702-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
2703-
27042668
lodash.map@^4.4.0:
27052669
version "4.6.0"
27062670
resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
@@ -2711,11 +2675,6 @@ lodash.merge@^4.4.0, lodash.merge@^4.6.2:
27112675
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
27122676
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
27132677

2714-
lodash.once@^4.0.0:
2715-
version "4.1.1"
2716-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
2717-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
2718-
27192678
lodash.pick@^4.2.1:
27202679
version "4.4.0"
27212680
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
@@ -2741,6 +2700,11 @@ lodash.sortby@^4.7.0:
27412700
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
27422701
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
27432702

2703+
lodash@^4.17.21:
2704+
version "4.17.21"
2705+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2706+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
2707+
27442708
loglevel@^1.6.8:
27452709
version "1.8.0"
27462710
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.8.0.tgz#e7ec73a57e1e7b419cb6c6ac06bf050b67356114"
@@ -3563,7 +3527,7 @@ semver-diff@^3.1.1:
35633527
dependencies:
35643528
semver "^6.3.0"
35653529

3566-
semver@^5.6.0, semver@^5.7.1:
3530+
semver@^5.7.1:
35673531
version "5.7.1"
35683532
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
35693533
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -3580,6 +3544,13 @@ semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
35803544
dependencies:
35813545
lru-cache "^6.0.0"
35823546

3547+
semver@^7.3.8:
3548+
version "7.3.8"
3549+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
3550+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
3551+
dependencies:
3552+
lru-cache "^6.0.0"
3553+
35833554
35843555
version "0.18.0"
35853556
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"

0 commit comments

Comments
 (0)