Skip to content

Commit 17d4359

Browse files
committed
fix: global-cli/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
1 parent ddac2f6 commit 17d4359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"chalk": "^1.1.1",
2424
"cross-spawn": "^4.0.0",
2525
"minimist": "^1.2.0",
26-
"semver": "^5.0.3"
26+
"semver": "^7.5.2"
2727
}
2828
}

0 commit comments

Comments
 (0)