Skip to content

Commit 23cefa9

Browse files
authoredDec 22, 2022
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 2a39d35 commit 23cefa9

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"framer-motion": "^6",
2525
"graphql": "^15.4.0",
2626
"graphql-tag": "^2.11.0",
27-
"jsonwebtoken": "^8.5.1",
27+
"jsonwebtoken": "^9.0.0",
2828
"lodash.get": "^4.4.2",
2929
"luxon": "^1.25.0",
3030
"next": "11",

‎yarn.lock

+15-5
Original file line numberDiff line numberDiff line change
@@ -3845,6 +3845,16 @@ jsonwebtoken@^8.5.1:
38453845
ms "^2.1.1"
38463846
semver "^5.6.0"
38473847

3848+
jsonwebtoken@^9.0.0:
3849+
version "9.0.0"
3850+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
3851+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
3852+
dependencies:
3853+
jws "^3.2.2"
3854+
lodash "^4.17.21"
3855+
ms "^2.1.1"
3856+
semver "^7.3.8"
3857+
38483858
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.2.1:
38493859
version "3.3.0"
38503860
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.0.tgz#e624f259143b9062c92b6413ff92a164c80d3ccb"
@@ -3998,7 +4008,7 @@ lodash.truncate@^4.4.2:
39984008
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
39994009
integrity sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==
40004010

4001-
lodash@^4.17.15, lodash@^4.17.4:
4011+
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.4:
40024012
version "4.17.21"
40034013
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
40044014
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -5261,10 +5271,10 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.2.0, semver@^6.3.0:
52615271
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
52625272
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
52635273

5264-
semver@^7.2.1, semver@^7.3.4:
5265-
version "7.3.7"
5266-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
5267-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
5274+
semver@^7.2.1, semver@^7.3.4, semver@^7.3.8:
5275+
version "7.3.8"
5276+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
5277+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
52685278
dependencies:
52695279
lru-cache "^6.0.0"
52705280

0 commit comments

Comments
 (0)
Please sign in to comment.