From 05f5b3287ba28397842a8df8d78204341ff4ff28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 23:49:59 +0000 Subject: [PATCH] fix: apps/web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- apps/web/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 apps/web/package.json diff --git a/apps/web/package.json b/apps/web/package.json old mode 100755 new mode 100644 index e330bde..2ba6cd4 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -36,9 +36,9 @@ "dependencies": { "@algolia/ui-library": "2.106.0", "@docsearch/react": "3.0.0-alpha.36", - "@docusaurus/core": "2.0.0-alpha.73", - "@docusaurus/preset-classic": "2.0.0-alpha.73", - "@docusaurus/theme-live-codeblock": "2.0.0-alpha.73", + "@docusaurus/core": "2.0.1", + "@docusaurus/preset-classic": "2.0.1", + "@docusaurus/theme-live-codeblock": "2.0.1", "algoliasearch": "^4.1.0", "classnames": "^2.2.6", "docsearch.js": "^2.6.3", @@ -54,7 +54,7 @@ "react-autosuggest": "^9.4.3", "react-dom": "^16.8.6", "react-live": "^2.2.2", - "textlint": "^11.3.1", + "textlint": "^15.5.1", "textlint-rule-alex": "^1.3.1", "textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-en-capitalization": "^2.0.2",