From 691b6c23462f87457410ed563a33a790c985534d Mon Sep 17 00:00:00 2001 From: anupamme Date: Tue, 28 Jul 2026 00:18:05 +0000 Subject: [PATCH] fix: CVE-2026-13149 security vulnerability Automated dependency upgrade by OrbisAI Security --- documentation/package-lock.json | 7 ++++--- documentation/package.json | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/documentation/package-lock.json b/documentation/package-lock.json index a6fc049ea535..546102e533b8 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -14,6 +14,7 @@ "@inkeep/docusaurus": "^2.0.16", "@mdx-js/react": "^3.0.0", "autoprefixer": "^10.4.17", + "brace-expansion": "^1.1.16", "clsx": "^2.1.1", "dotenv": "^16.4.7", "framer-motion": "^11.0.0", @@ -6840,9 +6841,9 @@ } }, "node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "version": "1.1.16", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.16.tgz", + "integrity": "sha512-IDw48K2/2kRkg9LdJxurvq3lV3aBgq0REY89duEqFRthjlPdXHKMj7EnQOXVckxzgisinf3nHfrcE2FufFLXMw==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", diff --git a/documentation/package.json b/documentation/package.json index 92723f97bc2b..cbbce1de0165 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -23,6 +23,7 @@ "@inkeep/docusaurus": "^2.0.16", "@mdx-js/react": "^3.0.0", "autoprefixer": "^10.4.17", + "brace-expansion": "^1.1.16", "clsx": "^2.1.1", "dotenv": "^16.4.7", "framer-motion": "^11.0.0", @@ -43,8 +44,8 @@ "@docusaurus/module-type-aliases": "3.7.0", "@docusaurus/tsconfig": "3.7.0", "@docusaurus/types": "3.7.0", - "gray-matter": "^4.0.3", "globby": "^13.2.2", + "gray-matter": "^4.0.3", "js-yaml": "^4.3.0", "typescript": "~5.6.2", "yaml-loader": "^0.8.1"