From 42427ce06c420a9da1f734ca3c5c931c76d6885e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 00:30:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e61a272c3a..36259f2d66 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ }, "devDependencies": { "@docusaurus/core": "2.0.1", - "@docusaurus/preset-classic": "2.0.1", + "@docusaurus/preset-classic": "3.0.0", "@mdx-js/react": "1.6.22", "@stryker-mutator/core": "6.1.2", "@stryker-mutator/mocha-runner": "6.1.2", @@ -71,7 +71,7 @@ "clsx": "1.2.1", "cspell": "6.6.1", "docusaurus-plugin-typedoc-api": "2.3.0", - "eslint": "8.21.0", + "eslint": "9.26.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-internal-rules": "file:./resources/eslint-internal-rules", "eslint-plugin-node": "11.1.0",