Skip to content

Commit

Permalink
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JQUERY-567880


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and kevinkassimo committed May 1, 2020
1 parent 3ce3692 commit a371ebc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Expand Up @@ -14,7 +14,7 @@
"helmet": "^3.12.0",
"highlight.js": "^9.12.0",
"immutability-helper": "^2.6.6",
"jquery": "^3.3.1",
"jquery": "^3.5.0",
"marked": "^0.3.19",
"moment": "^2.21.0",
"mysql": "^2.15.0",
Expand Down Expand Up @@ -44,18 +44,22 @@
"underscore": "^1.8.3",
"whatwg-fetch": "^2.0.4",
"ws": "^4.1.0",
"xss": "^0.3.7"
"xss": "^0.3.7",
"snyk": "^1.316.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "node_modules/.bin/eslint --ext .jsx,.js --fix ."
"lint": "node_modules/.bin/eslint --ext .jsx,.js --fix .",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0"
}
},
"snyk": true
}

0 comments on commit a371ebc

Please sign in to comment.