Skip to content

Commit a9c4e69

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 b071680 commit a9c4e69

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@oada/certs": "^4.1.1",
7272
"eventemitter2": "^6.4.5",
7373
"is-wsl": "^2.2.0",
74-
"jsonwebtoken": "^8.5.1",
74+
"jsonwebtoken": "^9.0.0",
7575
"jwt-bearer-client-auth": "^2.0.1",
7676
"oauth-dyn-reg": "^2.1.1",
7777
"open": "^8.4.0",

yarn.lock

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ __metadata:
540540
events: ^3.3.0
541541
express: ^4.17.3
542542
is-wsl: ^2.2.0
543-
jsonwebtoken: ^8.5.1
543+
jsonwebtoken: ^9.0.0
544544
jwt-bearer-client-auth: ^2.0.1
545545
karma: ^6.3.18
546546
karma-browserify: ^8.1.0
@@ -5764,6 +5764,18 @@ __metadata:
57645764
languageName: node
57655765
linkType: hard
57665766

5767+
"jsonwebtoken@npm:^9.0.0":
5768+
version: 9.0.0
5769+
resolution: "jsonwebtoken@npm:9.0.0"
5770+
dependencies:
5771+
jws: ^3.2.2
5772+
lodash: ^4.17.21
5773+
ms: ^2.1.1
5774+
semver: ^7.3.8
5775+
checksum: b9181cecf9df99f1dc0253f91ba000a1aa4d91f5816d1608c0dba61a5623726a0bfe200b51df25de18c1a6000825d231ad7ce2788aa54fd48dcb760ad9eb9514
5776+
languageName: node
5777+
linkType: hard
5778+
57675779
"just-extend@npm:^4.0.2":
57685780
version: 4.1.1
57695781
resolution: "just-extend@npm:4.1.1"
@@ -8029,6 +8041,17 @@ __metadata:
80298041
languageName: node
80308042
linkType: hard
80318043

8044+
"semver@npm:^7.3.8":
8045+
version: 7.3.8
8046+
resolution: "semver@npm:7.3.8"
8047+
dependencies:
8048+
lru-cache: ^6.0.0
8049+
bin:
8050+
semver: bin/semver.js
8051+
checksum: ba9c7cbbf2b7884696523450a61fee1a09930d888b7a8d7579025ad93d459b2d1949ee5bbfeb188b2be5f4ac163544c5e98491ad6152df34154feebc2cc337c1
8052+
languageName: node
8053+
linkType: hard
8054+
80328055
"send@npm:0.17.2":
80338056
version: 0.17.2
80348057
resolution: "send@npm:0.17.2"

0 commit comments

Comments
 (0)