File tree 3 files changed +18
-8
lines changed
3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change
1
+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
+ version: v1.13.5
3
+ ignore: {}
4
+ # patches apply the minimum changes required to fix a vulnerability
5
+ patch:
6
+ SNYK-JS-LODASH-450202:
7
+ - request-promise > request-promise-core > lodash:
8
+ patched: '2019-07-09T06:17:51.823Z'
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ language: node_js
2
2
sudo : false
3
3
4
4
node_js :
5
- - " 0.10"
6
- - " 0.12"
7
- - " iojs"
8
- - " 4"
9
5
- " 6"
6
+ - " 8"
7
+ - " 10"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " solusvm" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " SolusVM Admin API client." ,
5
5
"main" : " lib/solusvm.js" ,
6
6
"scripts" : {
7
- "test" : " ./node_modules/.bin/gulp ci"
7
+ "test" : " ./node_modules/.bin/gulp ci" ,
8
+ "snyk-protect" : " snyk protect" ,
9
+ "prepublish" : " npm run snyk-protect"
8
10
},
9
11
"repository" : {
10
12
"type" : " git" ,
24
26
"debug" : " ^2.6.8" ,
25
27
"request" : " ^2.81.0" ,
26
28
"request-promise" : " ^4.2.1" ,
27
- "util" : " ^0.10.3"
29
+ "util" : " ^0.10.3" ,
30
+ "snyk" : " ^1.192.4"
28
31
},
29
32
"devDependencies" : {
30
33
"chai" : " ^4.1.0" ,
38
41
"nock" : " ^9.0.14" ,
39
42
"rimraf" : " ^2.6.1" ,
40
43
"run-sequence" : " ^2.1.0"
41
- }
44
+ },
45
+ "snyk" : true
42
46
}
You can’t perform that action at this time.
0 commit comments