From 76deaeb838bb0a3423c6a619e83ac68932fe1d82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 May 2025 19:18:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 - https://snyk.io/vuln/SNYK-JS-WEBPACK-3358798 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 - https://snyk.io/vuln/SNYK-JS-BABELRUNTIMECOREJS3-9397696 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e61a272c3a..6606fca48e 100644 --- a/package.json +++ b/package.json @@ -53,13 +53,13 @@ "gitpublish:deno": "bash ./resources/gitpublish.sh deno denoDist" }, "devDependencies": { - "@docusaurus/core": "2.0.1", - "@docusaurus/preset-classic": "2.0.1", + "@docusaurus/core": "3.3.0", + "@docusaurus/preset-classic": "3.5.0", "@mdx-js/react": "1.6.22", - "@stryker-mutator/core": "6.1.2", + "@stryker-mutator/core": "9.0.0", "@stryker-mutator/mocha-runner": "6.1.2", "@stryker-mutator/typescript-checker": "6.1.2", - "@svgr/webpack": "6.3.1", + "@svgr/webpack": "6.5.1", "@types/chai": "4.3.3", "@types/mocha": "9.1.1", "@types/node": "18.7.2", @@ -70,7 +70,7 @@ "chai": "4.3.6", "clsx": "1.2.1", "cspell": "6.6.1", - "docusaurus-plugin-typedoc-api": "2.3.0", + "docusaurus-plugin-typedoc-api": "4.2.1", "eslint": "8.21.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-internal-rules": "file:./resources/eslint-internal-rules",