@eik/node-client
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -0,1 +1,8 @@ | ||
## [1.1.3](https://github.com/eik-lib/node-client/compare/v1.1.2...v1.1.3) (2021-11-19) | ||
### Bug Fixes | ||
* **deps:** update dependency undici to v4.10.2 ([727f3e2](https://github.com/eik-lib/node-client/commit/727f3e2b80bbc1a0f78c0cc72877c9eadeb67a92)) | ||
## [1.1.2](https://github.com/eik-lib/node-client/compare/v1.1.1...v1.1.2) (2021-11-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@eik/node-client", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A node.js client for interacting with a Eik server.", | ||
@@ -42,3 +42,3 @@ "type": "module", | ||
"abslog": "2.4.0", | ||
"undici": "4.10.1" | ||
"undici": "4.10.2" | ||
}, | ||
@@ -48,5 +48,4 @@ "devDependencies": { | ||
"@semantic-release/git": "10.0.1", | ||
"babel-eslint": "10.1.0", | ||
"eslint": "7.32.0", | ||
"eslint-config-airbnb-base": "14.2.1", | ||
"eslint": "8.2.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-config-prettier": "8.3.0", | ||
@@ -58,4 +57,5 @@ "eslint-plugin-import": "2.25.3", | ||
"semantic-release": "18.0.0", | ||
"tap": "15.0.10" | ||
"tap": "15.0.10", | ||
"@babel/eslint-parser": "7.14.5" | ||
} | ||
} |
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
24102
+ Addedundici@4.10.2(transitive)
- Removedundici@4.10.1(transitive)
Updatedundici@4.10.2