From 68c27b246f6cad8b98913bc5c418945aea48ecf2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2026 11:18:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UUID-16133035 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-570062 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dcdd6166baa..2a29cd5758c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@docusaurus/core": "^2.4.1", - "@docusaurus/preset-classic": "^2.4.1", + "@docusaurus/preset-classic": "^3.5.0", "@mdx-js/react": "^1.6.22", "clsx": "^1.1.1", "docusaurus": "^0.0.2", @@ -23,7 +23,7 @@ "react": "^17.0.1", "react-dom": "^17.0.1", "react-github-btn": "^1.2.1", - "react-scripts": "^3.4.1", + "react-scripts": "^5.0.0", "url-loader": "^4.1.1" }, "browserslist": {