Skip to content

Commit d3d77fa

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-MARKDOWNIT-10666750
1 parent 7b956f3 commit d3d77fa

File tree

2 files changed

+44
-9
lines changed

2 files changed

+44
-9
lines changed

package-lock.json

Lines changed: 43 additions & 8 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
@@ -42,7 +42,7 @@
4242
"electron-progressbar": "^2.2.1",
4343
"electron-updater": "^6.3.9",
4444
"file-saver": "^2.0.5",
45-
"markdown-it": "^14.1.0",
45+
"markdown-it": "^14.1.1",
4646
"vue": "^3.5.13"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)