From 28e468f7303fc98363473ef2cd278e110847d646 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2024 21:20:54 +0000 Subject: [PATCH] fix: packages/@vuepress/theme-default/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/@vuepress/theme-default/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vuepress/theme-default/package.json b/packages/@vuepress/theme-default/package.json index 0af2143e..97d93e2c 100644 --- a/packages/@vuepress/theme-default/package.json +++ b/packages/@vuepress/theme-default/package.json @@ -26,7 +26,7 @@ "@vuepress/plugin-search": "1.5.0", "docsearch.js": "^2.5.2", "lodash": "^4.17.15", - "stylus": "^0.54.5", + "stylus": "^0.64.0", "stylus-loader": "^3.0.2", "vuepress-plugin-container": "^2.0.2", "vuepress-plugin-smooth-scroll": "^0.0.3"