Skip to content

Commit fe25cf9

Browse files
committed
Fix package vulnerabilities
1 parent c8c425e commit fe25cf9

File tree

2 files changed

+85
-17
lines changed

2 files changed

+85
-17
lines changed

package-lock.json

+79-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"scripts": {
3+
"preinstall": "npx npm-force-resolutions",
34
"start": "cross-env TS_NODE_PROJECT=\"webpack/tsconfig.json\" webpack-dev-server --config webpack/webpack.config.ts",
45
"build": "cross-env TS_NODE_PROJECT=\"webpack/tsconfig.json\" webpack --config webpack/webpack.config.ts --env.production --mode=production",
56
"lint": "eslint . -c .eslintrc.js --ext .ts,.tsx"
@@ -41,5 +42,10 @@
4142
"react-dom": "^17.0.1",
4243
"html-webpack-plugin": "^4.3.0",
4344
"webpack": "^4.44.0"
45+
},
46+
"resolutions": {
47+
"ini": ">=1.3.6",
48+
"node-forge": ">=0.10.0",
49+
"lodash": ">=4.17.19"
4450
}
4551
}

0 commit comments

Comments
 (0)