Skip to content

Commit 75a2e2e

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795
1 parent 5f29ce0 commit 75a2e2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"chalk": "^4.1.2",
60-
"minimist": "^1.2.5",
60+
"minimist": "^1.2.6",
6161
"semver": "^7.3.5",
6262
"validate-npm-package-name": "^3.0.0"
6363
},

0 commit comments

Comments
 (0)