From 9cbd0e19a31f1ffec7a35549737b32bed6e56103 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Nov 2024 01:32:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef1cab280c..4f08e46cd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "vuepress": "^0.14.2" + "vuepress": "^1.0.0" }, "scripts": { "website:dev": "vuepress dev runatlantis.io",