Skip to content

Commit c7d7df0

Browse files
authored
Merge pull request #125 from pharindoko/snyk-fix-6dd0eaa1f2fdb00f1c2ce009cfa32c4f
[Snyk] Fix for 1 vulnerabilities
2 parents b39fa6d + 6104846 commit c7d7df0

File tree

3 files changed

+119
-49
lines changed

3 files changed

+119
-49
lines changed

.snyk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ patch:
3030
patched: '2019-07-12T12:41:48.582Z'
3131
- snyk > @snyk/dep-graph > graphlib > lodash:
3232
patched: '2019-07-12T12:41:48.582Z'
33+
SNYK-JS-HTTPSPROXYAGENT-469131:
34+
- snyk > proxy-agent > https-proxy-agent:
35+
patched: '2019-10-04T01:45:25.143Z'
36+
- snyk > proxy-agent > pac-proxy-agent > https-proxy-agent:
37+
patched: '2019-10-04T01:45:25.143Z'

package-lock.json

Lines changed: 112 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean": "gts clean",
1919
"compile": "tsc -p .",
2020
"fix": "gts fix",
21-
"prepare": "npm run compile",
21+
"prepare": "npm run snyk-protect && npm run compile",
2222
"pretest": "npm run compile",
2323
"posttest": "npm run check"
2424
},
@@ -43,7 +43,7 @@
4343
"pino": "^5.10.6",
4444
"pino-pretty": "^3.2.0",
4545
"serverless-http": "^2.3.0",
46-
"snyk": "^1.221.1",
46+
"snyk": "^1.230.5",
4747
"source-map-support": "^0.5.10",
4848
"supertest": "^4.0.2",
4949
"swagger-ui-express": "^4.0.7"

0 commit comments

Comments
 (0)