From 54fe4dca8546076137b1d1fa034df4a5d1ad6169 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 22:42:45 +0000 Subject: [PATCH] fix: packages/@vuepress/markdown-loader/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- packages/@vuepress/markdown-loader/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vuepress/markdown-loader/package.json b/packages/@vuepress/markdown-loader/package.json index b590f9323d..b982eade3a 100644 --- a/packages/@vuepress/markdown-loader/package.json +++ b/packages/@vuepress/markdown-loader/package.json @@ -22,7 +22,7 @@ "main": "index.js", "dependencies": { "@vuepress/markdown": "1.5.0", - "loader-utils": "^1.1.0", + "loader-utils": "^2.0.0", "lru-cache": "^5.1.1" }, "publishConfig": {