We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b8906 commit 6d463c7Copy full SHA for 6d463c7
CHANGELOG.md
@@ -4,6 +4,11 @@
4
All notable changes to this project will be documented in this file starting from version **v4.0.0**.
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 9.0.2 - 2023-09-01
8
+
9
+- refactor: reduce library size by using lodash specific dependencies #
10
+- security: updating semver to 7.5.4 to resolve CVE-2022-25883
11
12
## 9.0.1 - 2023-07-05
13
14
- fix(stubs): allow decode method to be stubbed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsonwebtoken",
3
- "version": "9.0.1",
+ "version": "9.0.2",
"description": "JSON Web Token implementation (symmetric and asymmetric)",
"main": "index.js",
"nyc": {
0 commit comments