Update dependency undici to v7 (#5327)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/4770/head^2
renovate[bot] 2 months ago committed by GitHub
parent 535b54da59
commit f20c062ead
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      package-lock.json
  2. 2
      package.json

11
package-lock.json generated

@ -46,7 +46,7 @@
"solidity-ast": "^0.4.50",
"solidity-coverage": "^0.8.5",
"solidity-docgen": "^0.6.0-beta.29",
"undici": "^6.11.1",
"undici": "^7.0.0",
"yargs": "^17.0.0"
}
},
@ -11494,12 +11494,13 @@
}
},
"node_modules/undici": {
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.12.0.tgz",
"integrity": "sha512-d87yk8lqSFUYtR5fTFe2frpkMIrUEz+lgoJmhcL+J3StVl+8fj8ytE4lLnJOTPCE12YbumNGzf4LYsQyusdV5g==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.0.0.tgz",
"integrity": "sha512-c4xi3kWnQJrb7h2q8aJYKvUzmz7boCgz1cUCC6OwdeM5Tr2P0hDuthr2iut4ggqsz+Cnh20U/LoTzbKIdDS/Nw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18.0"
"node": ">=20.18.1"
}
},
"node_modules/undici-types": {

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

Loading…
Cancel
Save