notifications-node-client
Advanced tools
Comparing version 5.0.2 to 5.1.0
@@ -0,1 +1,9 @@ | ||
## 5.1.0 - 2020-12-30 | ||
### Changed | ||
* Upgrade axios version from 0.19.2 to 0.21.1 | ||
* Allow any compatible version of axios to be used (0.21.1 to <1.0.0) | ||
* Allow any compatible version of jsonwebtoken to be used (8.2.1 to <9.0.0) | ||
## 5.0.2 - 2020-11-20 | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "notifications-node-client", | ||
"version": "5.0.2", | ||
"version": "5.1.0", | ||
"homepage": "https://docs.notifications.service.gov.uk/node.html", | ||
@@ -19,4 +19,4 @@ "repository": { | ||
"dependencies": { | ||
"jsonwebtoken": "8.2.1", | ||
"axios": "0.19.2", | ||
"jsonwebtoken": "^8.2.1", | ||
"axios": "^0.21.1", | ||
"underscore": "^1.9.0" | ||
@@ -23,0 +23,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
228557
+ Addedaxios@0.21.4(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedjsonwebtoken@8.5.1(transitive)
+ Addedsemver@5.7.2(transitive)
- Removedaxios@0.19.2(transitive)
- Removedfollow-redirects@1.5.10(transitive)
- Removedjsonwebtoken@8.2.1(transitive)
- Removedxtend@4.0.2(transitive)
Updatedaxios@^0.21.1
Updatedjsonwebtoken@^8.2.1