From b10d90bba9f22a0eeef9cd6c6830610f87efb469 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Aug 2024 19:18:01 +0000 Subject: [PATCH] fix: docs/_website/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 --- docs/_website/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_website/package.json b/docs/_website/package.json index e98ba4b3df..11e87089d4 100644 --- a/docs/_website/package.json +++ b/docs/_website/package.json @@ -8,9 +8,9 @@ "swizzle": "docusaurus swizzle" }, "dependencies": { - "@docusaurus/core": "^2.0.0-alpha", + "@docusaurus/core": "^2.0.1", "@docusaurus/plugin-debug": "^2.0.0-alpha", - "@docusaurus/preset-classic": "^2.0.0-alpha", + "@docusaurus/preset-classic": "^2.0.1", "classnames": "^2.2.6", "prismjs": "^1.21.0", "react": "^16.8.4",