Skip to content

Commit 4b1662f

Browse files
Bump jsonwebtoken from 8.5.1 to 9.0.0 in /server
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 117a6ba commit 4b1662f

File tree

2 files changed

+35
-6
lines changed

2 files changed

+35
-6
lines changed

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"bcryptjs": "^2.4.3",
1111
"graphql-yoga": "^1.18.3",
12-
"jsonwebtoken": "^8.5.1",
12+
"jsonwebtoken": "^9.0.0",
1313
"prisma-client-lib": "^1.31.0",
1414
"graphql": "14.5.3"
1515
},

server/yarn.lock

+34-5
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@ jsonify@~0.0.0:
21422142
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
21432143
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
21442144

2145-
jsonwebtoken@^8.1.0, jsonwebtoken@^8.3.0, jsonwebtoken@^8.5.1:
2145+
jsonwebtoken@^8.1.0, jsonwebtoken@^8.3.0:
21462146
version "8.5.1"
21472147
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
21482148
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
@@ -2158,6 +2158,16 @@ jsonwebtoken@^8.1.0, jsonwebtoken@^8.3.0, jsonwebtoken@^8.5.1:
21582158
ms "^2.1.1"
21592159
semver "^5.6.0"
21602160

2161+
jsonwebtoken@^9.0.0:
2162+
version "9.0.0"
2163+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
2164+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
2165+
dependencies:
2166+
jws "^3.2.2"
2167+
lodash "^4.17.21"
2168+
ms "^2.1.1"
2169+
semver "^7.3.8"
2170+
21612171
jsprim@^1.2.2:
21622172
version "1.4.1"
21632173
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
@@ -2363,10 +2373,10 @@ lodash.uniqby@^4.7.0:
23632373
resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302"
23642374
integrity sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI=
23652375

2366-
lodash@^4.17.10, lodash@^4.17.4, lodash@^4.8.0:
2367-
version "4.17.11"
2368-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
2369-
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
2376+
lodash@^4.17.10, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.8.0:
2377+
version "4.17.21"
2378+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2379+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
23702380

23712381
lower-case@^1.1.1:
23722382
version "1.1.4"
@@ -2386,6 +2396,13 @@ lru-cache@^4.0.1, lru-cache@^4.1.3:
23862396
pseudomap "^1.0.2"
23872397
yallist "^2.1.2"
23882398

2399+
lru-cache@^6.0.0:
2400+
version "6.0.0"
2401+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
2402+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
2403+
dependencies:
2404+
yallist "^4.0.0"
2405+
23892406
make-dir@^1.0.0:
23902407
version "1.3.0"
23912408
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
@@ -3468,6 +3485,13 @@ semver@^5.0.3, semver@^5.1.0, semver@^5.4.1, semver@^5.6.0:
34683485
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
34693486
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
34703487

3488+
semver@^7.3.8:
3489+
version "7.3.8"
3490+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
3491+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
3492+
dependencies:
3493+
lru-cache "^6.0.0"
3494+
34713495
34723496
version "0.16.2"
34733497
resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1"
@@ -4151,6 +4175,11 @@ yallist@^2.1.2:
41514175
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
41524176
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
41534177

4178+
yallist@^4.0.0:
4179+
version "4.0.0"
4180+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
4181+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
4182+
41544183
yaml-ast-parser@^0.0.40:
41554184
version "0.0.40"
41564185
resolved "https://registry.yarnpkg.com/yaml-ast-parser/-/yaml-ast-parser-0.0.40.tgz#08536d4e73d322b1c9ce207ab8dd70e04d20ae6e"

0 commit comments

Comments
 (0)