Skip to content

Commit 7ded0a4

Browse files
committed
fix: package.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-TREEKILL-536781
1 parent 88521de commit 7ded0a4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.snyk

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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:
@@ -155,3 +155,12 @@ patch:
155155
patched: '2019-10-05T16:36:11.326Z'
156156
- '@node-red/nodes > https-proxy-agent':
157157
patched: '2019-10-05T16:36:11.326Z'
158+
SNYK-JS-TREEKILL-536781:
159+
- snyk > snyk-sbt-plugin > tree-kill:
160+
patched: '2019-12-12T01:01:02.255Z'
161+
- marpat > snyk > snyk-sbt-plugin > tree-kill:
162+
patched: '2019-12-12T01:01:02.255Z'
163+
- fms-api-client > snyk > snyk-sbt-plugin > tree-kill:
164+
patched: '2019-12-12T01:01:02.255Z'
165+
- fms-api-client > marpat > snyk > snyk-sbt-plugin > tree-kill:
166+
patched: '2019-12-12T01:01:02.255Z'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"fs-extra": "^8.0.1",
7272
"lodash": "^4.17.15",
7373
"marpat": "^2.1.2",
74-
"snyk": "^1.235.1"
74+
"snyk": "^1.258.2"
7575
},
7676
"devDependencies": {
7777
"chai": "^4.2.0",

0 commit comments

Comments
 (0)