Skip to content

Commit c032800

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-CROSSSPAWN-8303230
1 parent 69b4b4c commit c032800

File tree

2 files changed

+54
-125
lines changed

2 files changed

+54
-125
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"uuid": "^8.3.0",
105105
"walk-sync": "^1.1.4",
106106
"webpack": "^5.30.0",
107-
"webpack-cli": "^4.6.0"
107+
"webpack-cli": "^4.10.0"
108108
},
109109
"devDependencies": {
110110
"@actions/core": "^1.2.6",

0 commit comments

Comments
 (0)