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
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"ts-jest": "^29.3.1",
"typescript": "~5.9.3",
"uglify-js": "^3.17.4",
"uuid": "^9.0.1",
"uuid": "^14.0.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Stale @types/uuid after major version bump

Low Severity

uuid was bumped to ^14.0.0 but @types/uuid remains at ^9.0.4. Since uuid v12+ removed CommonJS support and ships its own TypeScript type definitions, the stale @types/uuid package is now outdated and could provide conflicting type declarations if uuid is ever imported directly. This is an incomplete dependency update — @types/uuid can likely be removed entirely since uuid v14 bundles its own types. Flagging this because the dependency update review rule asks to check for breaking changes and compatibility issues with JS dependency updates.

Additional Locations (1)
Fix in Cursor Fix in Web

Triggered by project rule: PR Review Guidelines for Cursor Bot

Reviewed by Cursor Bugbot for commit b3e4364. Configure here.

"xmlhttprequest": "^1.8.0"
},
"codegenConfig": {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11272,7 +11272,7 @@ __metadata:
ts-jest: ^29.3.1
typescript: ~5.9.3
uglify-js: ^3.17.4
uuid: ^9.0.1
uuid: ^14.0.0
xmlhttprequest: ^1.8.0
peerDependencies:
expo: ">=49.0.0"
Expand Down Expand Up @@ -32858,21 +32858,21 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^7.0.3":
version: 7.0.3
resolution: "uuid@npm:7.0.3"
"uuid@npm:^14.0.0":
version: 14.0.0
resolution: "uuid@npm:14.0.0"
bin:
uuid: dist/bin/uuid
checksum: f5b7b5cc28accac68d5c083fd51cca64896639ebd4cca88c6cfb363801aaa83aa439c86dfc8446ea250a7a98d17afd2ad9e88d9d4958c79a412eccb93bae29de
uuid: dist-node/bin/uuid
checksum: 08608584a79e987cdae000fa8eb724fa51dd8aafc136cd9fa9a8c87d07b246c56eec5fd9027fdb3e49a863eedf758bc19e325909ce281955c7a027fed67dc89e
languageName: node
linkType: hard

"uuid@npm:^9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
"uuid@npm:^7.0.3":
version: 7.0.3
resolution: "uuid@npm:7.0.3"
bin:
uuid: dist/bin/uuid
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
checksum: f5b7b5cc28accac68d5c083fd51cca64896639ebd4cca88c6cfb363801aaa83aa439c86dfc8446ea250a7a98d17afd2ad9e88d9d4958c79a412eccb93bae29de
languageName: node
linkType: hard

Expand Down
Loading