Przeglądaj źródła

Bump undici (#5544)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 7 miesięcy temu
rodzic
commit
15653ff10e
2 zmienionych plików z 5 dodań i 5 usunięć
  1. 4 4
      package-lock.json
  2. 1 1
      package.json

+ 4 - 4
package-lock.json

@@ -46,7 +46,7 @@
         "solidity-ast": "^0.4.50",
         "solidity-coverage": "^0.8.5",
         "solidity-docgen": "^0.6.0-beta.29",
-        "undici": "^7.0.0",
+        "undici": "^7.4.0",
         "yargs": "^17.0.0"
       }
     },
@@ -11494,9 +11494,9 @@
       }
     },
     "node_modules/undici": {
-      "version": "7.0.0",
-      "resolved": "https://registry.npmjs.org/undici/-/undici-7.0.0.tgz",
-      "integrity": "sha512-c4xi3kWnQJrb7h2q8aJYKvUzmz7boCgz1cUCC6OwdeM5Tr2P0hDuthr2iut4ggqsz+Cnh20U/LoTzbKIdDS/Nw==",
+      "version": "7.4.0",
+      "resolved": "https://registry.npmjs.org/undici/-/undici-7.4.0.tgz",
+      "integrity": "sha512-PUQM3/es3noM24oUn10u3kNNap0AbxESOmnssmW+dOi9yGwlUSi5nTNYl3bNbTkWOF8YZDkx2tCmj9OtQ3iGGw==",
       "dev": true,
       "license": "MIT",
       "engines": {

+ 1 - 1
package.json

@@ -88,7 +88,7 @@
     "solidity-ast": "^0.4.50",
     "solidity-coverage": "^0.8.5",
     "solidity-docgen": "^0.6.0-beta.29",
-    "undici": "^7.0.0",
+    "undici": "^7.4.0",
     "yargs": "^17.0.0"
   },
   "lint-staged": {