Browse Source

Update dependency hardhat-predeploy to ^0.3.0

renovate[bot] 1 month ago
parent
commit
6b495a1684
2 changed files with 5 additions and 44 deletions
  1. 4 43
      package-lock.json
  2. 1 1
      package.json

+ 4 - 43
package-lock.json

@@ -32,7 +32,7 @@
         "hardhat-exposed": "^0.3.15",
         "hardhat-gas-reporter": "^2.1.0",
         "hardhat-ignore-warnings": "^0.2.11",
-        "hardhat-predeploy": "^0.2.0",
+        "hardhat-predeploy": "^0.3.0",
         "husky": "^9.1.7",
         "interoperable-addresses": "^0.1.3",
         "lint-staged": "^16.0.0",
@@ -2502,23 +2502,6 @@
       "dev": true,
       "license": "MIT"
     },
-    "node_modules/@types/lodash": {
-      "version": "4.17.20",
-      "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.20.tgz",
-      "integrity": "sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==",
-      "dev": true,
-      "license": "MIT"
-    },
-    "node_modules/@types/lodash.merge": {
-      "version": "4.6.9",
-      "resolved": "https://registry.npmjs.org/@types/lodash.merge/-/lodash.merge-4.6.9.tgz",
-      "integrity": "sha512-23sHDPmzd59kUgWyKGiOMO2Qb9YtqRO/x4IhkgNUiPQ1+5MUVqi6bCZeq9nBJ17msjIMbEIO5u+XW4Kz6aGUhQ==",
-      "dev": true,
-      "license": "MIT",
-      "dependencies": {
-        "@types/lodash": "*"
-      }
-    },
     "node_modules/@types/minimatch": {
       "version": "5.1.2",
       "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
@@ -5790,38 +5773,16 @@
       }
     },
     "node_modules/hardhat-predeploy": {
-      "version": "0.2.0",
-      "resolved": "https://registry.npmjs.org/hardhat-predeploy/-/hardhat-predeploy-0.2.0.tgz",
-      "integrity": "sha512-/K261ESB4AuI/dkXpO7lv5SScK4MN7io55nJ5N10x6qX6EDddsG7u5rlcqn76CmEHcuHdsEOZAb2ze7TPIKMOw==",
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/hardhat-predeploy/-/hardhat-predeploy-0.3.0.tgz",
+      "integrity": "sha512-JOBRzpPdW0DsRDQF5dVEpgyBOoOV/jprpsVN7D32nAi8LsVoQIqof/U63+RXML/9kgwTr6YYRsy2XQrwIJu9LQ==",
       "dev": true,
       "license": "MIT",
-      "dependencies": {
-        "@types/lodash.merge": "^4.6.9",
-        "@types/node": "^22.13.5",
-        "lodash.merge": "^4.6.2"
-      },
       "peerDependencies": {
         "@nomicfoundation/hardhat-ethers": "^3.0.8",
         "hardhat": "^2.26.0"
       }
     },
-    "node_modules/hardhat-predeploy/node_modules/@types/node": {
-      "version": "22.16.4",
-      "resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.4.tgz",
-      "integrity": "sha512-PYRhNtZdm2wH/NT2k/oAJ6/f2VD2N2Dag0lGlx2vWgMSJXGNmlce5MiTQzoWAiIJtso30mjnfQCOKVH+kAQC/g==",
-      "dev": true,
-      "license": "MIT",
-      "dependencies": {
-        "undici-types": "~6.21.0"
-      }
-    },
-    "node_modules/hardhat-predeploy/node_modules/undici-types": {
-      "version": "6.21.0",
-      "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
-      "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
-      "dev": true,
-      "license": "MIT"
-    },
     "node_modules/hardhat/node_modules/@ethereumjs/rlp": {
       "version": "5.0.2",
       "resolved": "https://registry.npmjs.org/@ethereumjs/rlp/-/rlp-5.0.2.tgz",

+ 1 - 1
package.json

@@ -75,7 +75,7 @@
     "hardhat-exposed": "^0.3.15",
     "hardhat-gas-reporter": "^2.1.0",
     "hardhat-ignore-warnings": "^0.2.11",
-    "hardhat-predeploy": "^0.2.0",
+    "hardhat-predeploy": "^0.3.0",
     "husky": "^9.1.7",
     "interoperable-addresses": "^0.1.3",
     "lint-staged": "^16.0.0",