From cfff0bf44e0dc046cab9f95999ed960e36a1d7b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 12:37:13 +0000 Subject: [PATCH] Bump @babel/runtime from 7.23.8 to 7.28.3 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.8 to 7.28.3. - [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.28.3/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.28.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++------------- package.json | 2 +- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 679c87a..24d57a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@babel/plugin-transform-class-properties": "^7.23.3", "@babel/preset-env": "^7.12.10", "@babel/preset-react": "^7.12.10", - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.28.3", "@babel/runtime-corejs3": "^7.26.10", "@emotion/css": "^11.11.2", "@emotion/react": "^11.11.3", @@ -1701,12 +1701,9 @@ "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" }, "node_modules/@babel/runtime": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", - "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.3.tgz", + "integrity": "sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==", "engines": { "node": ">=6.9.0" } @@ -6966,12 +6963,9 @@ "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" }, "@babel/runtime": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", - "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", - "requires": { - "regenerator-runtime": "^0.14.0" - } + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.3.tgz", + "integrity": "sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==" }, "@babel/runtime-corejs3": { "version": "7.26.10", diff --git a/package.json b/package.json index 0ecdf8e..293108c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@babel/plugin-transform-class-properties": "^7.23.3", "@babel/preset-env": "^7.12.10", "@babel/preset-react": "^7.12.10", - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.28.3", "@babel/runtime-corejs3": "^7.26.10", "@emotion/css": "^11.11.2", "@emotion/react": "^11.11.3",