Skip to content

Commit d624072

Browse files
committed
fix: pubdev/.snyk & pubdev/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:hoek:20180212
1 parent 78a78ee commit d624072

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

pubdev/.snyk

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.12.0
3+
ignore: {}
4+
# patches apply the minimum changes required to fix a vulnerability
5+
patch:
6+
'npm:hoek:20180212':
7+
- gulp-sass > node-sass > request > hawk > hoek:
8+
patched: '2018-06-19T00:03:57.062Z'
9+
- gulp-sass > node-sass > request > hawk > boom > hoek:
10+
patched: '2018-06-19T00:03:57.062Z'
11+
- gulp-sass > node-sass > request > hawk > sntp > hoek:
12+
patched: '2018-06-19T00:03:57.062Z'
13+
- gulp-sass > node-sass > request > hawk > cryptiles > boom > hoek:
14+
patched: '2018-06-19T00:03:57.062Z'
15+
- gulp-sass > node-sass > node-gyp > request > hawk > hoek:
16+
patched: '2018-06-19T00:03:57.062Z'
17+
- gulp-sass > node-sass > node-gyp > request > hawk > boom > hoek:
18+
patched: '2018-06-19T00:03:57.062Z'
19+
- gulp-sass > node-sass > node-gyp > request > hawk > sntp > hoek:
20+
patched: '2018-06-19T00:03:57.062Z'
21+
- gulp-sass > node-sass > node-gyp > request > hawk > cryptiles > boom > hoek:
22+
patched: '2018-06-19T00:03:57.062Z'

pubdev/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "",
55
"main": "gulpfile.js",
66
"scripts": {
7-
"lint:js": "eslint -o /tmp/lint.log --fix ./**/*.jsx"
7+
"lint:js": "eslint -o /tmp/lint.log --fix ./**/*.jsx",
8+
"snyk-protect": "snyk protect",
9+
"prepare": "npm run snyk-protect"
810
},
911
"author": "",
1012
"license": "ISC",
@@ -77,6 +79,8 @@
7779
"semantic-ui-react": "^0.67.2",
7880
"through": "^2.3.8",
7981
"vinyl-source-stream": "^1.1.0",
80-
"warning": "^3.0.0"
81-
}
82+
"warning": "^3.0.0",
83+
"snyk": "^1.83.0"
84+
},
85+
"snyk": true
8286
}

0 commit comments

Comments
 (0)