From a1a6eb000f972555204ab639800111a0f11d8c73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:20:50 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/runtime from 7.23.8 to 7.23.9 in /example Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.8 to 7.23.9. - [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.23.9/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 8ba602d..a816454 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/core": "^7.23.7", - "@babel/runtime": "^7.23.8", + "@babel/runtime": "^7.23.9", "metro-react-native-babel-preset": "^0.76.7" }, "jest": { diff --git a/example/yarn.lock b/example/yarn.lock index 2ee5991..ff40d90 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -882,10 +882,10 @@ pirates "^4.0.0" source-map-support "^0.5.16" -"@babel/runtime@^7.23.8", "@babel/runtime@^7.8.4": - version "7.23.8" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.8.tgz#8ee6fe1ac47add7122902f257b8ddf55c898f650" - integrity sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw== +"@babel/runtime@^7.23.9", "@babel/runtime@^7.8.4": + version "7.23.9" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7" + integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw== dependencies: regenerator-runtime "^0.14.0"