File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
- version: v1.5.0
1
+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
+ version: v1.12.0
2
3
ignore: {}
3
- patch: {}
4
+ # patches apply the minimum changes required to fix a vulnerability
5
+ patch:
6
+ 'npm:lodash:20180130':
7
+ - marky-markdown > highlights > first-mate-select-grammar > lodash:
8
+ patched: '2018-07-05T22:41:04.529Z'
Original file line number Diff line number Diff line change 13
13
"test-e2e" : " lab -L -m 30000 -M 10000 test/e2e" ,
14
14
"snyk-protect" : " snyk protect" ,
15
15
"deploy" : " now" ,
16
- "watch" : " nodemon -e js,hbs server.js"
16
+ "watch" : " nodemon -e js,hbs server.js" ,
17
+ "prepare" : " npm run snyk-protect"
17
18
},
18
19
"repository" : {
19
20
"type" : " git" ,
60
61
"umzug" : " 2.0.1" ,
61
62
"vision" : " ^4.1.1" ,
62
63
"visionary" : " ^6.0.2" ,
63
- "yar" : " ^8.1.1"
64
+ "yar" : " ^8.1.1" ,
65
+ "snyk" : " ^1.88.1"
64
66
},
65
67
"devDependencies" : {
66
68
"benchmark" : " 2.1.4" ,
89
91
"proxyquire" : " 1.8.0" ,
90
92
"saucelabs" : " ^1.3.0" ,
91
93
"selenium-webdriver" : " ^3.6.0" ,
92
- "sinon" : " ^4.4.5" ,
93
- "snyk" : " ^1.70.0"
94
+ "sinon" : " ^4.4.5"
94
95
},
95
96
"snyk" : true ,
96
97
"now" : {
You can’t perform that action at this time.
0 commit comments