@eik/node-client
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -0,1 +1,8 @@ | ||
## [1.1.4](https://github.com/eik-lib/node-client/compare/v1.1.3...v1.1.4) (2021-11-24) | ||
### Bug Fixes | ||
* **deps:** update dependency undici to v4.10.3 ([dcfd517](https://github.com/eik-lib/node-client/commit/dcfd517c28dd4d85bc201e6cb6d139d365eb3ae4)) | ||
## [1.1.3](https://github.com/eik-lib/node-client/compare/v1.1.2...v1.1.3) (2021-11-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@eik/node-client", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A node.js client for interacting with a Eik server.", | ||
@@ -42,3 +42,3 @@ "type": "module", | ||
"abslog": "2.4.0", | ||
"undici": "4.10.2" | ||
"undici": "4.10.3" | ||
}, | ||
@@ -48,3 +48,3 @@ "devDependencies": { | ||
"@semantic-release/git": "10.0.1", | ||
"eslint": "8.2.0", | ||
"eslint": "8.3.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
@@ -58,4 +58,4 @@ "eslint-config-prettier": "8.3.0", | ||
"tap": "15.0.10", | ||
"@babel/eslint-parser": "7.14.5" | ||
"@babel/eslint-parser": "7.16.3" | ||
} | ||
} |
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
24356
+ Addedundici@4.10.3(transitive)
- Removedundici@4.10.2(transitive)
Updatedundici@4.10.3