Skip to content

Commit

Permalink
Fix parcel security issue (evcc-io#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Nov 8, 2020
1 parent b1980a4 commit 9ac2cfb
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ indent_size = 2
indent_style = space
indent_size = 2

[*.{yml,yaml}]
[*.{yml,yaml,json}]
indent_style = space
indent_size = 2
31 changes: 25 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"scripts": {
"dev": "rimraf dist; parcel watch assets/index.html --public-url /dist/",
"build": "rimraf dist; parcel build assets/index.html --public-url /dist/",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"fix-audit": "npm-force-resolutions"
},
"author": "",
"license": "MIT",
"devDependencies": {
"parcel-bundler": "^1.12.4",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"npm-force-resolutions": "0.0.3"
},
"engines": {
"npm": "^6.0.0",
Expand All @@ -29,5 +31,8 @@
"popper.js": "^1.16.1",
"vue": "^2.6.12",
"vue-router": "^3.4.7"
},
"resolutions": {
"node-forge": "0.10.0"
}
}

0 comments on commit 9ac2cfb

Please sign in to comment.