From 991d821805ef714a85d51d1d3e442f67832190e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 02:06:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-VUE-8219889 - https://snyk.io/vuln/SNYK-JS-VUESERVERRENDERER-8219887 - https://snyk.io/vuln/SNYK-JS-VUETEMPLATECOMPILER-8219888 --- 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",