Skip to content

Commit

Permalink
fix: pubdev/.snyk & pubdev/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:hoek:20180212
  • Loading branch information
snyk-bot committed Jun 19, 2018
1 parent 1abe4a3 commit 89b06db
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
22 changes: 22 additions & 0 deletions pubdev/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:hoek:20180212':
- gulp-sass > node-sass > request > hawk > hoek:
patched: '2018-06-19T00:03:57.062Z'
- gulp-sass > node-sass > request > hawk > boom > hoek:
patched: '2018-06-19T00:03:57.062Z'
- gulp-sass > node-sass > request > hawk > sntp > hoek:
patched: '2018-06-19T00:03:57.062Z'
- gulp-sass > node-sass > request > hawk > cryptiles > boom > hoek:
patched: '2018-06-19T00:03:57.062Z'
- gulp-sass > node-sass > node-gyp > request > hawk > hoek:
patched: '2018-06-19T00:03:57.062Z'
- gulp-sass > node-sass > node-gyp > request > hawk > boom > hoek:
patched: '2018-06-19T00:03:57.062Z'
- gulp-sass > node-sass > node-gyp > request > hawk > sntp > hoek:
patched: '2018-06-19T00:03:57.062Z'
- gulp-sass > node-sass > node-gyp > request > hawk > cryptiles > boom > hoek:
patched: '2018-06-19T00:03:57.062Z'
10 changes: 7 additions & 3 deletions pubdev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "",
"main": "gulpfile.js",
"scripts": {
"lint:js": "eslint -o /tmp/lint.log --fix ./**/*.jsx"
"lint:js": "eslint -o /tmp/lint.log --fix ./**/*.jsx",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"author": "",
"license": "ISC",
Expand Down Expand Up @@ -77,6 +79,8 @@
"semantic-ui-react": "^0.67.2",
"through": "^2.3.8",
"vinyl-source-stream": "^1.1.0",
"warning": "^3.0.0"
}
"warning": "^3.0.0",
"snyk": "^1.83.0"
},
"snyk": true
}

0 comments on commit 89b06db

Please sign in to comment.