Skip to content

Commit

Permalink
Update dependency jsonwebtoken to v9 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent a7997d1 commit a10411e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"html_codesniffer": "2.4.1",
"husky": "^6.0.0",
"jsdom": "^16.6.0",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.0",
"mocha-multi": "^1.1.7",
Expand Down
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3457,7 +3457,7 @@ __metadata:
jquery: 3.6.0
js-base64: ^2.5.1
jsdom: ^16.6.0
jsonwebtoken: ^8.5.1
jsonwebtoken: ^9.0.0
launchdarkly-node-server-sdk: ^7.0.0
ldclient-node: ^5.8.0
lodash: ^4.17.21
Expand Down Expand Up @@ -8311,9 +8311,9 @@ __metadata:
languageName: node
linkType: hard

"jsonwebtoken@npm:^8.5.1":
version: 8.5.1
resolution: "jsonwebtoken@npm:8.5.1"
"jsonwebtoken@npm:^9.0.0":
version: 9.0.2
resolution: "jsonwebtoken@npm:9.0.2"
dependencies:
jws: ^3.2.2
lodash.includes: ^4.3.0
Expand All @@ -8324,8 +8324,8 @@ __metadata:
lodash.isstring: ^4.0.1
lodash.once: ^4.0.0
ms: ^2.1.1
semver: ^5.6.0
checksum: 93c9e3f23c59b758ac88ba15f4e4753b3749dfce7a6f7c40fb86663128a1e282db085eec852d4e0cbca4cefdcd3a8275ee255dbd08fcad0df26ad9f6e4cc853a
semver: ^7.5.4
checksum: fc739a6a8b33f1974f9772dca7f8493ca8df4cc31c5a09dcfdb7cff77447dcf22f4236fb2774ef3fe50df0abeb8e1c6f4c41eba82f500a804ab101e2fbc9d61a
languageName: node
linkType: hard

Expand Down Expand Up @@ -11986,6 +11986,17 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.5.4":
version: 7.5.4
resolution: "semver@npm:7.5.4"
dependencies:
lru-cache: ^6.0.0
bin:
semver: bin/semver.js
checksum: 12d8ad952fa353b0995bf180cdac205a4068b759a140e5d3c608317098b3575ac2f1e09182206bf2eb26120e1c0ed8fb92c48c592f6099680de56bb071423ca3
languageName: node
linkType: hard

"semver@npm:~7.3.5":
version: 7.3.8
resolution: "semver@npm:7.3.8"
Expand Down

0 comments on commit a10411e

Please sign in to comment.