Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit aa598cc

Browse files
committed
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131
1 parent b44694d commit aa598cc

File tree

3 files changed

+1484
-241
lines changed

3 files changed

+1484
-241
lines changed

.snyk

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.13.5
3+
ignore: {}
4+
# patches apply the minimum changes required to fix a vulnerability
5+
patch:
6+
SNYK-JS-HTTPSPROXYAGENT-469131:
7+
- diff-dom > updates > make-fetch-happen > https-proxy-agent:
8+
patched: '2019-10-03T21:45:45.262Z'

0 commit comments

Comments
 (0)