@eik/node-client
Advanced tools
Comparing version 1.1.34 to 1.1.35
@@ -0,1 +1,8 @@ | ||
## [1.1.35](https://github.com/eik-lib/node-client/compare/v1.1.34...v1.1.35) (2022-12-12) | ||
### Bug Fixes | ||
* **deps:** update dependency undici to v5.14.0 ([9508c56](https://github.com/eik-lib/node-client/commit/9508c56febac371379a8cecfeb2ebb3aab79f5fa)) | ||
## [1.1.34](https://github.com/eik-lib/node-client/compare/v1.1.33...v1.1.34) (2022-11-28) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@eik/node-client", | ||
"version": "1.1.34", | ||
"version": "1.1.35", | ||
"description": "A node.js client for interacting with a Eik server.", | ||
@@ -42,6 +42,6 @@ "type": "module", | ||
"abslog": "2.4.0", | ||
"undici": "5.13.0" | ||
"undici": "5.14.0" | ||
}, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/changelog": "6.0.2", | ||
"@semantic-release/git": "10.0.1", | ||
@@ -56,5 +56,5 @@ "eslint": "8.26.0", | ||
"semantic-release": "19.0.5", | ||
"tap": "16.3.0", | ||
"tap": "16.3.2", | ||
"@babel/eslint-parser": "7.19.1" | ||
} | ||
} |
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
32376
+ Addedundici@5.14.0(transitive)
- Removedundici@5.13.0(transitive)
Updatedundici@5.14.0