Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Commit

Permalink
Upgrade react-scripts to fix a mime low threat vulnerability
Browse files Browse the repository at this point in the history
This fixes one or more vulnerable packages in the npm dependencies of this project. See the [Snyk test report](https://snyk.io/test/github/armenzg/firefox-code-coverage-frontend) for this project for details.

This change includes:

- Changes to `package.json` and `yarn.lock` to upgrade the vulnerable dependencies to a fixed version.

- [npm:mime:20170907](https://snyk.io/vuln/npm:mime:20170907)
  • Loading branch information
armenzg committed Nov 13, 2017
1 parent 03c1c5a commit 700e78b
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 280 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"react-dom": "^15.6.1",
"react-interval": "^2.0.2",
"react-router-dom": "^4.1.2",
"react-scripts": "1.0.13"
"react-scripts": "1.0.15"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit 700e78b

Please sign in to comment.