chore: fix 15 dependabot alerts with version overrides#551
chore: fix 15 dependabot alerts with version overrides#551ignaciosantise merged 2 commits intodevelopfrom
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
Claude finished @ignaciosantise's task in 2s —— View job Review Complete
Found 1 issue(s)Issue 1:
|
There was a problem hiding this comment.
Pull request overview
Updates dependency pinning/override mechanisms (Yarn resolutions at repo root and npm overrides in the Expo example) to remediate a set of Dependabot security alerts across the monorepo.
Changes:
- Bump root Yarn
resolutionsfor lodash, minimatch, @xmldom/xmldom, defu, and brace-expansion; updateyarn.lockaccordingly. - Bump
examples/expo-multichainnpmoverrides(notably hono and lodash) and refreshpackage-lock.json. - Align lockfiles to the pinned versions used to address reported vulnerabilities.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
package.json |
Updates root Yarn resolutions to force patched dependency versions. |
yarn.lock |
Reflects the new resolved versions for patched transitive deps. |
examples/expo-multichain/package.json |
Updates npm overrides for patched versions in the Expo example. |
examples/expo-multichain/package-lock.json |
Updates locked dependency versions/integrities to match new overrides. |
Files not reviewed (1)
- examples/expo-multichain/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|



Summary
Test plan
yarn installsucceeds at rootnpm installsucceeds in examples/expo-multichainyarn testpasses (pre-existing failure in useAppKitTheme.test.tsx unrelated to this change)🤖 Generated with Claude Code