mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
chore(deps): update compromised dependencies (#1157)
This commit is contained in:
56
package.json
56
package.json
@@ -1,22 +1,18 @@
|
||||
{
|
||||
"name": "linea-monorepo",
|
||||
"author": "Consensys Software Inc.",
|
||||
"license": "(MIT OR Apache-2.0)",
|
||||
"engines": {
|
||||
"node": ">=20",
|
||||
"pnpm": ">=9"
|
||||
},
|
||||
"author": "Consensys Software Inc.",
|
||||
"scripts": {
|
||||
"build": "pnpm run -r --if-present build",
|
||||
"clean": "pnpm run -r --if-present clean && rm -rf node_modules",
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"lint:fix": "pnpm run -r --if-present lint:fix",
|
||||
"lint:ts": "pnpm run -r --if-present lint:ts",
|
||||
"lint:ts:fix": "pnpm run -r --if-present lint:ts:fix",
|
||||
"prepare": "husky",
|
||||
"prettier": "pnpm run -r --if-present prettier",
|
||||
"prettier:fix": "pnpm run -r --if-present prettier:fix",
|
||||
"lint:fix": "pnpm run -r --if-present lint:fix",
|
||||
"clean": "pnpm run -r --if-present clean && rm -rf node_modules",
|
||||
"test": "pnpm run -r --if-present test",
|
||||
"build": "pnpm run -r --if-present build",
|
||||
"prepare": "husky"
|
||||
"test": "pnpm run -r --if-present test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "20.12.7",
|
||||
@@ -31,5 +27,43 @@
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.4.5"
|
||||
},
|
||||
"packageManager": "pnpm@9.14.4"
|
||||
"packageManager": "pnpm@9.14.4",
|
||||
"engines": {
|
||||
"node": ">=20",
|
||||
"pnpm": ">=9"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@babel/helpers@<7.26.10": ">=7.26.10",
|
||||
"axios@>=1.3.2 <=1.7.3": ">=1.7.4",
|
||||
"axios@>=1.0.0 <1.8.2": ">=1.8.2",
|
||||
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
|
||||
"axios@<0.30.0": ">=0.30.0",
|
||||
"base-x@<=3.0.10": ">=3.0.11",
|
||||
"base-x@=4.0.0": ">=4.0.1",
|
||||
"brace-expansion": "^2.0.2",
|
||||
"color-string@<1.5.5": ">=1.5.5",
|
||||
"cookie@<0.7.0": ">=0.7.0",
|
||||
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
|
||||
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
|
||||
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
|
||||
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
|
||||
"elliptic@<6.5.6": ">=6.5.6",
|
||||
"elliptic@<6.6.0": ">=6.6.0",
|
||||
"elliptic@<=6.6.0": ">=6.6.1",
|
||||
"esbuild@<=0.24.2": ">=0.25.0",
|
||||
"image-size@>=1.1.0 <1.2.1": ">=1.2.1",
|
||||
"path-to-regexp@<0.1.12": ">=0.1.12",
|
||||
"secp256k1@>=4.0.0 <4.0.4": ">=4.0.4",
|
||||
"tar@<6.2.1": ">=6.2.1",
|
||||
"tar-fs@>=2.0.0 <2.1.3": ">=2.1.3",
|
||||
"tar-fs@>=2.0.0 <2.1.2": ">=2.1.2",
|
||||
"tough-cookie@<4.1.3": ">=4.1.3",
|
||||
"undici@>=4.5.0 <5.28.5": ">=5.28.5",
|
||||
"undici@<5.29.0": ">=5.29.0",
|
||||
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
|
||||
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
|
||||
"ws@>=2.1.0 <5.2.4": ">=5.2.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1060
pnpm-lock.yaml
generated
1060
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user