From c6bb50b95bb9c642fccf100856e99ce261d2f438 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 15:18:11 +0000 Subject: [PATCH] fix: website/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- website/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/package.json b/website/package.json index a9babbce09a4..67c74ea142f4 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/plugin-pwa": "2.0.1", + "@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",