Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions documentation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@inkeep/docusaurus": "^2.0.16",
"@mdx-js/react": "^3.0.0",
"autoprefixer": "^10.4.17",
"brace-expansion": "^1.1.16",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Upgrade the nested 2.x brace-expansion copy too

Adding brace-expansion as a top-level dependency only fixes the hoisted 1.x instance; the lockfile still pins node_modules/glob/node_modules/brace-expansion to 2.0.2 at documentation/package-lock.json:9632, which falls in the GitHub advisory's vulnerable >=2.0.0, <2.1.2 range (GHSA-3jxr-9vmj-r5cp). Because glob is still pulled via tailwindcss -> sucrase, scanners that inspect the lockfile will continue to report CVE-2026-13149, so please update or override that transitive copy to 2.1.2 as well.

Useful? React with 👍 / 👎.

"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"framer-motion": "^11.0.0",
Expand All @@ -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"
Expand Down