Skip to content

Commit 25df80e

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 cb68598 commit 25df80e

File tree

2 files changed

+19
-48
lines changed

2 files changed

+19
-48
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ejs": "^3.1.3",
1515
"express": "^4.17.1",
1616
"google-auth-library": "^6.0.5",
17-
"jsonwebtoken": "^8.5.1",
17+
"jsonwebtoken": "^9.0.0",
1818
"moment": "^2.27.0",
1919
"nodemon": "^2.0.4",
2020
"ts-node": "^8.10.2",

yarn.lock

+18-47
Original file line numberDiff line numberDiff line change
@@ -977,21 +977,15 @@ [email protected]:
977977
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898"
978978
integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=
979979

980-
jsonwebtoken@^8.5.1:
981-
version "8.5.1"
982-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
983-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
980+
jsonwebtoken@^9.0.0:
981+
version "9.0.0"
982+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
983+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
984984
dependencies:
985985
jws "^3.2.2"
986-
lodash.includes "^4.3.0"
987-
lodash.isboolean "^3.0.3"
988-
lodash.isinteger "^4.0.4"
989-
lodash.isnumber "^3.0.3"
990-
lodash.isplainobject "^4.0.6"
991-
lodash.isstring "^4.0.1"
992-
lodash.once "^4.0.0"
986+
lodash "^4.17.21"
993987
ms "^2.1.1"
994-
semver "^5.6.0"
988+
semver "^7.3.8"
995989

996990
jwa@^1.4.1:
997991
version "1.4.1"
@@ -1041,40 +1035,10 @@ latest-version@^5.0.0:
10411035
dependencies:
10421036
package-json "^6.3.0"
10431037

1044-
lodash.includes@^4.3.0:
1045-
version "4.3.0"
1046-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
1047-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
1048-
1049-
lodash.isboolean@^3.0.3:
1050-
version "3.0.3"
1051-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
1052-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
1053-
1054-
lodash.isinteger@^4.0.4:
1055-
version "4.0.4"
1056-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
1057-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
1058-
1059-
lodash.isnumber@^3.0.3:
1060-
version "3.0.3"
1061-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
1062-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
1063-
1064-
lodash.isplainobject@^4.0.6:
1065-
version "4.0.6"
1066-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
1067-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
1068-
1069-
lodash.isstring@^4.0.1:
1070-
version "4.0.1"
1071-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
1072-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
1073-
1074-
lodash.once@^4.0.0:
1075-
version "4.1.1"
1076-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
1077-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
1038+
lodash@^4.17.21:
1039+
version "4.17.21"
1040+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1041+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
10781042

10791043
lowercase-keys@^1.0.0, lowercase-keys@^1.0.1:
10801044
version "1.0.1"
@@ -1389,7 +1353,7 @@ semver-diff@^3.1.1:
13891353
dependencies:
13901354
semver "^6.3.0"
13911355

1392-
semver@^5.6.0, semver@^5.7.1:
1356+
semver@^5.7.1:
13931357
version "5.7.1"
13941358
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
13951359
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -1399,6 +1363,13 @@ semver@^6.0.0, semver@^6.2.0, semver@^6.3.0:
13991363
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
14001364
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
14011365

1366+
semver@^7.3.8:
1367+
version "7.3.8"
1368+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
1369+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
1370+
dependencies:
1371+
lru-cache "^6.0.0"
1372+
14021373
14031374
version "0.17.1"
14041375
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)