From ab86b7b505fc9b25435b7be05ede30acacba4820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 17:25:39 +0000 Subject: [PATCH] Bump @babel/runtime from 7.24.1 to 7.26.10 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.24.1 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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 171cb56..1085fa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/eslint-parser": "^7.24.1", "@babel/preset-env": "^7.24.5", "@babel/preset-typescript": "^7.24.1", - "@babel/runtime": "^7.24.1", + "@babel/runtime": "^7.26.10", "@react-native/eslint-config": "^0.74.81", "@react-native/metro-config": "^0.74.76", "@tsconfig/react-native": "^3.0.5", @@ -2081,9 +2081,10 @@ "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" }, "node_modules/@babel/runtime": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.1.tgz", - "integrity": "sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==", + "version": "7.26.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.10.tgz", + "integrity": "sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==", + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, diff --git a/package.json b/package.json index 6144512..4db7427 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@babel/eslint-parser": "^7.24.1", "@babel/preset-env": "^7.24.5", "@babel/preset-typescript": "^7.24.1", - "@babel/runtime": "^7.24.1", + "@babel/runtime": "^7.26.10", "@react-native/eslint-config": "^0.74.81", "@react-native/metro-config": "^0.74.76", "@tsconfig/react-native": "^3.0.5",