Skip to content

Commit c7dbbc2

Browse files
committed
1 parent 3b98ed7 commit c7dbbc2

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

code/.snyk

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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:minimatch:20160620':
7+
- gulp > vinyl-fs > glob-stream > minimatch:
8+
patched: '2018-06-20T10:31:39.065Z'
9+
- gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch:
10+
patched: '2018-06-20T10:31:39.065Z'
11+
- gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch:
12+
patched: '2018-06-20T10:31:39.065Z'

code/package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
},
1818
"homepage": "https://github.com/krasimir/react-in-patterns#readme",
1919
"dependencies": {
20-
"babel-eslint": "4.1.8",
20+
"babel-eslint": "5.0.0",
2121
"babel-preset-es2015": "6.9.0",
2222
"babel-preset-react": "6.5.0",
2323
"babel-preset-stage-3": "6.24.1",
2424
"babelify": "7.3.0",
2525
"browserify": "13.0.1",
26-
"eslint": "~1.10.3",
26+
"eslint": "~4.18.2",
2727
"eslint-plugin-react": "3.16.1",
28-
"gulp": "3.9.1",
28+
"gulp": "4.0.0",
2929
"gulp-duration": "0.0.0",
30-
"gulp-eslint": "1.1.1",
30+
"gulp-eslint": "4.0.0",
3131
"gulp-sourcemaps": "1.6.0",
3232
"gulp-util": "3.0.7",
3333
"prop-types": "15.6.1",
@@ -37,11 +37,15 @@
3737
"redux": "3.7.2",
3838
"styled-components": "3.2.5",
3939
"vinyl-buffer": "1.0.0",
40-
"vinyl-source-stream": "1.1.0"
40+
"vinyl-source-stream": "1.1.0",
41+
"snyk": "^1.83.0"
4142
},
4243
"scripts": {
4344
"build": "gulp",
4445
"watch": "gulp watch",
45-
"lint": "gulp lint"
46-
}
46+
"lint": "gulp lint",
47+
"snyk-protect": "snyk protect",
48+
"prepublish": "npm run snyk-protect"
49+
},
50+
"snyk": true
4751
}

0 commit comments

Comments
 (0)