From f1c34fae01c58bb266fa2ae5aef41ec516993a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 05:20:38 +0000 Subject: [PATCH] chore(deps-dev): bump @react-native/js-polyfills from 0.77.2 to 0.79.0 Bumps [@react-native/js-polyfills](https://github.com/facebook/react-native/tree/HEAD/packages/polyfills) from 0.77.2 to 0.79.0. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.79.0/packages/polyfills) --- updated-dependencies: - dependency-name: "@react-native/js-polyfills" dependency-version: 0.79.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8a676da..09ed1704 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@react-native-community/cli-platform-ios": "15.1.3", "@react-native/babel-preset": "^0.77.0", "@react-native/eslint-config": "^0.77.0", - "@react-native/js-polyfills": "^0.77.0", + "@react-native/js-polyfills": "^0.79.0", "@react-native/metro-babel-transformer": "^0.77.0", "@react-native/metro-config": "^0.77.0", "@release-it/conventional-changelog": "^5.0.0", @@ -6143,9 +6143,9 @@ } }, "node_modules/@react-native/js-polyfills": { - "version": "0.77.2", - "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.77.2.tgz", - "integrity": "sha512-qwKeYqRANL8CKzeVWOdhRZJ7LBqqoiXR+cb5yGwVKQxqesrx5Y7gYyq6GP1zRMnhv9iQAY7Rwub8TvDxi2YP6Q==", + "version": "0.79.0", + "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.79.0.tgz", + "integrity": "sha512-+8lk/zP90JC9xZBGhI8TPqqR1Y5dYXwXvfhXygr/LlHoo+H8TeQxcPrXWdT+PWOJl6Gf7dbCOGh9Std8J7CSQA==", "dev": true, "license": "MIT", "engines": { @@ -6187,6 +6187,16 @@ "node": ">=18" } }, + "node_modules/@react-native/metro-config/node_modules/@react-native/js-polyfills": { + "version": "0.77.2", + "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.77.2.tgz", + "integrity": "sha512-qwKeYqRANL8CKzeVWOdhRZJ7LBqqoiXR+cb5yGwVKQxqesrx5Y7gYyq6GP1zRMnhv9iQAY7Rwub8TvDxi2YP6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, "node_modules/@react-native/normalize-colors": { "version": "0.76.7", "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.76.7.tgz", diff --git a/package.json b/package.json index b808f126..69580d44 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@react-native-community/cli-platform-ios": "15.1.3", "@react-native/babel-preset": "^0.77.0", "@react-native/eslint-config": "^0.77.0", - "@react-native/js-polyfills": "^0.77.0", + "@react-native/js-polyfills": "^0.79.0", "@react-native/metro-babel-transformer": "^0.77.0", "@react-native/metro-config": "^0.77.0", "@release-it/conventional-changelog": "^5.0.0",