Skip to content

Commit 3689445

Browse files
Bump @babel/runtime from 7.23.4 to 7.27.6 (#201)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.4 to 7.27.6. - [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.27.6/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.27.6 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2027a2 commit 3689445

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/core": "^7.20.0",
2929
"@babel/preset-env": "^7.20.0",
30-
"@babel/runtime": "^7.20.0",
30+
"@babel/runtime": "^7.27.6",
3131
"@react-native/babel-preset": "0.74.83",
3232
"@react-native/eslint-config": "0.74.83",
3333
"@react-native/metro-config": "0.74.83",

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@babel/plugin-transform-shorthand-properties": "^7.23.3",
4747
"@babel/plugin-transform-template-literals": "^7.23.3",
4848
"@babel/preset-env": "^7.20.0",
49-
"@babel/runtime": "^7.20.0",
49+
"@babel/runtime": "^7.27.6",
5050
"@react-native-masked-view/masked-view": "^0.3.2",
5151
"@react-native/babel-preset": "^0.74.83",
5252
"@react-native/metro-config": "^0.73.3",

yarn.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,7 +2119,7 @@ __metadata:
21192119
languageName: node
21202120
linkType: hard
21212121

2122-
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.20.0, @babel/runtime@npm:^7.8.4":
2122+
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.8.4":
21232123
version: 7.23.4
21242124
resolution: "@babel/runtime@npm:7.23.4"
21252125
dependencies:
@@ -2128,6 +2128,13 @@ __metadata:
21282128
languageName: node
21292129
linkType: hard
21302130

2131+
"@babel/runtime@npm:^7.27.6":
2132+
version: 7.27.6
2133+
resolution: "@babel/runtime@npm:7.27.6"
2134+
checksum: 10c0/89726be83f356f511dcdb74d3ea4d873a5f0cf0017d4530cb53aa27380c01ca102d573eff8b8b77815e624b1f8c24e7f0311834ad4fb632c90a770fda00bd4c8
2135+
languageName: node
2136+
linkType: hard
2137+
21312138
"@babel/template@npm:^7.0.0, @babel/template@npm:^7.22.15, @babel/template@npm:^7.3.3":
21322139
version: 7.22.15
21332140
resolution: "@babel/template@npm:7.22.15"
@@ -5180,7 +5187,7 @@ __metadata:
51805187
dependencies:
51815188
"@babel/core": "npm:^7.20.0"
51825189
"@babel/preset-env": "npm:^7.20.0"
5183-
"@babel/runtime": "npm:^7.20.0"
5190+
"@babel/runtime": "npm:^7.27.6"
51845191
"@react-native/babel-preset": "npm:0.74.83"
51855192
"@react-native/eslint-config": "npm:0.74.83"
51865193
"@react-native/metro-config": "npm:0.74.83"
@@ -10620,7 +10627,7 @@ __metadata:
1062010627
"@babel/plugin-transform-shorthand-properties": "npm:^7.23.3"
1062110628
"@babel/plugin-transform-template-literals": "npm:^7.23.3"
1062210629
"@babel/preset-env": "npm:^7.20.0"
10623-
"@babel/runtime": "npm:^7.20.0"
10630+
"@babel/runtime": "npm:^7.27.6"
1062410631
"@react-native-community/cli-platform-ios": "npm:^12.3.0"
1062510632
"@react-native-masked-view/masked-view": "npm:^0.3.2"
1062610633
"@react-native/babel-preset": "npm:^0.74.83"

0 commit comments

Comments
 (0)