Skip to content

Commit 17b9d78

Browse files
chore(deps-dev): bump @babel/runtime in /wrappers/react-native/example (#239)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.20.13 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-version: 7.26.10 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 1b15309 commit 17b9d78

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

wrappers/react-native/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@babel/core": "7.20.12",
21-
"@babel/runtime": "7.20.13",
21+
"@babel/runtime": "7.26.10",
2222
"@types/jest": "29.2.0",
2323
"@types/node": "16.11.7",
2424
"@types/ramda": "0.28.18",

wrappers/react-native/example/yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -711,17 +711,10 @@
711711
pirates "^4.0.6"
712712
source-map-support "^0.5.16"
713713

714-
"@babel/runtime@7.20.13":
715-
version "7.20.13"
716-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.13.tgz#7055ab8a7cff2b8f6058bf6ae45ff84ad2aded4b"
717-
integrity sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==
718-
dependencies:
719-
regenerator-runtime "^0.13.11"
720-
721-
"@babel/runtime@^7.25.0":
722-
version "7.26.0"
723-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
724-
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
714+
"@babel/runtime@7.26.10", "@babel/runtime@^7.25.0":
715+
version "7.26.10"
716+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
717+
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
725718
dependencies:
726719
regenerator-runtime "^0.14.0"
727720

@@ -5633,7 +5626,7 @@ regenerate@^1.4.2:
56335626
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
56345627
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
56355628

5636-
regenerator-runtime@^0.13.11, regenerator-runtime@^0.13.2:
5629+
regenerator-runtime@^0.13.2:
56375630
version "0.13.11"
56385631
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
56395632
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==

0 commit comments

Comments
 (0)