Skip to content

Commit 98e6c24

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-JSON5-3182856
1 parent 46bf31f commit 98e6c24

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package-lock.json

Lines changed: 5 additions & 7 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
@@ -32,7 +32,7 @@
3232
"chalk": "4.1.x",
3333
"chokidar": "3.5.x",
3434
"fs-extra": "9.1.x",
35-
"json5": "2.2.x",
35+
"json5": "2.2.2",
3636
"log-update": "4.0.x",
3737
"yargs": "16.2.x"
3838
},

0 commit comments

Comments
 (0)