notifications-node-client
Advanced tools
Comparing version 5.2.3 to 6.0.0
@@ -0,1 +1,6 @@ | ||
## 6.0.0 - 2022-12-22 | ||
* Bump jsonwebtokens from 8.5.1 to 9.0.0 to mitigate CVE-2022-23529. We don't believe this CVE affects any use-cases of notifications-node-client; this update is out of best-practice rather than any direct concern. | ||
* Remove support for node versions below v12. | ||
## 5.2.3 - 2022-11-22 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "notifications-node-client", | ||
"version": "5.2.3", | ||
"version": "6.0.0", | ||
"homepage": "https://docs.notifications.service.gov.uk/node.html", | ||
@@ -16,6 +16,10 @@ "repository": { | ||
}, | ||
"engines": { | ||
"npm": ">=6.12.0", | ||
"node": ">=12.13.0" | ||
}, | ||
"author": "GDS developers", | ||
"license": "MIT", | ||
"dependencies": { | ||
"jsonwebtoken": "^8.2.1", | ||
"jsonwebtoken": "^9.0.0", | ||
"axios": "^0.25.0" | ||
@@ -22,0 +26,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
234756
39
+ Addedjsonwebtoken@9.0.2(transitive)
+ Addedsemver@7.6.3(transitive)
- Removedjsonwebtoken@8.5.1(transitive)
- Removedsemver@5.7.2(transitive)
Updatedjsonwebtoken@^9.0.0