Skip to content

Commit 6750a69

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/npm:debug:20170905
1 parent 16a67b4 commit 6750a69

File tree

2 files changed

+473
-194
lines changed

2 files changed

+473
-194
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
"blessed": "^0.1.81",
7070
"blessed-contrib": "^4.10.1",
7171
"chalk": "^4",
72-
"clipboardy": "^2.3.0",
72+
"clipboardy": "^3.0.0",
7373
"command-line-args": "^5.2.1",
7474
"command-line-usage": "^5.0.5",
75-
"dockerode": "3.3.5",
75+
"dockerode": "4.0.0",
7676
"figures": "^2.0.0",
7777
"glob": "^7.2.3",
78-
"lockfile-lint": "^3.0.9",
78+
"lockfile-lint": "^4.12.0",
7979
"semver": "7.6.0"
8080
},
8181
"devDependencies": {

0 commit comments

Comments
 (0)