From 660b4222f048cc93252c165230ae10308b123a3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 03:54:44 +0000 Subject: [PATCH] fix: packages/@okta/vuepress-theme-prose/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- packages/@okta/vuepress-theme-prose/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@okta/vuepress-theme-prose/package.json b/packages/@okta/vuepress-theme-prose/package.json index 633ce34b333..a1d6c63319e 100644 --- a/packages/@okta/vuepress-theme-prose/package.json +++ b/packages/@okta/vuepress-theme-prose/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/okta/okta-developer-docs", "dependencies": { "@okta/odyssey": "0.7.0", - "axios": "^0.26.1", + "axios": "^1.13.5", "build-url": "^6.0.1", "cookies.js": "^2.1.15", "css-to-json": "^2.1.0",