Skip to content

Commit 8276e05

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-MARKED-584281
1 parent 1a64dc8 commit 8276e05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 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
@@ -58,7 +58,7 @@
5858
},
5959
"dependencies": {
6060
"dompurify": "^2.0.8",
61-
"marked": "^0.7.0",
61+
"marked": "^1.1.1",
6262
"medium-zoom": "^1.0.5",
6363
"opencollective-postinstall": "^2.0.2",
6464
"prismjs": "^1.19.0",

0 commit comments

Comments
 (0)