From 0dd681c109eba036fef5c00e6710a57082d2b888 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 00:34:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- 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",