Skip to content

Commit 7fa5b6e

Browse files
committed
fix: tools/chaos/engine/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-10293725
1 parent d3902da commit 7fa5b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/chaos/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typescript": "4.4.3"
2222
},
2323
"dependencies": {
24-
"dockerode": "3.3.1",
24+
"dockerode": "4.0.5",
2525
"js-yaml": "4.1.0",
2626
"source-map-support": "0.5.21"
2727
},

0 commit comments

Comments
 (0)