@nomicfoundation/hardhat-utils 4.1.7 → 4.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @nomicfoundation/hardhat-utils
2
2
 
3
+ ## 4.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8533](https://github.com/NomicFoundation/hardhat/pull/8533) [`cbe361a`](https://github.com/NomicFoundation/hardhat/commit/cbe361a667804f71fef69e608cf50030221380d2) Thanks [@kanej](https://github.com/kanej)! - Update the `fast-equals` runtime dependency to its latest major version.
8
+
3
9
  ## 4.1.7
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomicfoundation/hardhat-utils",
3
- "version": "4.1.7",
3
+ "version": "4.1.8",
4
4
  "description": "Utilities for Hardhat and its plugins",
5
5
  "homepage": "https://github.com/NomicFoundation/hardhat/tree/main/packages/hardhat-utils",
6
6
  "repository": {
@@ -60,7 +60,7 @@
60
60
  "@types/bn.js": "^5.1.5",
61
61
  "@types/node": "^22.0.0",
62
62
  "c8": "^12.0.0",
63
- "eslint": "9.25.1",
63
+ "eslint": "9.39.5",
64
64
  "expect-type": "^1.4.0",
65
65
  "prettier": "3.9.6",
66
66
  "rimraf": "^6.1.3",
@@ -71,10 +71,10 @@
71
71
  "@streamparser/json-node": "^0.0.22",
72
72
  "env-paths": "^4.0.0",
73
73
  "ethereum-cryptography": "^2.2.1",
74
- "fast-equals": "^5.4.0",
74
+ "fast-equals": "^6.0.0",
75
75
  "json-stream-stringify": "^3.1.7",
76
76
  "rfdc": "^1.3.1",
77
- "undici": "^6.27.0"
77
+ "undici": "^6.28.0"
78
78
  },
79
79
  "scripts": {
80
80
  "lint": "pnpm eslint && pnpm prettier --check",