From aed0312d9b1315196cb33576d4a9dbf6edbe6688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:25:53 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/plugin-transform-runtime (#10310) --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67a0bb60..d2fd1e0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@babel/cli": "=7.24.7", "@babel/core": "=7.26.8", "@babel/eslint-parser": "=7.26.8", - "@babel/plugin-transform-runtime": "=7.25.9", + "@babel/plugin-transform-runtime": "=7.26.9", "@babel/preset-env": "=7.26.9", "@babel/preset-react": "=7.24.7", "@babel/register": "=7.25.9", @@ -1630,13 +1630,14 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.9.tgz", - "integrity": "sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==", + "version": "7.26.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.9.tgz", + "integrity": "sha512-Jf+8y9wXQbbxvVYTM8gO5oEF2POdNji0NMltEkG7FtmzD9PVz7/lxpqSdTvwsjTMU5HIHuDVNf2SOxLkWi+wPQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-plugin-utils": "^7.26.5", "babel-plugin-polyfill-corejs2": "^0.4.10", "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", diff --git a/package.json b/package.json index 50418948..0e75115c 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "@babel/cli": "=7.24.7", "@babel/core": "=7.26.8", "@babel/eslint-parser": "=7.26.8", - "@babel/plugin-transform-runtime": "=7.25.9", + "@babel/plugin-transform-runtime": "=7.26.9", "@babel/preset-env": "=7.26.9", "@babel/preset-react": "=7.24.7", "@babel/register": "=7.25.9",