From 2a3d82ef648abfe25170ce8f0eb4f746f7d7e2a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 16:59:37 +0000 Subject: [PATCH] fix: website/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 --- website/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/package.json b/website/package.json index a9babbce09a4..204f63958347 100644 --- a/website/package.json +++ b/website/package.json @@ -25,13 +25,13 @@ "netlify:test": "yarn netlify:build:deployPreview && yarn netlify dev --debug" }, "dependencies": { - "@docusaurus/core": "2.0.0-alpha.66", + "@docusaurus/core": "2.0.1", "@docusaurus/plugin-client-redirects": "2.0.0-alpha.66", "@docusaurus/plugin-ideal-image": "2.0.0-alpha.66", "@docusaurus/plugin-pwa": "2.0.0-alpha.66", - "@docusaurus/preset-classic": "2.0.0-alpha.66", + "@docusaurus/preset-classic": "2.0.1", "@docusaurus/remark-plugin-npm2yarn": "2.0.0-alpha.66", - "@docusaurus/theme-live-codeblock": "2.0.0-alpha.66", + "@docusaurus/theme-live-codeblock": "2.0.1", "clsx": "^1.1.1", "color": "^3.1.2", "npm-to-yarn": "^1.0.0-2",