From 65d15c74e3df85cbd88a4d5a1aee5ebdf3a8e0ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Oct 2024 05:54:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6f657b..5e2caee 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@docusaurus/core": "3.0.0", - "@docusaurus/preset-classic": "3.0.0", + "@docusaurus/preset-classic": "3.5.0", "@mdx-js/react": "^1.6.21", "@stoplight/elements": "^7.5.13", "buffer": "^6.0.3",