Przeglądaj źródła

chore(deps): update dependency hardhat to v2.6.2 (#23)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 lat temu
rodzic
commit
c71c89832b
2 zmienionych plików z 8 dodań i 8 usunięć
  1. 7 7
      package-lock.json
  2. 1 1
      package.json

+ 7 - 7
package-lock.json

@@ -27,7 +27,7 @@
                 "chai-ethers": "0.0.1",
                 "dotenv": "10.0.0",
                 "ethers": "5.4.6",
-                "hardhat": "2.6.1",
+                "hardhat": "2.6.2",
                 "hardhat-deploy": "0.9.0",
                 "mocha-skip-if": "0.0.3",
                 "prettier": "2.3.2",
@@ -7130,9 +7130,9 @@
             }
         },
         "node_modules/hardhat": {
-            "version": "2.6.1",
-            "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.6.1.tgz",
-            "integrity": "sha512-0LozdYbPsiTc6ZXsfDQUTV3L0p4CMO5TRbd5qmeWiCYGmhd+7Mvdg4N+nA8w0g3gZ2OKFUmHIYlAbExI488ceQ==",
+            "version": "2.6.2",
+            "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.6.2.tgz",
+            "integrity": "sha512-83kCYIrkRq+vrsjOLIv349fbMpL7Vp/ZGpWtu+KLMH3wcAAs+aMsABZJ8W5hb5uo69+06KeF0pCHQ6y8tBAcwA==",
             "dev": true,
             "dependencies": {
                 "@ethereumjs/block": "^3.4.0",
@@ -19135,9 +19135,9 @@
             }
         },
         "hardhat": {
-            "version": "2.6.1",
-            "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.6.1.tgz",
-            "integrity": "sha512-0LozdYbPsiTc6ZXsfDQUTV3L0p4CMO5TRbd5qmeWiCYGmhd+7Mvdg4N+nA8w0g3gZ2OKFUmHIYlAbExI488ceQ==",
+            "version": "2.6.2",
+            "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.6.2.tgz",
+            "integrity": "sha512-83kCYIrkRq+vrsjOLIv349fbMpL7Vp/ZGpWtu+KLMH3wcAAs+aMsABZJ8W5hb5uo69+06KeF0pCHQ6y8tBAcwA==",
             "dev": true,
             "requires": {
                 "@ethereumjs/block": "^3.4.0",

+ 1 - 1
package.json

@@ -39,7 +39,7 @@
         "chai-ethers": "0.0.1",
         "dotenv": "10.0.0",
         "ethers": "5.4.6",
-        "hardhat": "2.6.1",
+        "hardhat": "2.6.2",
         "hardhat-deploy": "0.9.0",
         "mocha-skip-if": "0.0.3",
         "prettier": "2.3.2",