Skip to content

Bump sharp and react-native-bootsplash#6099

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/multi-c75dade405
Open

Bump sharp and react-native-bootsplash#6099
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/multi-c75dade405

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps sharp to 0.35.3 and updates ancestor dependency react-native-bootsplash. These dependencies need to be updated together.

Updates sharp from 0.32.6 to 0.35.3

Release notes

Sourced from sharp's releases.

v0.35.3

  • Tighten verification of text dimensions, TIFF tile dimensions and extend values.

  • Improve code bundler support by resolving path to libvips binary.

  • Increase default concurrency when use of MALLOC_ARENA_MAX is detected.

  • Emit warning about binaries provided by Electron for use on Linux.

  • Add hasAlpha property to output info. #4500

  • TypeScript: Return more precise Buffer<ArrayBuffer> from toBuffer. #4520 @​Andarist

  • Bound clahe width and height to avoid signed overflow. #4551 @​metsw24-max

  • Bound trim margin to avoid signed overflow. #4552 @​metsw24-max

  • Reject infinite values when validating numbers. #4553 @​metsw24-max

  • Bound extract region to libvips coordinate limit. #4555 @​metsw24-max

  • Verify background colour values are numbers. #4556 @​metsw24-max

  • Bound create and raw input dimensions to coordinate limit. #4558 @​metsw24-max

  • Tighten recomb and affine matrix verification. #4560 @​chatman-media

  • Verify cache memory limit to avoid overflow. #4561 @​metsw24-max

v0.35.3-rc.2

  • Tighten verification of text dimensions, TIFF tile dimensions and extend values.

... (truncated)

Commits
  • 1018449 Release v0.35.3
  • ba303a7 Prerelease v0.35.3-rc.2
  • 4f94fc5 Upgrade to sharp-libvips v1.3.2
  • c5e7a3f Bump devDeps, fix Deno/Windows smoke tests
  • 9a8d002 Docs: Add changelog entry and note about transferable #4520
  • 8694db0 TypeScript: Return more precise Buffer\<ArrayBuffer> from toBuffer (#4520)
  • e000d0b Prerelease v0.35.3-rc.1
  • 9554ca9 Prerelease v0.35.3-rc.0
  • 6a29fd5 Emit warning about native binaries on Linux Electron
  • 540d2ea Increase default concurrency when use of MALLOC_ARENA_MAX detected
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for sharp since your current version.


Updates react-native-bootsplash from 6.3.8 to 7.3.2

Release notes

Sourced from react-native-bootsplash's releases.

7.3.2

  • Update sharp to 0.35.2 (no more postinstall script)

7.3.1

  • Remove StyleSheet.absoluteFillObject usage for react-native 0.85 compatibility (closes #767)

7.3.0

  • Add mitigation for SurfaceControl.checkNotReleased() errors on Android 12 / 13
  • Switch from Dialog to View on Android
  • Improve exceeding assets size logs in CLI output (closes #766)

7.2.0

  • Make the Expo plugin read BOOTSPLASH_LICENSE_KEY environment variable, deprecate the licenseKey plugin property (closes #763)

7.1.0

  • Export a dedicated typed function for Expo dynamic configuration (app.config.ts):
import type { ConfigContext, ExpoConfig } from "expo/config";
import bootsplash from "react-native-bootsplash/expo"; // use `require` in app.config.js
export default ({ config }: ConfigContext): ExpoConfig => ({
// …
plugins: [
bootsplash({
logo: "./assets/logo.png",
logoWidth: 100,
background: "#f5fcff",
// …
}),
],
});

7.0.2

  • Remove @react-native-community/cli-* dependencies (closes #750)

7.0.1

  • Fix addon loading (closes #749)

7.0.0

What's new

  • The library is now edge-to-edge by default on Android
  • The Expo plugin now generates assets at prebuild (no need to run the CLI first)
  • isVisible() is now synchronous
  • A new --plist CLI option to specify a custom Info.plist file path

Migration

... (truncated)

Commits
  • cfaccf2 update sharp
  • 318d1e4 Bump shell-quote from 1.8.3 to 1.8.4 in /example (#778)
  • cd11928 Bump webpack-dev-server from 5.2.3 to 5.2.4 in /example (#775)
  • b4da367 Bump @​babel/plugin-transform-modules-systemjs in /example (#773)
  • 54e765e Bump @​babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 (#772)
  • 2168f3f Bump @​xmldom/xmldom from 0.8.12 to 0.8.13 in /example (#768)
  • b583291 Bump @​xmldom/xmldom from 0.8.12 to 0.8.13 (#769)
  • ae43f00 Bump version number
  • 4779b0a Remove StyleSheet.absoluteFillObject usage
  • ea097a1 Update dependencies
  • Additional commits viewable in compare view


Note

Medium Risk
Major bootsplash release affects launch/splash native behavior (including Android edge-to-edge defaults in v7); validate cold start on iOS and Android after pod install.

Overview
Bumps react-native-bootsplash from ^6.3.8 to ^7.3.2 in package.json, with the lockfile refreshed for the new transitive tree.

The bootsplash CLI now pulls sharp 0.35.3 (from 0.32.6), which drops the old prebuild-install / tar-fs native download path in favor of @img/sharp-* platform binaries. Bootsplash’s own dependencies are slimmer (no bundled @react-native-community/cli-*; updated commander, node-html-parser, etc.).

No application or native project files change in this PR—splash behavior still goes through RNBootSplash.init on Android and BootSplash.hide in EdgeCoreManager. After merge, expect pod install / clean native builds so iOS picks up RNBootSplash 7.x.

Reviewed by Cursor Bugbot for commit 4e9c02d. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 24, 2026
@socket-security

socket-security Bot commented Jul 24, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedreact-native-bootsplash@​6.3.8 ⏵ 7.3.283 -1510010092 +1100

View full report

@socket-security

socket-security Bot commented Jul 24, 2026

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm react-native-bootsplash is 62.0% likely obfuscated

Confidence: 0.62

Location: Package overview

From: package-lock.jsonnpm/react-native-bootsplash@7.3.2

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/react-native-bootsplash@7.3.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm react-native-bootsplash is 60.0% likely obfuscated

Confidence: 0.60

Location: Package overview

From: package-lock.jsonnpm/react-native-bootsplash@7.3.2

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/react-native-bootsplash@7.3.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

Bumps [sharp](https://github.com/lovell/sharp) to 0.35.3 and updates ancestor dependency [react-native-bootsplash](https://github.com/zoontek/react-native-bootsplash). These dependencies need to be updated together.


Updates `sharp` from 0.32.6 to 0.35.3
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.32.6...v0.35.3)

Updates `react-native-bootsplash` from 6.3.8 to 7.3.2
- [Release notes](https://github.com/zoontek/react-native-bootsplash/releases)
- [Commits](zoontek/react-native-bootsplash@6.3.8...7.3.2)

---
updated-dependencies:
- dependency-name: react-native-bootsplash
  dependency-version: 7.3.2
  dependency-type: direct:production
- dependency-name: sharp
  dependency-version: 0.35.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-c75dade405 branch from e7c844d to 4e9c02d Compare July 24, 2026 19:59

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 4e9c02d. Configure here.

Comment thread package.json
"react-native-airship": "^0.3.0",
"react-native-battery-optimization-check": "^1.0.8",
"react-native-bootsplash": "^6.3.8",
"react-native-bootsplash": "^7.3.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bootsplash 7 needs RN 0.80+

High Severity

react-native-bootsplash is bumped to ^7.3.2, but v7 officially requires React Native 0.80+. This repo still pins react-native at 0.79.2, so the upgrade can break native builds or splash behavior without a matching RN upgrade or staying on bootsplash 6.x.

Additional Locations (1)
Fix in Cursor Fix in Web

Triggered by team rule: Use review sub agents

Reviewed by Cursor Bugbot for commit 4e9c02d. Configure here.

Comment thread package.json
"react-native-airship": "^0.3.0",
"react-native-battery-optimization-check": "^1.0.8",
"react-native-bootsplash": "^6.3.8",
"react-native-bootsplash": "^7.3.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Node engines allow unsupported Node 18

Medium Severity

This bump pulls in sharp 0.35.3 (and bootsplash 7), which require Node.js ≥20.9.0 / 20+, while package.json engines.node still allows >=18. Installs or bootsplash/sharp CLI use on Node 18 can fail even though the project still claims Node 18 is supported.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 4e9c02d. Configure here.

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants