File tree Expand file tree Collapse file tree 3 files changed +1337
-47
lines changed
Expand file tree Collapse file tree 3 files changed +1337
-47
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+ patch: {}
Original file line number Diff line number Diff line change 1717 "start:debug" : " nest start --debug --watch" ,
1818 "start:prod" : " node dist/apps/gateway-admin/main.js" ,
1919 "lint" : " tslint -p tsconfig.json -c tslint.json" ,
20- "test" : " jest" ,
20+ "test" : " snyk test && jest" ,
2121 "test:watch" : " jest --watch" ,
2222 "test:cov" : " jest --coverage" ,
2323 "test:debug" : " node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand" ,
2424 "test:e2e" : " jest --config ./apps/gateway-admin/test/jest-e2e.json" ,
2525 "kompose" : " kompose convert -o deployment.yaml" ,
26- "docs" : " npx compodoc --theme material --output docs -p tsconfig.json -s"
26+ "docs" : " npx compodoc --theme material --output docs -p tsconfig.json -s" ,
27+ "snyk-protect" : " snyk protect" ,
28+ "prepare" : " yarn run snyk-protect"
2729 },
2830 "dependencies" : {
2931 "@apollo/gateway" : " ^0.10.6" ,
9597 "@types/supertest" : " ^2.0.8" ,
9698 "jest" : " ^24.9.0" ,
9799 "prettier" : " ^1.18.2" ,
100+ "snyk" : " ^1.236.1" ,
98101 "supertest" : " ^4.0.2" ,
99102 "ts-jest" : " ^24.1.0" ,
100103 "ts-loader" : " ^6.1.1" ,
You can’t perform that action at this time.
0 commit comments