Browse Source

Update dependency ethers to v6.14.0 (#5668)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ernestognw <ernestognw@gmail.com>
renovate[bot] 5 months ago
parent
commit
6bcc3a470d
2 changed files with 5 additions and 5 deletions
  1. 4 4
      package-lock.json
  2. 1 1
      package.json

+ 4 - 4
package-lock.json

@@ -24,7 +24,7 @@
         "chai": "^4.2.0",
         "eslint": "^9.0.0",
         "eslint-config-prettier": "^10.0.0",
-        "ethers": "6.13.6-beta.1",
+        "ethers": "^6.14.0",
         "glob": "^11.0.0",
         "globals": "^16.0.0",
         "graphlib": "^2.1.8",
@@ -4483,9 +4483,9 @@
       }
     },
     "node_modules/ethers": {
-      "version": "6.13.6-beta.1",
-      "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.6-beta.1.tgz",
-      "integrity": "sha512-sJZklf+m7QrlzYnOFbR0qHPqgYHeevbY98VIhzvnSdzhJVN/nNV/skKc/4wjyxbWRhK9t7r6ENcwUwLPjfxTLw==",
+      "version": "6.14.0",
+      "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.14.0.tgz",
+      "integrity": "sha512-KgHwltNSMdbrGWEyKkM0Rt2s+u1nDH/5BVDQakLinzGEJi4bWindBzZSCC4gKsbZjwDTI6ex/8suR9Ihbmz4IQ==",
       "dev": true,
       "funding": [
         {

+ 1 - 1
package.json

@@ -66,7 +66,7 @@
     "chai": "^4.2.0",
     "eslint": "^9.0.0",
     "eslint-config-prettier": "^10.0.0",
-    "ethers": "6.13.6-beta.1",
+    "ethers": "^6.14.0",
     "glob": "^11.0.0",
     "globals": "^16.0.0",
     "graphlib": "^2.1.8",