From 5a4686c3e0be069586191c930480420b6f3cf3e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 17:17:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 12111f7..fc3bcab 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "write-heading-ids": "docusaurus write-heading-ids" }, "dependencies": { - "@docusaurus/core": "2.0.0", - "@docusaurus/preset-classic": "2.0.0", + "@docusaurus/core": "3.0.0", + "@docusaurus/preset-classic": "3.0.0", "@mdx-js/react": "^1.6.21", "@svgr/webpack": "^5.5.0", "clsx": "^1.1.1",