File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
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.12.0
3
+ ignore: {}
4
+ # patches apply the minimum changes required to fix a vulnerability
5
+ patch:
6
+ 'npm:lodash:20180130':
7
+ - '@dadi/logger > aws-kinesis-writable > lodash':
8
+ patched: '2018-07-05T23:23:10.204Z'
Original file line number Diff line number Diff line change 8
8
"test" : " snazzy 'lib/*.js' && env NODE_ENV=test ./node_modules/.bin/istanbul cover --report cobertura --report text --report html --report lcov ./node_modules/mocha/bin/_mocha" ,
9
9
"posttest" : " ./scripts/coverage.js" ,
10
10
"start" : " node ./index.js --node-env=development" ,
11
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
11
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
12
+ "snyk-protect" : " snyk protect" ,
13
+ "prepare" : " npm run snyk-protect"
12
14
},
13
15
"dependencies" : {
14
16
"@dadi/logger" : " ^1.0.0" ,
15
17
"colors" : " ^1.1.2" ,
16
18
"console-stamp" : " ^0.2.5" ,
17
19
"convict" : " ^4.0.0" ,
18
20
"mkdirp" : " ^0.5.1" ,
19
- "rsmq-worker" : " ^0.4.3"
21
+ "rsmq-worker" : " ^0.4.3" ,
22
+ "snyk" : " ^1.88.1"
20
23
},
21
24
"devDependencies" : {
22
25
"env-test" : " ^1.0.0" ,
38
41
"type" : " git" ,
39
42
"url" : " https://github.com/dadi/queue.git"
40
43
},
41
- "author" : " Robert Stanford <rs@dadi.co>"
44
+ "author" : " Robert Stanford <rs@dadi.co>" ,
45
+ "snyk" : true
42
46
}
You can’t perform that action at this time.
0 commit comments