Skip to content

Fix npm security vulnerabilities - #283

Closed
ditto-integrations wants to merge 1 commit into
mainfrom
security/batch-1778700452
Closed

Fix npm security vulnerabilities#283
ditto-integrations wants to merge 1 commit into
mainfrom
security/batch-1778700452

Conversation

@ditto-integrations

Copy link
Copy Markdown
Contributor

Summary

Resolves:

Workflow run

Note: Target versions are sourced from Tines and may not always
reflect the latest or most appropriate release (e.g. a version may
be deprecated upstream). Please verify that the resolved versions
in lockfiles are suitable.

Test plan

  • CI passes
  • No new high/critical vulnerabilities in affected lockfiles
  • Affected SDK/component builds successfully

Generated by Tines + Claude Code

- **@babel/plugin-transform-modules-systemjs** → 7.29.4 (CVE-2026-44728)
- **fast-uri** → 3.1.2 (CVE-2026-6322)
- **fast-uri** → 3.1.2 (CVE-2026-6322)
- **fast-uri** → 3.1.1 (CVE-2026-6321)
- **fast-uri** → 3.1.1 (CVE-2026-6321)
- **fast-uri** → 3.1.2 (CVE-2026-6322)
- **fast-uri** → 3.1.1 (CVE-2026-6321)
- **fast-xml-builder** → 1.1.7 (CVE-2026-44665)
- **fast-xml-builder** → 1.1.7 (CVE-2026-44665)
- **fast-xml-builder** → 1.1.7 (CVE-2026-44665)
- **@xmldom/xmldom** → 0.8.13 (CVE-2026-41673)
- **@xmldom/xmldom** → 0.8.13 (CVE-2026-41675)
- **@xmldom/xmldom** → 0.8.13 (CVE-2026-41672)
- **@xmldom/xmldom** → 0.8.13 (CVE-2026-41674)
- **@xmldom/xmldom** → 0.8.13 (CVE-2026-41672)
- **@xmldom/xmldom** → 0.8.13 (CVE-2026-41672)
- **@xmldom/xmldom** → 0.8.13 (CVE-2026-41673)
- **@xmldom/xmldom** → 0.8.13 (CVE-2026-41673)
- **@xmldom/xmldom** → 0.8.13 (CVE-2026-41674)
- **@xmldom/xmldom** → 0.8.13 (CVE-2026-41674)
- **@xmldom/xmldom** → 0.8.13 (CVE-2026-41675)
- **@xmldom/xmldom** → 0.8.13 (CVE-2026-41675)
- **lodash** → 4.18.0 (CVE-2026-4800)
- **lodash** → 4.18.0 (CVE-2026-4800)
- **lodash** → 4.18.0 (CVE-2026-4800)
- **@xmldom/xmldom** → 0.8.12 (CVE-2026-34601)
- **@xmldom/xmldom** → 0.8.12 (CVE-2026-34601)

Resolves:

Co-Authored-By: Claude <noreply@anthropic.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates React Native sample app dependency resolutions/overrides and lockfiles to address reported npm security vulnerabilities in transitive packages.

Changes:

  • Adds Yarn resolutions and npm overrides for vulnerable transitive packages.
  • Updates lockfile entries for Babel, XML, URI, XML builder, and lodash-related packages.
  • Refreshes Expo package-lock metadata after dependency resolution changes.

Reviewed changes

Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
react-native/package.json Adds Yarn resolutions for affected transitive packages.
react-native/yarn.lock Updates resolved package versions for the React Native app.
react-native-expo/package.json Adds Yarn resolutions and npm overrides for affected packages.
react-native-expo/yarn.lock Updates Expo Yarn lockfile entries for affected dependencies.
react-native-expo/package-lock.json Updates npm lockfile package versions and dependency metadata.
Files not reviewed (1)
  • react-native-expo/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@SausCode

Copy link
Copy Markdown
Contributor

Superseded by #299

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants