Skip to content

Commit 102b1ce

Browse files
chore(deps-dev): bump @babel/runtime from 7.26.7 to 7.26.10 (#3034)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.7 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c92aba commit 102b1ce

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

apps/fabric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@babel/core": "^7.20.0",
3939
"@babel/preset-env": "^7.20.0",
40-
"@babel/runtime": "^7.20.0",
40+
"@babel/runtime": "^7.26.10",
4141
"@react-native/babel-preset": "0.75.2",
4242
"@react-native/metro-config": "0.75.2",
4343
"@react-native/typescript-config": "0.75.2",

apps/paper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@babel/core": "^7.20.0",
3939
"@babel/preset-env": "^7.20.0",
40-
"@babel/runtime": "^7.20.0",
40+
"@babel/runtime": "^7.26.10",
4141
"@react-native/babel-preset": "0.75.2",
4242
"@react-native/metro-config": "0.75.2",
4343
"@react-native/typescript-config": "0.75.2",

yarn.lock

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2049,7 +2049,7 @@ __metadata:
20492049
languageName: node
20502050
linkType: hard
20512051

2052-
"@babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.3, @babel/runtime@npm:^7.12.13, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.18.6, @babel/runtime@npm:^7.20.0, @babel/runtime@npm:^7.25.0, @babel/runtime@npm:^7.8.4":
2052+
"@babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.3, @babel/runtime@npm:^7.12.13, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.18.6, @babel/runtime@npm:^7.25.0, @babel/runtime@npm:^7.8.4":
20532053
version: 7.26.7
20542054
resolution: "@babel/runtime@npm:7.26.7"
20552055
dependencies:
@@ -2067,6 +2067,15 @@ __metadata:
20672067
languageName: node
20682068
linkType: hard
20692069

2070+
"@babel/runtime@npm:^7.26.10":
2071+
version: 7.26.10
2072+
resolution: "@babel/runtime@npm:7.26.10"
2073+
dependencies:
2074+
regenerator-runtime: ^0.14.0
2075+
checksum: 22d2e0abb86e90de489ab16bb578db6fe2b63a88696db431198b24963749820c723f1982298cdbbea187f7b2b80fb4d98a514faf114ddb2fdc14a4b96277b955
2076+
languageName: node
2077+
linkType: hard
2078+
20702079
"@babel/template@npm:^7.0.0, @babel/template@npm:^7.25.9, @babel/template@npm:^7.26.8, @babel/template@npm:^7.3.3":
20712080
version: 7.26.8
20722081
resolution: "@babel/template@npm:7.26.8"
@@ -11877,7 +11886,7 @@ __metadata:
1187711886
dependencies:
1187811887
"@babel/core": ^7.20.0
1187911888
"@babel/preset-env": ^7.20.0
11880-
"@babel/runtime": ^7.20.0
11889+
"@babel/runtime": ^7.26.10
1188111890
"@react-native-community/slider": ^4.5.2
1188211891
"@react-native/babel-preset": 0.75.2
1188311892
"@react-native/metro-config": 0.75.2
@@ -18683,7 +18692,7 @@ __metadata:
1868318692
dependencies:
1868418693
"@babel/core": ^7.20.0
1868518694
"@babel/preset-env": ^7.20.0
18686-
"@babel/runtime": ^7.20.0
18695+
"@babel/runtime": ^7.26.10
1868718696
"@react-native-community/slider": ^4.5.2
1868818697
"@react-native/babel-preset": 0.75.2
1868918698
"@react-native/metro-config": 0.75.2

0 commit comments

Comments
 (0)