From 84b17d3f61bdcfcd2c2d8442b5bb6b5963da73e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 02:23:34 +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 b590f9323d..a261801696 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.3", "lru-cache": "^5.1.1" }, "publishConfig": {