From af63b7bbd79ecf6090ebb82f4e9d53b00f976872 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 May 2026 19:45:50 +0000 Subject: [PATCH] fix: site2/website-next/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSSSELECTORPARSER-16873882 --- site2/website-next/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site2/website-next/package.json b/site2/website-next/package.json index d8cd5cd644644..0f506488b2b1c 100644 --- a/site2/website-next/package.json +++ b/site2/website-next/package.json @@ -19,9 +19,9 @@ }, "dependencies": { "@crowdin/cli": "3.7.4", - "@docusaurus/core": "2.0.0-beta.14", - "@docusaurus/plugin-client-redirects": "^2.0.0-beta.14", - "@docusaurus/preset-classic": "2.0.0-beta.14", + "@docusaurus/core": "3.6.0", + "@docusaurus/plugin-client-redirects": "^3.6.0", + "@docusaurus/preset-classic": "3.6.0", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@mdx-js/react": "^1.6.22",