Skip to content

Commit 33d92c8

Browse files
chore(deps-dev): bump @babel/runtime from 7.26.0 to 7.26.10 in /template (#465)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.0 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca72112 commit 33d92c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@babel/core": "^7.25.2",
4141
"@babel/preset-env": "^7.25.3",
42-
"@babel/runtime": "^7.25.0",
42+
"@babel/runtime": "^7.26.10",
4343
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
4444
"@react-native-community/cli": "15.0.0",
4545
"@react-native-community/cli-platform-android": "15.0.0",

template/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,10 +1032,10 @@
10321032
pirates "^4.0.6"
10331033
source-map-support "^0.5.16"
10341034

1035-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.23.2", "@babel/runtime@^7.25.0", "@babel/runtime@^7.8.4":
1036-
version "7.26.0"
1037-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
1038-
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
1035+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.23.2", "@babel/runtime@^7.25.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.8.4":
1036+
version "7.26.10"
1037+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
1038+
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
10391039
dependencies:
10401040
regenerator-runtime "^0.14.0"
10411041

0 commit comments

Comments
 (0)