Skip to content
Open
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
5,133 changes: 2,119 additions & 3,014 deletions javascript-tui/package-lock.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion javascript-tui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
"tar": "7.5.11",
"undici": "6.24.1",
"flatted": "3.4.2",
"lodash": "4.18.1"
"lodash": "4.18.1",
"@xmldom/xmldom": "0.8.13",
"brace-expansion": "1.1.14",
"postcss": "8.5.12",
"uuid": "14.0.0"
},
"xo": {
"extends": "xo-react",
Expand Down
209 changes: 95 additions & 114 deletions javascript-web/package-lock.json

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

8 changes: 6 additions & 2 deletions javascript-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,18 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"postcss": "^8.5.10",
"prettier": "3.5.3",
"tailwindcss": "^3.4.16",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.4.2"
},
"overrides": {
"flatted": "3.4.2"
"flatted": "3.4.2",
"@xmldom/xmldom": "0.8.13",
"brace-expansion": "1.1.14",
"yaml": "2.8.3",
"uuid": "14.0.0"
Comment on lines 37 to +42
Copy link

Copilot AI Apr 27, 2026

Choose a reason for hiding this comment

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

overrides.uuid is set to 14.0.0, but package-lock.json still resolves uuid to 7.0.3 (see node_modules/uuid in the lockfile). That means the intended security fix for uuid isn’t actually being applied for this app. Please regenerate the lockfile so the override takes effect, or add a direct dependency on the desired uuid version if overrides can’t affect this part of the tree.

Copilot uses AI. Check for mistakes.
}
}
Loading
Loading