From 0dfe118f621fb876e7e71fdd2b9cf7e3d33a4a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 21:16:49 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/runtime in /examples/native-cli Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.24.5 to 7.26.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/native-cli/package.json | 2 +- examples/native-cli/yarn.lock | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/examples/native-cli/package.json b/examples/native-cli/package.json index 6ae1c3c..d4abccf 100644 --- a/examples/native-cli/package.json +++ b/examples/native-cli/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", - "@babel/runtime": "^7.20.0", + "@babel/runtime": "^7.26.10", "@react-native/babel-preset": "0.75.3", "@react-native/eslint-config": "0.75.3", "@react-native/metro-config": "0.75.3", diff --git a/examples/native-cli/yarn.lock b/examples/native-cli/yarn.lock index d50a922..737dd23 100644 --- a/examples/native-cli/yarn.lock +++ b/examples/native-cli/yarn.lock @@ -1634,7 +1634,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.20.0, @babel/runtime@npm:^7.8.4": +"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.8.4": version: 7.24.5 resolution: "@babel/runtime@npm:7.24.5" dependencies: @@ -1652,6 +1652,15 @@ __metadata: languageName: node linkType: hard +"@babel/runtime@npm:^7.26.10": + version: 7.26.10 + resolution: "@babel/runtime@npm:7.26.10" + dependencies: + regenerator-runtime: "npm:^0.14.0" + checksum: 10c0/6dc6d88c7908f505c4f7770fb4677dfa61f68f659b943c2be1f2a99cb6680343462867abf2d49822adc435932919b36c77ac60125793e719ea8745f2073d3745 + languageName: node + linkType: hard + "@babel/template@npm:^7.0.0, @babel/template@npm:^7.22.15, @babel/template@npm:^7.24.0, @babel/template@npm:^7.3.3": version: 7.24.0 resolution: "@babel/template@npm:7.24.0" @@ -8900,7 +8909,7 @@ __metadata: dependencies: "@babel/core": "npm:^7.20.0" "@babel/preset-env": "npm:^7.20.0" - "@babel/runtime": "npm:^7.20.0" + "@babel/runtime": "npm:^7.26.10" "@react-native/babel-preset": "npm:0.75.3" "@react-native/eslint-config": "npm:0.75.3" "@react-native/metro-config": "npm:0.75.3"