mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Use Node.js 18 types
This commit is contained in:
parent
5adfb36629
commit
6f962a9299
2 changed files with 17 additions and 2 deletions
17
package-lock.json
generated
17
package-lock.json
generated
|
|
@ -2091,7 +2091,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/make-fetch-happen": "^10.0.4",
|
||||
"@types/node": "^24.9.2",
|
||||
"@types/node": "^18.19.130",
|
||||
"@types/node-forge": "^1.3.14",
|
||||
"@types/npm-registry-fetch": "^8.0.9",
|
||||
"@types/semver": "^7.7.1",
|
||||
|
|
@ -2109,6 +2109,21 @@
|
|||
"bun": ">=1.2.21"
|
||||
}
|
||||
},
|
||||
"packages/safe-chain/node_modules/@types/node": {
|
||||
"version": "18.19.130",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
|
||||
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"undici-types": "~5.26.4"
|
||||
}
|
||||
},
|
||||
"packages/safe-chain/node_modules/undici-types": {
|
||||
"version": "5.26.5",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
||||
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
||||
"dev": true
|
||||
},
|
||||
"test/e2e": {
|
||||
"name": "@aikidosec/safe-chain-e2e-tests",
|
||||
"version": "1.0.0",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/make-fetch-happen": "^10.0.4",
|
||||
"@types/node": "^24.9.2",
|
||||
"@types/node": "^18.19.130",
|
||||
"@types/npm-registry-fetch": "^8.0.9",
|
||||
"@types/semver": "^7.7.1",
|
||||
"@types/node-forge": "^1.3.14",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue