File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-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.14.1
3+ ignore: {}
4+ # patches apply the minimum changes required to fix a vulnerability
5+ patch:
6+ SNYK-JS-LODASH-567746:
7+ - intuit-oauth > winston > async > lodash:
8+ patched: '2020-05-01T06:23:47.085Z'
9+ - ngrok > request-promise-native > request-promise-core > lodash:
10+ patched: '2020-05-01T06:23:47.085Z'
Original file line number Diff line number Diff line change 44 "description" : " A sample NodeJs application to demonstrate the use of the client OAuth library" ,
55 "scripts" : {
66 "start" : " node app" ,
7- "test" : " ./node_modules/mocha/bin/mocha test/**/*-test.js --reporter spec"
7+ "test" : " ./node_modules/mocha/bin/mocha test/**/*-test.js --reporter spec" ,
8+ "snyk-protect" : " snyk protect" ,
9+ "prepublish" : " npm run snyk-protect"
810 },
9111012 "license" : " APACHE" ,
1719 "ejs" : " ^2.5.2" ,
1820 "dotenv" : " ^5.0.1" ,
1921 "ngrok" : " ^3.2.5" ,
20- "intuit-oauth" : " 3.0.0"
21- }
22+ "intuit-oauth" : " 3.0.0" ,
23+ "snyk" : " ^1.316.1"
24+ },
25+ "snyk" : true
2226}
You can’t perform that action at this time.
0 commit comments