From d2831dcad6f9a40f6636d3892745000ea9c0844f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 01:39:24 +0000 Subject: [PATCH] fix: docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- docs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index 099293a1..61f14053 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,9 +13,9 @@ "prettier:diff": "prettier --config .prettierrc --list-different \"**/*.{js,md}\"" }, "dependencies": { - "@docusaurus/core": "^2.0.0-alpha.63", + "@docusaurus/core": "^2.0.1", "@docusaurus/plugin-pwa": "^2.0.0-alpha.63", - "@docusaurus/preset-classic": "^2.0.0-alpha.63", + "@docusaurus/preset-classic": "^2.0.1", "@types/fs-extra": "^8.1.0", "@types/lodash": "^4.14.149", "@types/semver": "^7.1.0",