Skip to content

Commit 486d26d

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 f8e766b commit 486d26d

File tree

2 files changed

+29
-56
lines changed

2 files changed

+29
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"inquirer": "^7.0.0",
21-
"jsonwebtoken": "^8.5.1",
21+
"jsonwebtoken": "^9.0.0",
2222
"pem-jwk": "^2.0.0",
2323
"shorthash": "^0.0.2",
2424
"shortid": "^2.2.15",

yarn.lock

Lines changed: 28 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -235,21 +235,15 @@ jsbn@~0.1.0:
235235
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
236236
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
237237

238-
jsonwebtoken@^8.5.1:
239-
version "8.5.1"
240-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
241-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
238+
jsonwebtoken@^9.0.0:
239+
version "9.0.0"
240+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
241+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
242242
dependencies:
243243
jws "^3.2.2"
244-
lodash.includes "^4.3.0"
245-
lodash.isboolean "^3.0.3"
246-
lodash.isinteger "^4.0.4"
247-
lodash.isnumber "^3.0.3"
248-
lodash.isplainobject "^4.0.6"
249-
lodash.isstring "^4.0.1"
250-
lodash.once "^4.0.0"
244+
lodash "^4.17.21"
251245
ms "^2.1.1"
252-
semver "^5.6.0"
246+
semver "^7.3.8"
253247

254248
jwa@^1.4.1:
255249
version "1.4.1"
@@ -268,45 +262,17 @@ jws@^3.2.2:
268262
jwa "^1.4.1"
269263
safe-buffer "^5.0.1"
270264

271-
lodash.includes@^4.3.0:
272-
version "4.3.0"
273-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
274-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
275-
276-
lodash.isboolean@^3.0.3:
277-
version "3.0.3"
278-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
279-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
280-
281-
lodash.isinteger@^4.0.4:
282-
version "4.0.4"
283-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
284-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
285-
286-
lodash.isnumber@^3.0.3:
287-
version "3.0.3"
288-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
289-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
290-
291-
lodash.isplainobject@^4.0.6:
292-
version "4.0.6"
293-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
294-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
295-
296-
lodash.isstring@^4.0.1:
297-
version "4.0.1"
298-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
299-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
300-
301-
lodash.once@^4.0.0:
302-
version "4.1.1"
303-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
304-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
305-
306-
lodash@^4.17.15:
307-
version "4.17.15"
308-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
309-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
265+
lodash@^4.17.15, lodash@^4.17.21:
266+
version "4.17.21"
267+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
268+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
269+
270+
lru-cache@^6.0.0:
271+
version "6.0.0"
272+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
273+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
274+
dependencies:
275+
yallist "^4.0.0"
310276

311277
mimic-fn@^2.1.0:
312278
version "2.1.0"
@@ -384,10 +350,12 @@ safe-buffer@^5.0.1:
384350
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
385351
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
386352

387-
semver@^5.6.0:
388-
version "5.7.1"
389-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
390-
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
353+
semver@^7.3.8:
354+
version "7.3.8"
355+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
356+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
357+
dependencies:
358+
lru-cache "^6.0.0"
391359

392360
shorthash@^0.0.2:
393361
version "0.0.2"
@@ -482,3 +450,8 @@ typescript@^3.7.2:
482450
version "3.7.2"
483451
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
484452
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
453+
454+
yallist@^4.0.0:
455+
version "4.0.0"
456+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
457+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

0 commit comments

Comments
 (0)