From f0fc2834167b1f91a4c19301abfea2d2c219339b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 17:39:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24d7a8d..ad1003c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@vuepress/plugin-back-to-top": "^1.4.1", - "vuepress": "^1.4.1", + "vuepress": "^1.6.0", "vuepress-plugin-canonical": "^1.0.0", "vuepress-plugin-check-md": "0.0.2", "vuepress-plugin-clean-urls": "^1.1.1",