Skip to content

Commit 37de50c

Browse files
authored
Merge pull request #103 from metabase/dependabot/npm_and_yarn/node/jsonwebtoken-9.0.0
Bump jsonwebtoken from 8.5.1 to 9.0.0 in /node
2 parents 38a98bc + 39a8052 commit 37de50c

File tree

2 files changed

+28
-50
lines changed

2 files changed

+28
-50
lines changed

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"express": "^4.17.1",
77
"express-session": "^1.17.1",
8-
"jsonwebtoken": "^8.5.1",
8+
"jsonwebtoken": "^9.0.0",
99
"pug": "^3.0.2"
1010
},
1111
"scripts": {

node/yarn.lock

Lines changed: 27 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -356,21 +356,15 @@ js-stringify@^1.0.2:
356356
resolved "https://registry.yarnpkg.com/js-stringify/-/js-stringify-1.0.2.tgz#1736fddfd9724f28a3682adc6230ae7e4e9679db"
357357
integrity sha1-Fzb939lyTyijaCrcYjCufk6Weds=
358358

359-
jsonwebtoken@^8.5.1:
360-
version "8.5.1"
361-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
362-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
359+
jsonwebtoken@^9.0.0:
360+
version "9.0.0"
361+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
362+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
363363
dependencies:
364364
jws "^3.2.2"
365-
lodash.includes "^4.3.0"
366-
lodash.isboolean "^3.0.3"
367-
lodash.isinteger "^4.0.4"
368-
lodash.isnumber "^3.0.3"
369-
lodash.isplainobject "^4.0.6"
370-
lodash.isstring "^4.0.1"
371-
lodash.once "^4.0.0"
365+
lodash "^4.17.21"
372366
ms "^2.1.1"
373-
semver "^5.6.0"
367+
semver "^7.3.8"
374368

375369
jstransformer@1.0.0:
376370
version "1.0.0"
@@ -397,40 +391,17 @@ jws@^3.2.2:
397391
jwa "^1.4.1"
398392
safe-buffer "^5.0.1"
399393

400-
lodash.includes@^4.3.0:
401-
version "4.3.0"
402-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
403-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
394+
lodash@^4.17.21:
395+
version "4.17.21"
396+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
397+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
404398

405-
lodash.isboolean@^3.0.3:
406-
version "3.0.3"
407-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
408-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
409-
410-
lodash.isinteger@^4.0.4:
411-
version "4.0.4"
412-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
413-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
414-
415-
lodash.isnumber@^3.0.3:
416-
version "3.0.3"
417-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
418-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
419-
420-
lodash.isplainobject@^4.0.6:
421-
version "4.0.6"
422-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
423-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
424-
425-
lodash.isstring@^4.0.1:
426-
version "4.0.1"
427-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
428-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
429-
430-
lodash.once@^4.0.0:
431-
version "4.1.1"
432-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
433-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
399+
lru-cache@^6.0.0:
400+
version "6.0.0"
401+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
402+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
403+
dependencies:
404+
yallist "^4.0.0"
434405

435406
media-typer@0.3.0:
436407
version "0.3.0"
@@ -687,10 +658,12 @@ safe-buffer@^5.0.1:
687658
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
688659
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
689660

690-
semver@^5.6.0:
691-
version "5.7.1"
692-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
693-
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
661+
semver@^7.3.8:
662+
version "7.3.8"
663+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
664+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
665+
dependencies:
666+
lru-cache "^6.0.0"
694667

695668
send@0.17.1:
696669
version "0.17.1"
@@ -790,3 +763,8 @@ with@^7.0.0:
790763
"@babel/types" "^7.9.6"
791764
assert-never "^1.2.1"
792765
babel-walk "3.0.0-canary-5"
766+
767+
yallist@^4.0.0:
768+
version "4.0.0"
769+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
770+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

0 commit comments

Comments
 (0)