acme-client
Advanced tools
Comparing version 4.2.4 to 4.2.5
# Changelog | ||
## v4.2.5 (2022-03-21) | ||
* `fixed` Upgrade `axios@0.26.1` | ||
* `fixed` Upgrade `node-forge@1.3.0` - [CVE-2022-24771](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24771), [CVE-2022-24772](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24772), [CVE-2022-24773](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24773) | ||
## 4.2.4 (2022-03-19) | ||
@@ -31,3 +37,3 @@ | ||
* `added` Support for external account binding [RFC 8555 Section 7.3.4](https://tools.ietf.org/html/rfc8555#section-7.3.4) | ||
* `added` Support for external account binding - [RFC 8555 Section 7.3.4](https://tools.ietf.org/html/rfc8555#section-7.3.4) | ||
* `added` Ability to pass through custom logger function | ||
@@ -34,0 +40,0 @@ * `changed` Increase default `backoffAttempts` to 10 |
@@ -5,3 +5,3 @@ { | ||
"author": "nmorsman", | ||
"version": "4.2.4", | ||
"version": "4.2.5", | ||
"main": "src/index.js", | ||
@@ -19,7 +19,7 @@ "types": "types", | ||
"dependencies": { | ||
"axios": "0.21.4", | ||
"axios": "0.26.1", | ||
"backo2": "^1.0.0", | ||
"bluebird": "^3.5.0", | ||
"debug": "^4.1.1", | ||
"node-forge": "^1.2.0" | ||
"node-forge": "^1.3.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "devDependencies": { |
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
94878
+ Addedaxios@0.26.1(transitive)
- Removedaxios@0.21.4(transitive)
Updatedaxios@0.26.1
Updatednode-forge@^1.3.0