Skip to content

Commit f0c865e

Browse files
committed
bump jws to version 4.0.1
1 parent ffc4119 commit f0c865e

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
.DS_Store
33
.nyc_output
44
coverage
5+
package-lock.json

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
opslevel.yml

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
All notable changes to this project will be documented in this file starting from version **v4.0.0**.
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 9.0.3 - 2025-12-04
8+
9+
- updates jws version to 4.0.1.
10+
711
## 9.0.2 - 2023-08-30
812

913
- security: updating semver to 7.5.4 to resolve CVE-2022-25883, closes [#921](https://github.com/auth0/node-jsonwebtoken/issues/921).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonwebtoken",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"description": "JSON Web Token implementation (symmetric and asymmetric)",
55
"main": "index.js",
66
"nyc": {
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/auth0/node-jsonwebtoken/issues"
3737
},
3838
"dependencies": {
39-
"jws": "^3.2.2",
39+
"jws": "^4.0.1",
4040
"lodash.includes": "^4.3.0",
4141
"lodash.isboolean": "^3.0.3",
4242
"lodash.isinteger": "^4.0.4",

0 commit comments

Comments
 (0)