Skip to content

Commit 93e3b18

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] <support@github.com>
1 parent 936d90e commit 93e3b18

File tree

2 files changed

+35
-5
lines changed

2 files changed

+35
-5
lines changed

backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"graphql-shield": "^5.3.5",
2525
"graphql-yoga": "^1.17.4",
2626
"graphql-yup-middleware": "^0.0.1",
27-
"jsonwebtoken": "^8.5.1",
27+
"jsonwebtoken": "^9.0.0",
2828
"nexus": "^0.11.7",
2929
"nexus-prisma": "^0.3.7",
3030
"prisma-client-lib": "^1.33.0",

yarn.lock

+34-4
Original file line numberDiff line numberDiff line change
@@ -6042,7 +6042,7 @@ jsonify@~0.0.0:
60426042
version "0.0.0"
60436043
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
60446044

6045-
jsonwebtoken@^8.3.0, jsonwebtoken@^8.5.1:
6045+
jsonwebtoken@^8.3.0:
60466046
version "8.5.1"
60476047
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
60486048
dependencies:
@@ -6057,6 +6057,16 @@ jsonwebtoken@^8.3.0, jsonwebtoken@^8.5.1:
60576057
ms "^2.1.1"
60586058
semver "^5.6.0"
60596059

6060+
jsonwebtoken@^9.0.0:
6061+
version "9.0.0"
6062+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
6063+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
6064+
dependencies:
6065+
jws "^3.2.2"
6066+
lodash "^4.17.21"
6067+
ms "^2.1.1"
6068+
semver "^7.3.8"
6069+
60606070
jsprim@^1.2.2:
60616071
version "1.4.1"
60626072
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
@@ -6437,9 +6447,10 @@ lodash.uniq@^4.5.0:
64376447
version "4.5.0"
64386448
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
64396449

6440-
"lodash@>=3.5 <5", lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5:
6441-
version "4.17.11"
6442-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
6450+
"lodash@>=3.5 <5", lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.17.5:
6451+
version "4.17.21"
6452+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
6453+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
64436454

64446455
log-symbols@^1.0.2:
64456456
version "1.0.2"
@@ -6495,6 +6506,13 @@ lru-cache@^5.1.1:
64956506
dependencies:
64966507
yallist "^3.0.2"
64976508

6509+
lru-cache@^6.0.0:
6510+
version "6.0.0"
6511+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
6512+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
6513+
dependencies:
6514+
yallist "^4.0.0"
6515+
64986516
make-dir@^2.0.0, make-dir@^2.1.0:
64996517
version "2.1.0"
65006518
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
@@ -9030,6 +9048,13 @@ semver@6.0.0, semver@^6.0.0:
90309048
version "6.0.0"
90319049
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"
90329050

9051+
semver@^7.3.8:
9052+
version "7.3.8"
9053+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
9054+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
9055+
dependencies:
9056+
lru-cache "^6.0.0"
9057+
90339058
send@0.17.1:
90349059
version "0.17.1"
90359060
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -10622,6 +10647,11 @@ yallist@^3.0.0, yallist@^3.0.2:
1062210647
version "3.0.3"
1062310648
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
1062410649

10650+
yallist@^4.0.0:
10651+
version "4.0.0"
10652+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
10653+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
10654+
1062510655
yargs-parser@^10.1.0:
1062610656
version "10.1.0"
1062710657
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"

0 commit comments

Comments
 (0)