Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-native to ^0.77.0 #1900

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native (source, changelog) ^0.72.5 -> ^0.77.0 age adoption passing confidence
@​types/react-native ^0.70.6 -> ^0.73.0 age adoption passing confidence

Release Notes

facebook/react-native (react-native)

v0.77.0

Compare Source

v0.76.6: 0.76.6

Compare Source

Fixed
Android specific
  • layout: Restore layout/invalidate during ReactViewClippingManager.removeViewAt() (0683206927 by Thomas Nardone)
  • Native Modules: Prioritise local OnLoad.cpp, falling back to default-app-setup (8b1f049879 by @​timbocole)
  • runtime: Remove feature flag for allowRecursiveCommitsWithSynchronousMountOnAndroid (fb7f87ecb2 by @​cipolleschi)
iOS specific

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the [CHANGELOG.md file](https://github.com/facebook/react-native/blob/main/CHANGELOG.md

v0.76.5: 0.76.5

Compare Source

v0.76.5

Fixed
Android specific

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.76.4: 0.76.4

Compare Source

v0.76.4

Added
Android specific

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.76.3: 0.76.3

Compare Source

Fixed

Android specific

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.76.2: 0.76.2

Compare Source

Added
Changed
iOS specific
Fixed
Android specific
iOS specific

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.76.1: 0.76.1

Compare Source

Fixed
Android specific
  • runtime Made AppRegistry callable from Native code in Bridgeless (fixes headless tasks) (f3fee67c54 by @​robik)
  • runtime Add jsBundleFile to DefaultReactNativeHost.kt (e56bd89ef)
iOS specific
  • infra Pin Xcodeproj to < 1.26.0 (e8776240b41)
  • runtime Fixes regression of RCTWindowFrameDidChangeNotification not fired (e271b23fad by @​zhongwuzw)
  • runtime Fixed bug where background colors would sometimes animate when changing on Views (1d6ac09530 by @​joevilches)
  • codegen Do not generate the ComponentCls function in the RCTThirdPartyFabricComponentsProvider for components deined in the app. (dc7e9e2d83 by @​cipolleschi)
  • infra Generated NODE_BINARY in .xcode.env.local now supports paths with a space (eeaa3ff458 by @​blakef)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.76.0: 0.76.0

Compare Source

0.76 stable is out!

This release of React Native enables the New Architecture by default. You can read more about it in this dedicated blog-post: the New Architecture is here.

This release also includes over 1491 commits from 165 contributors! Thank you to all our contributors new and old!

You can see all the highlights of the release in our release blog post.


Hermes dSYMS:


You can file pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file

v0.75.4: 0.75.4

Compare Source

Fixed
Android specific
iOS specific

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.75.3: 0.75.3

Compare Source

Changed
Fixed
Android specific
iOS specific

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.75.2

Compare Source

v0.75.1

Compare Source

v0.75.0

Compare Source

v0.74.6: 0.74.6

Compare Source

Added
Android specific
  • [0.74] Add support for handling com.facebook.react.bridge.Dynamic as parameter for TurboModules (a9588f3718 by @​cortinico)
Changed
Fixed

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.74.5

Compare Source

v0.74.4: 0.74.4

Compare Source

Added
Android specific
iOS specific
Fixed
iOS specific

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.74.3: 0.74.3

Compare Source

Added
  • Add the ReactMarkerConstants.CONTENT_APPEARED support on Android in bridgeless mode. (3c4d7618f0 by @​Kudo)
Changed
iOS specific
Fixed
  • Codegen computes output path relative to project root instead of current working directory. (d3e0430dea by @​dmytrorykun)
Android specific
iOS specific

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.74.2: 0.74.2

Compare Source

Changed
Fixed
Android specific
iOS specific
  • Privacy Manifest aggregation failing due to no NSPrivacyAccessedAPITypes key (fc4e099920 by @​renchap)
  • In privacy manifest post install script, handle the case where the file reference doesn't have a path (4ad65ac59a by @​robertying)
  • Fixed an issue where the selectionColor prop was not being applied on the TextInput component. (2bde626a9f by @​robinshin)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.74.1

Compare Source

v0.74.0: 0.74.0

Compare Source

0.74 stable is out!

This release includes over 1673 commits from 57 contributors! Thank you to all our contributors new and old! See the highlights of the release in our release blog post.


To help you upgrade to this version, you can use the upgrade helper ⚛️


Hermes dSYMS:


You can find the whole changelog history in the changelog.md file.

v0.73.11: 0.73.11

Compare Source

0.73 is now out of the support window. Please migrate to 0.76.


Fixed
Android specific
iOS specific

Hermes dSYMS:


You can file issues or pick requests against this release here


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.73.10: 0.73.10

Compare Source

Removed
Android specific
Fixed
Android specific
iOS specific

Hermes dSYMS:


You can file issues or pick requests against this release here


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.73.9

Compare Source

v0.73.8: 0.73.8

Compare Source

Added
iOS specific
  • Added privacy manifest to template (520d120375 by @​philIip) (fixed to include the file in the build)
Changed
  • Update Hermes version (1d0cbfd01b by @​Titozzz)
    • removed Apple's RR API that were unused. Hermes does not requires a PrivacyManifest now
    • fixed experimental debugger object logging
Fixed
iOS specific

To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.73.7

Compare Source

v0.73.6: 0.73.6

Compare Source

v0.73.6

Breaking
iOS specific
Fixed
iOS specific

Hermes dSYMS:


You can file issues or pick requests against this release here


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.73.5: 0.73.5

Compare Source

Changelog

Security
Changed
Fixed

How to Test

Generate a new project:

npx react-native@next init RN0735RC1 --version 0.73.5

  • To help you upgrade to this version, you can use the upgrade helper ⚛️

  • See changes from this release in the changelog

Hermes dSYMS:


Help us testing 🧪

If you experience a regression, please file an Upgrade issue and file a pick request in the appropriate discussion: https://github.com/reactwg/react-native-releases/discussions/

v0.73.4: 0.73.4

Compare Source

v0.73.4

Fixed
Android
  • Ignore the one-time NullPointerException and print error log (ca9b6b5038)
iOS

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the CHANGELOG.md file.

v0.73.3: 0.73.3

Compare Source

Fixed
Added
iOS specific
Changed
Android specific
  • Call super.onRequestPermissionsResult in ReactActivity's onRequestPermissionsResult() (96ed1190c6 by @​LimAlbert)
iOS specific
Fixed
iOS specific

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the CHANGELOG.md file.

v0.73.2: 0.73.2

Compare Source

Added
  • Unhandled promise rejection - attach non-standard Error object stack info if possible (655b12dbfa by @​ospfranco)
Changed
iOS specific
Fixed
iOS specific

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the CHANGELOG.md file.

v0.73.1: 0.73.1

Compare Source

Added
  • Add enableNetworkInspector experiment to enable Network panel and CDP handlers in inspector proxy (8ef807bfb2 by @​byCedric)
Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 22, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 9bd7b8f to 46cf2c3 Compare August 14, 2024 18:37
@renovate renovate bot changed the title fix(deps): update dependency react-native to ^0.74.0 fix(deps): update dependency react-native to ^0.75.0 Aug 14, 2024
Copy link

@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 46cf2c3 to 783f706 Compare October 23, 2024 18:34
@renovate renovate bot changed the title fix(deps): update dependency react-native to ^0.75.0 fix(deps): update dependency react-native to ^0.76.0 Oct 23, 2024
Copy link

socket-security bot commented Oct 23, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

Copy link

@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 783f706 to 6cd449b Compare January 21, 2025 16:42
@renovate renovate bot changed the title fix(deps): update dependency react-native to ^0.76.0 fix(deps): update dependency react-native to ^0.77.0 Jan 21, 2025
Copy link

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@ampproject/[email protected] 🔁 npm/@ampproject/[email protected] None 0 78.9 kB jridgewell
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] environment 0 33.2 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 66.4 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None +2 3.42 MB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None +2 631 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 4.05 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] environment 0 53.7 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 441 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 26.7 kB nicolo-ribaudo
npm/@babel/[email protected] unsafe Transitive: environment +1 264 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 54.7 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None +1 225 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 6.67 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 12 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 9.71 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 43.3 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 6 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 11.8 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 15.8 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 863 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 1.91 MB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 6.12 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 3.68 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 5.85 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 4.14 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 7.04 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 5.55 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 20.3 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 8 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 88.4 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 5.03 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 91.2 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 22.7 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 85.4 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 18.1 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 44.6 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 7.12 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 4.63 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 8.47 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 41.7 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 4.86 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 10.4 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 5.29 kB nicolo-ribaudo
npm/@babel/[email protected] None +1 138 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 4.72 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 37.7 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 4.87 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 19.8 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 12.4 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 9.02 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 9.19 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 80 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 6.82 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 37.4 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 7.11 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 23.4 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 4.64 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 140 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 3.93 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 9.08 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 23.6 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None +1 73.1 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None +1 276 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 70.3 kB nicolo-ribaudo
npm/@babel/[email protected] 🔁 npm/@babel/[email protected] None 0 673 kB nicolo-ribaudo
npm/@isaacs/[email protected] None 0 25.2 kB isaacs
npm/@jest/[email protected] 🔁 npm/@jest/[email protected] None 0 7.59 kB simenb
npm/@jest/[email protected] 🔁 npm/@jest/[email protected] None 0 15.9 kB simenb
npm/@jest/[email protected] 🔁 npm/@jest/[email protected] None 0 26.3 kB simenb
npm/@jest/[email protected] 🔁 npm/@jest/[email protected] Transitive: filesystem +1 64.6 kB simenb
npm/@jridgewell/[email protected] 🔁 npm/@jridgewell/[email protected], npm/@jridgewell/[email protected] None +1 251 kB jridgewell
npm/@jridgewell/[email protected] 🔁 npm/@jridgewell/[email protected] None 0 53.2 kB jridgewell
npm/@jridgewell/[email protected] 🔁 npm/@jridgewell/[email protected] None 0 17.9 kB jridgewell
npm/@jridgewell/[email protected] 🔁 npm/@jridgewell/[email protected] None 0 113 kB jridgewell
npm/@react-native/[email protected] 🔁 npm/@react-native/[email protected] None 0 4.72 kB react-native-bot
npm/@react-native/[email protected] None 0 7.83 kB react-native-bot
npm/@react-native/[email protected] None 0 16.1 kB fb, react-native-bot
npm/@react-native/[email protected] 🔁 npm/@react-native/[email protected] None 0 1.7 MB fb, react-native-bot
npm/@react-native/[email protected] None 0 62.8 kB react-native-bot
npm/@react-native/[email protected] environment 0 14.5 MB react-native-bot
npm/@react-native/[email protected] None 0 103 kB react-native-bot
npm/@react-native/[email protected] 🔁 npm/@react-native/[email protected] None 0 364 kB react-native-bot
npm/@react-native/[email protected] None 0 24 kB react-native-bot
npm/@react-native/[email protected] environment, filesystem 0 7.93 kB react-native-bot
npm/@react-native/[email protected] 🔁 npm/@react-native/[email protected] None 0 14.3 kB react-native-bot
npm/@react-native/[email protected] 🔁 npm/@react-native/[email protected] None 0 169 kB react-native-bot
npm/@types/[email protected] None 0 63.1 kB types
npm/@types/[email protected] 🔁 npm/@types/[email protected] None 0 1.75 kB types
npm/[email protected] 🔁 npm/[email protected] None 0 673 kB benjamn
npm/[email protected] 🔁 npm/[email protected] None 0 13.5 kB simenb
npm/[email protected] 🔁 npm/[email protected] None 0 14.3 kB simenb
npm/[email protected] None 0 81.5 kB nicolo-ribaudo
npm/[email protected] None 0 207 kB nicolo-ribaudo
npm/[email protected] None 0 9.74 kB nicolo-ribaudo
npm/[email protected] None 0 7.2 kB hermes-team
npm/[email protected] 🔁 npm/[email protected] None 0 2.69 kB simenb
npm/[email protected] None 0 44.6 kB jonschlinkert
npm/[email protected] 🔁 npm/[email protected] None 0 64.9 kB ai
npm/[email protected] 🔁 npm/[email protected] None 0 2.15 MB ai, beneb, caniuse-lite
npm/[email protected] environment, filesystem, network, shell 0 128 kB hoten
npm/[email protected] environment, filesystem, network, shell 0 106 kB cezaraugusto
npm/[email protected] 🔁 npm/[email protected] None 0 186 kB abetomo
npm/[email protected] 🔁 npm/[email protected] None 0 768 kB zloirock
npm/[email protected] 🔁 npm/[email protected] None 0 4 kB sindresorhus
npm/[email protected] 🔁 npm/[email protected] None 0 62.1 kB yungsters
npm/[email protected] 🔁 npm/[email protected] None 0 155 kB kilianvalkhof
npm/[email protected] None 0 46.5 kB sindresorhus
npm/[email protected] None 0 6.98 kB blakeembrey

🚮 Removed packages: npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@hapi/[email protected], npm/@hapi/[email protected], npm/@react-native-community/[email protected], npm/@react-native-community/[email protected], npm/@react-native-community/[email protected], npm/@react-native-community/[email protected], npm/@react-native-community/[email protected], npm/@react-native-community/[email protected], npm/@react-native-community/[email protected], npm/@react-native-community/[email protected], npm/@react-native-community/[email protected], npm/@react-native-community/[email protected], npm/@react-native-community/[email protected], npm/@react-native-community/[email protected], npm/@sideway/[email protected], npm/@sideway/[email protected], npm/@sideway/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants