Skip to content

Commit d372512

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] <support@github.com>
1 parent 0f68bc0 commit d372512

File tree

2 files changed

+27
-49
lines changed

2 files changed

+27
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"express": "^4.17.1",
3333
"express-validator": "^6.3.1",
3434
"helmet": "^3.21.2",
35-
"jsonwebtoken": "^8.5.1",
35+
"jsonwebtoken": "^9.0.0",
3636
"mysql2": "^2.1.0",
3737
"sequelize": "^5.21.3",
3838
"sequelize-cli": "^5.5.1"

yarn.lock

Lines changed: 26 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,21 +1229,15 @@ jsonfile@^4.0.0:
12291229
optionalDependencies:
12301230
graceful-fs "^4.1.6"
12311231

1232-
jsonwebtoken@^8.5.1:
1233-
version "8.5.1"
1234-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
1235-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
1232+
jsonwebtoken@^9.0.0:
1233+
version "9.0.0"
1234+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
1235+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
12361236
dependencies:
12371237
jws "^3.2.2"
1238-
lodash.includes "^4.3.0"
1239-
lodash.isboolean "^3.0.3"
1240-
lodash.isinteger "^4.0.4"
1241-
lodash.isnumber "^3.0.3"
1242-
lodash.isplainobject "^4.0.6"
1243-
lodash.isstring "^4.0.1"
1244-
lodash.once "^4.0.0"
1238+
lodash "^4.17.21"
12451239
ms "^2.1.1"
1246-
semver "^5.6.0"
1240+
semver "^7.3.8"
12471241

12481242
jwa@^1.4.1:
12491243
version "1.4.1"
@@ -1277,42 +1271,7 @@ locate-path@^3.0.0:
12771271
p-locate "^3.0.0"
12781272
path-exists "^3.0.0"
12791273

1280-
lodash.includes@^4.3.0:
1281-
version "4.3.0"
1282-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
1283-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
1284-
1285-
lodash.isboolean@^3.0.3:
1286-
version "3.0.3"
1287-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
1288-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
1289-
1290-
lodash.isinteger@^4.0.4:
1291-
version "4.0.4"
1292-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
1293-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
1294-
1295-
lodash.isnumber@^3.0.3:
1296-
version "3.0.3"
1297-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
1298-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
1299-
1300-
lodash.isplainobject@^4.0.6:
1301-
version "4.0.6"
1302-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
1303-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
1304-
1305-
lodash.isstring@^4.0.1:
1306-
version "4.0.1"
1307-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
1308-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
1309-
1310-
lodash.once@^4.0.0:
1311-
version "4.1.1"
1312-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
1313-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
1314-
1315-
lodash@^4.17.15, lodash@^4.17.5:
1274+
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.5:
13161275
version "4.17.21"
13171276
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
13181277
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -1342,6 +1301,13 @@ lru-cache@^5.1.1:
13421301
dependencies:
13431302
yallist "^3.0.2"
13441303

1304+
lru-cache@^6.0.0:
1305+
version "6.0.0"
1306+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
1307+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
1308+
dependencies:
1309+
yallist "^4.0.0"
1310+
13451311
lru-queue@0.1:
13461312
version "0.1.0"
13471313
resolved "https://registry.yarnpkg.com/lru-queue/-/lru-queue-0.1.0.tgz#2738bd9f0d3cf4f84490c5736c48699ac632cda3"
@@ -1923,6 +1889,13 @@ semver@^6.3.0:
19231889
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
19241890
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
19251891

1892+
semver@^7.3.8:
1893+
version "7.3.8"
1894+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
1895+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
1896+
dependencies:
1897+
lru-cache "^6.0.0"
1898+
19261899
send@0.17.1:
19271900
version "0.17.1"
19281901
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -2364,6 +2337,11 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.1.1:
23642337
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
23652338
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
23662339

2340+
yallist@^4.0.0:
2341+
version "4.0.0"
2342+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
2343+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
2344+
23672345
yargs-parser@^13.1.1:
23682346
version "13.1.2"
23692347
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"

0 commit comments

Comments
 (0)