Skip to content

Commit

Permalink
Force jpeg-js version > 0.4.0
Browse files Browse the repository at this point in the history
to fix a security vulnerability
  • Loading branch information
eliep committed Sep 30, 2020
1 parent 3aa4f1d commit 2045495
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 13 deletions.
43 changes: 30 additions & 13 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "A cowsay alternative for terminal with true color.",
"main": "src/index.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"lint": "eslint src",
"test": "npm run lint && mocha"
},
Expand Down Expand Up @@ -38,5 +39,8 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^8.1.3"
},
"resolutions": {
"jpeg-js": "^0.4.0"
}
}

0 comments on commit 2045495

Please sign in to comment.