Skip to content
Merged
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
76 changes: 32 additions & 44 deletions examples/expo-multichain/package-lock.json

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

16 changes: 10 additions & 6 deletions examples/expo-multichain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,23 @@
},
"overrides": {
"react": "19.1.0",
"hono": "4.11.10",
"h3": "1.15.5",
"tar": "7.5.8",
"hono": "4.12.7",
"h3": "1.15.9",
"tar": "7.5.11",
"node-forge": "1.4.0",
"undici": "6.23.0",
"undici": "6.24.0",
"preact": "10.28.2",
"js-yaml": "3.14.2",
"valibot": "1.2.0",
"lodash": "4.17.23",
"bn.js": "5.2.3",
"minimatch": "10.2.1",
"minimatch": "10.2.3",
"picomatch@^2": "2.3.2",
"picomatch@^4": "4.0.4"
"picomatch@^4": "4.0.4",
"flatted": "3.4.2",
"socket.io-parser": "4.2.6",
"yaml": "2.8.3",
"brace-expansion": "5.0.5"
},
"private": true
}
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"elliptic": "^6.6.1",
"path-to-regexp": "0.1.12",
"ws": "^8.18.1",
"serialize-javascript": "6.0.2",
"serialize-javascript": "7.0.5",
"esbuild": "0.25.0",
"postcss": "8.4.31",
"cookie": "0.7.0",
Expand All @@ -96,18 +96,23 @@
"@walletconnect/universal-provider": "2.21.10",
"@metamask/sdk": "0.33.1",
"tmp": "0.2.4",
"h3": "1.15.5",
"tar": "7.5.8",
"h3": "1.15.9",
"tar": "7.5.11",
"node-forge": "1.4.0",
"picomatch@^2": "2.3.2",
"picomatch@^4": "4.0.4",
"qs": "6.14.2",
"undici": "6.23.0",
"undici": "6.24.0",
"preact": "10.28.2",
"js-yaml": "3.14.2",
"valibot": "1.2.0",
"schema-utils/ajv": "8.18.0",
"lodash": "4.17.23",
"webpack": "5.104.1"
"webpack": "5.104.1",
"flatted": "3.4.2",
"socket.io-parser": "4.2.6",
"minimatch": "3.1.3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Minimatch resolution forces all versions to v3

High Severity

The Yarn resolution "minimatch": "3.1.3" forces all minimatch instances in the workspace to v3.1.3, including packages that depend on minimatch@^9.0.4 (glob@^10, @typescript-eslint/typescript-estree) and minimatch@^5.0.1 (glob@^8). This is a major version downgrade — v9 and v5 have different matching behavior and use brace-expansion@^2, which was also removed from yarn.lock. This could cause incorrect file matching in ESLint and glob operations. The expo-multichain overrides correctly use "minimatch": "10.2.3", suggesting this v3 pin was unintentional for the root workspace.

Additional Locations (1)
Fix in Cursor Fix in Web

"yaml": "1.10.3",
"storybook": "8.6.17"
}
}
Loading
Loading