Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ version: v1.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-HTTPSPROXYAGENT-469131:
- codecov > teeny-request > https-proxy-agent:
patched: '2019-10-13T23:26:47.885Z'
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@
"lint-demo": "tsc -p ./demo/tsconfig.json && eslint . --ext .js,.ts --report-unused-disable-directives --parser-options=project:./demo/tsconfig.json",
"lint-tests": "tsc -p ./tsconfig.test.json && eslint . --ext .js,.ts --report-unused-disable-directives --parser-options=project:./tsconfig.test.json",
"precommit": "pretty-quick --staged",
"prepublish": "npx publish-please guard",
"prepublish": "npm run snyk-protect && npx publish-please guard",
"publish-please": "npx publish-please",
"publish-please-prereqs": "npm run lint && npm run test && npm run build",
"test": "jest --coverage",
"travisci": "npm run lint && npm run test && codecov && npx snyk test"
"travisci": "npm run lint && npm run test && codecov && npx snyk test",
"snyk-protect": "snyk protect"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
Expand Down Expand Up @@ -81,7 +82,8 @@
"dependencies": {
"escape-string-regexp": "^1.0.5",
"pandemonium": "^1.4.1",
"regexp-tree": "0.1.11"
"regexp-tree": "0.1.11",
"snyk": "^1.234.2"
},
"snyk": true
}