Skip to content

Commit b22dd3b

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 d3e0cb1 commit b22dd3b

File tree

2 files changed

+11
-43
lines changed

2 files changed

+11
-43
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"file-type": "^16.5.4",
4141
"fs-extra": "^10.1.0",
4242
"http-errors": "^2.0.0",
43-
"jsonwebtoken": "^8.5.1",
43+
"jsonwebtoken": "^9.0.0",
4444
"mime": "^3.0.0",
4545
"mkdirp": "^1.0.4",
4646
"mongodb": "^4.10.0",

yarn.lock

+10-42
Original file line numberDiff line numberDiff line change
@@ -4974,20 +4974,15 @@ jsonfile@^6.0.1:
49744974
optionalDependencies:
49754975
graceful-fs "^4.1.6"
49764976

4977-
jsonwebtoken@^8.5.1:
4978-
version "8.5.1"
4979-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
4977+
jsonwebtoken@^9.0.0:
4978+
version "9.0.0"
4979+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
4980+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
49804981
dependencies:
49814982
jws "^3.2.2"
4982-
lodash.includes "^4.3.0"
4983-
lodash.isboolean "^3.0.3"
4984-
lodash.isinteger "^4.0.4"
4985-
lodash.isnumber "^3.0.3"
4986-
lodash.isplainobject "^4.0.6"
4987-
lodash.isstring "^4.0.1"
4988-
lodash.once "^4.0.0"
4983+
lodash "^4.17.21"
49894984
ms "^2.1.1"
4990-
semver "^5.6.0"
4985+
semver "^7.3.8"
49914986

49924987
just-extend@^4.0.2:
49934988
version "4.2.1"
@@ -5113,35 +5108,11 @@ lodash.get@^4.4.2:
51135108
version "4.4.2"
51145109
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
51155110

5116-
lodash.includes@^4.3.0:
5117-
version "4.3.0"
5118-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
5119-
51205111
lodash.isarray@^4.0.0:
51215112
version "4.0.0"
51225113
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-4.0.0.tgz#2aca496b28c4ca6d726715313590c02e6ea34403"
51235114
integrity sha512-V8ViWvoNlXpCrB6Ewaj3ScRXUpmCvqp4tJUxa3dlovuJj/8lp3SND5Kw4v5OeuHgoyw4qJN+gl36qZqp6WYQ6g==
51245115

5125-
lodash.isboolean@^3.0.3:
5126-
version "3.0.3"
5127-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
5128-
5129-
lodash.isinteger@^4.0.4:
5130-
version "4.0.4"
5131-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
5132-
5133-
lodash.isnumber@^3.0.3:
5134-
version "3.0.3"
5135-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
5136-
5137-
lodash.isplainobject@^4.0.6:
5138-
version "4.0.6"
5139-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
5140-
5141-
lodash.isstring@^4.0.1:
5142-
version "4.0.1"
5143-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
5144-
51455116
lodash.memoize@^4.1.2:
51465117
version "4.1.2"
51475118
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -5150,10 +5121,6 @@ lodash.merge@^4.6.2:
51505121
version "4.6.2"
51515122
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
51525123

5153-
lodash.once@^4.0.0:
5154-
version "4.1.1"
5155-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
5156-
51575124
lodash.uniq@^4.5.0:
51585125
version "4.5.0"
51595126
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
@@ -6563,9 +6530,10 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
65636530
version "6.3.0"
65646531
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
65656532

6566-
semver@^7.0.0, semver@^7.3.5, semver@^7.3.7:
6567-
version "7.3.7"
6568-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
6533+
semver@^7.0.0, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8:
6534+
version "7.3.8"
6535+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
6536+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
65696537
dependencies:
65706538
lru-cache "^6.0.0"
65716539

0 commit comments

Comments
 (0)