From f78448e518f08ae0b33bb036d362e34b5bb2ea6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Oct 2022 21:37:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FRONTMATTER-569103 - https://snyk.io/vuln/SNYK-JS-HIGHLIGHTJS-1045326 - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f8c38f3..1a7bc49 100644 --- a/package.json +++ b/package.json @@ -13,12 +13,12 @@ }, "dependencies": { "deepmerge": "^1.5.2", - "front-matter": "^2.0.5", + "front-matter": "^4.0.1", "glob": "^7.1.4", "handlebars": "^4.0.5", - "highlight.js": "^8.9.1", + "highlight.js": "^9.18.2", "js-yaml": "^3.14.0", - "marked": "^2", + "marked": "^4.0.10", "nopt": "^4.0.1", "slash": "^1.0.0", "strip-bom": "2.0.0",