Skip to content

Commit 1f8f3c2

Browse files
committed
fix: dev/deploy-to-container/package.json & dev/deploy-to-container/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-13045213
1 parent 120e263 commit 1f8f3c2

2 files changed

Lines changed: 101 additions & 90 deletions

File tree

dev/deploy-to-container/package-lock.json

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

dev/deploy-to-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "deploy-to-container",
33
"type": "module",
44
"dependencies": {
5-
"dockerode": "^4.0.4",
5+
"dockerode": "^4.0.5",
66
"fs-extra": "^11.3.0",
77
"nanoid": "5.0.9",
88
"nanoid-dictionary": "5.0.0-beta.1",

0 commit comments

Comments
 (0)