fix pnpm audit recommendations

This commit is contained in:
fmtabbara
2024-07-11 10:22:20 +01:00
parent 595a76ee50
commit ce99ccea44
5 changed files with 285 additions and 717 deletions
+18
View File
@@ -38,5 +38,23 @@
"node-gyp": "^9.3.1",
"npm-run-all": "^4.1.5",
"tslog": "3.3.3"
},
"pnpm": {
"overrides": {
"d3-color@<3.1.0": ">=3.1.0",
"trim@<0.0.3": ">=0.0.3",
"sharp@<0.30.5": ">=0.30.5",
"postcss@<8.4.31": ">=8.4.31",
"sharp@<0.32.6": ">=0.32.6",
"trim-newlines@<3.0.1": ">=3.0.1",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"xml2js@<0.5.0": ">=0.5.0",
"webpack-dev-middleware@<=5.3.3": ">=5.3.4",
"@babel/traverse@<7.23.2": ">=7.23.2",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"protobufjs@>=6.10.0 <6.11.4": ">=6.11.4",
"braces@<3.0.3": ">=3.0.3"
}
}
}
+263 -714
View File
File diff suppressed because it is too large Load Diff
@@ -62,4 +62,4 @@
"webpack-merge": "^5.8.0"
},
"private": false
}
}
@@ -13,7 +13,7 @@ pnpm build
# Bundle types
pnp, build:types
pnpm build:types
# Build package.json for bundle
+2 -1
View File
@@ -1,5 +1,5 @@
{
"name": "@nymproject/nym-wallet-app",
"name": "@nymproject/wallet",
"version": "1.2.13",
"license": "MIT",
"main": "index.js",
@@ -13,6 +13,7 @@
"tauri:build": "pnpm tauri build",
"tauri:dev": "pnpm tauri dev",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"preview": "vite preview",
"prebuild": "pnpm -C .. build",
"storybook": "storybook dev -p 6006",