Skip to content

Commit ab6458d

Browse files
Bump jsonwebtoken from 8.5.1 to 9.0.0
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v8.5.1...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe5d04d commit ab6458d

File tree

2 files changed

+35
-6
lines changed

2 files changed

+35
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"formik": "^1.5.8",
4343
"js-cookie": "^2.2.0",
4444
"js-cookies": "^1.0.4",
45-
"jsonwebtoken": "^8.5.1",
45+
"jsonwebtoken": "^9.0.0",
4646
"moment": "^2.24.0",
4747
"next": "^9.3.2",
4848
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4782,7 +4782,7 @@ json5@^2.1.0, json5@^2.1.2:
47824782
dependencies:
47834783
minimist "^1.2.5"
47844784

4785-
[email protected], jsonwebtoken@^8.5.1:
4785+
47864786
version "8.5.1"
47874787
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
47884788
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
@@ -4798,6 +4798,16 @@ [email protected], jsonwebtoken@^8.5.1:
47984798
ms "^2.1.1"
47994799
semver "^5.6.0"
48004800

4801+
jsonwebtoken@^9.0.0:
4802+
version "9.0.0"
4803+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
4804+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
4805+
dependencies:
4806+
jws "^3.2.2"
4807+
lodash "^4.17.21"
4808+
ms "^2.1.1"
4809+
semver "^7.3.8"
4810+
48014811
jsprim@^1.2.2:
48024812
version "1.4.1"
48034813
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
@@ -5087,10 +5097,10 @@ lodash.templatesettings@^4.0.0:
50875097
dependencies:
50885098
lodash._reinterpolate "^3.0.0"
50895099

5090-
lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@~4.17.10:
5091-
version "4.17.15"
5092-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
5093-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
5100+
lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.4, lodash@~4.17.10:
5101+
version "4.17.21"
5102+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
5103+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
50945104

50955105
log-symbols@^2.2.0:
50965106
version "2.2.0"
@@ -5129,6 +5139,13 @@ lru-cache@^4.0.1:
51295139
pseudomap "^1.0.2"
51305140
yallist "^2.1.2"
51315141

5142+
lru-cache@^6.0.0:
5143+
version "6.0.0"
5144+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
5145+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
5146+
dependencies:
5147+
yallist "^4.0.0"
5148+
51325149
make-dir@^1.0.0:
51335150
version "1.3.0"
51345151
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
@@ -7441,6 +7458,13 @@ semver@^6.0.0, semver@^6.3.0:
74417458
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
74427459
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
74437460

7461+
semver@^7.3.8:
7462+
version "7.3.8"
7463+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
7464+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
7465+
dependencies:
7466+
lru-cache "^6.0.0"
7467+
74447468
semver@~5.3.0:
74457469
version "5.3.0"
74467470
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
@@ -8569,6 +8593,11 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
85698593
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
85708594
integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
85718595

8596+
yallist@^4.0.0:
8597+
version "4.0.0"
8598+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
8599+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
8600+
85728601
yargs-parser@^5.0.0:
85738602
version "5.0.0"
85748603
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a"

0 commit comments

Comments
 (0)