From 1a65a47ae5dc919d2fd9eda189163d358147e0a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 00:13:50 +0000 Subject: [PATCH] fix: documentation/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- documentation/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/package.json b/documentation/package.json index 9ff5b4b..6de357d 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -9,8 +9,8 @@ "deploy": "docusaurus deploy" }, "dependencies": { - "@docusaurus/core": "^2.0.0-alpha.58", - "@docusaurus/preset-classic": "^2.0.0-alpha.58", + "@docusaurus/core": "^3.0.0", + "@docusaurus/preset-classic": "^3.0.0", "clsx": "^1.1.1", "react": "^16.8.4", "react-dom": "^16.8.4"