From 7452c53bb44975311fc9363a1107565374642944 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jan 2022 18:22:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22283ca..7eb6658 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "MIT", "readmeFilename": "README.md", "dependencies": { - "marked": "0.2.9" + "marked": "4.0.10" }, "peerDependencies": { "grunt": "0.4.x"