From 9035b69768037daa6db62de1275ee89690645078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 22:17:29 +0000 Subject: [PATCH] chore(deps): bump @babel/runtime from 7.28.2 to 7.28.3 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.28.2 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/playground/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a3f8aa724..29349261d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2520,9 +2520,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.28.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.2.tgz", - "integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.3.tgz", + "integrity": "sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -38925,7 +38925,7 @@ "license": "Apache-2.0", "dependencies": { "@ant-design/icons": "^6.0.0", - "@babel/runtime": "^7.28.2", + "@babel/runtime": "^7.28.3", "@chakra-ui/react": "^3.24.2", "@emotion/react": "^11.14.0", "@mantine/core": "^8.2.4", diff --git a/packages/playground/package.json b/packages/playground/package.json index 26b8d42848..5caea67ca8 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@ant-design/icons": "^6.0.0", - "@babel/runtime": "^7.28.2", + "@babel/runtime": "^7.28.3", "@chakra-ui/react": "^3.24.2", "@emotion/react": "^11.14.0", "@mantine/core": "^8.2.4",