Skip to content

Commit

Permalink
Merge pull request #81 from comicrelief/snyk-fix-84835915
Browse files Browse the repository at this point in the history
[Snyk] Fix for 1 vulnerable dependency path
  • Loading branch information
ayanozturk authored Nov 3, 2017
2 parents c4797c9 + 85c3949 commit 5625041
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.1
version: v1.8.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:mime:20170907':
Expand Down Expand Up @@ -35,3 +35,6 @@ patch:
patched: '2017-10-11T06:55:51.805Z'
- '@comicrelief/pattern-lab > grunt-kss > kss > marked':
patched: '2017-10-11T06:55:51.805Z'
'npm:marked:20170907':
- '@storybook/addon-info > marksy > marked':
patched: '2017-10-31T09:33:31.011Z'
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"react-svg": "2",
"react-test-renderer": "15",
"storybook-addon-specifications": "2",
"url-join": "2"
"url-join": "2",
"snyk": "^1.47.0"
},
"main": "build/index.js",
"scripts": {
Expand All @@ -37,7 +38,7 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"storybook": "start-storybook -p 9009 -s public",
"snyk-protect": "snyk protect",
"prepublish": "yarn build && yarn snyk-protect"
"prepublish": "npm run snyk-protect; yarn build"
},
"devDependencies": {
"@storybook/addon-actions": "3",
Expand Down Expand Up @@ -66,7 +67,6 @@
"resolve-url-loader": "2",
"sass-loader": "6",
"semantic-release": "6",
"snyk": "1",
"style-loader": "0",
"url-loader": "0",
"webpack": "3"
Expand Down

0 comments on commit 5625041

Please sign in to comment.