File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.3
3+ ignore: {}
4+ # patches apply the minimum changes required to fix a vulnerability
5+ patch:
6+ SNYK-JS-AXIOS-174505:
7+ - axios:
8+ patched: '2019-05-06T03:29:13.850Z'
Original file line number Diff line number Diff line change 77 "start" : " node app.js" ,
88 "dev" : " nodemon app.js" ,
99 "test" : " jest test" ,
10- "coverage" : " jest --collectCoverageFrom=test/**.js --coverage test"
10+ "coverage" : " jest --collectCoverageFrom=test/**.js --coverage test" ,
11+ "snyk-protect" : " snyk protect" ,
12+ "prepublish" : " npm run snyk-protect"
1113 },
1214 "repository" : {
1315 "type" : " git" ,
2830 "jsonwebtoken" : " ^8.4.0" ,
2931 "mongoose" : " ^5.3.12" ,
3032 "passport" : " ^0.4.0" ,
31- "passport-jwt" : " ^4.0.0"
33+ "passport-jwt" : " ^4.0.0" ,
34+ "snyk" : " ^1.161.1"
3235 },
3336 "devDependencies" : {
3437 "jest" : " ^23.6.0" ,
3538 "supertest" : " ^3.3.0"
36- }
39+ },
40+ "snyk" : true
3741}
You can’t perform that action at this time.
0 commit comments