mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Remediate NPM Advisory 1164 (#14)
After running `npm install`, npm warns of a severe security vulnerabilty: https://www.npmjs.com/advisories/1164. This change to `package.json` ensures the version of handlebars that is installed (because of jest) is unaffected. This can be removed once jest releases a newer version that requires an unaffected version of handlebars.
This commit is contained in:
parent
37a6efc661
commit
1d65aea32d
@ -30,6 +30,7 @@
|
||||
"babel-jest": "^24.5.0",
|
||||
"eslint": "^5.16.0",
|
||||
"jest": "^24.8.0",
|
||||
"handlebars": "^4.3.0",
|
||||
"webpack": "^4.29.6",
|
||||
"webpack-cli": "^3.2.3",
|
||||
"webpack-dev-server": "^3.2.1"
|
||||
|
Loading…
Reference in New Issue
Block a user