From 8f8df927ccaceb7dcfb1bfe36fc6cbb46d3b7c8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Nov 2022 18:05:31 +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-LOADERUTILS-3043105 --- 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 c947b7c8a7..89e84be012 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.8.2", - "loader-utils": "^1.1.0", + "loader-utils": "^2.0.3", "lru-cache": "^5.1.1" }, "publishConfig": {