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

Commit 6230e96

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-TREEKILL-536781
1 parent c9f285f commit 6230e96

File tree

3 files changed

+289
-181
lines changed

3 files changed

+289
-181
lines changed

.snyk

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2-
version: v1.13.5
2+
version: v1.14.0
33
ignore: {}
44
# patches apply the minimum changes required to fix a vulnerability
55
patch:
66
SNYK-JS-HTTPSPROXYAGENT-469131:
77
- diff-dom > updates > make-fetch-happen > https-proxy-agent:
88
patched: '2019-10-03T21:45:45.262Z'
9+
SNYK-JS-TREEKILL-536781:
10+
- snyk > snyk-sbt-plugin > tree-kill:
11+
patched: '2019-12-11T21:43:10.020Z'

0 commit comments

Comments
 (0)