From 83ec9482d324276124f9d57455299ace1e908972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:04:18 +0000 Subject: [PATCH] Bump @babel/runtime from 7.27.6 to 7.28.2 in /Build Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.27.6 to 7.28.2. - [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.2/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.28.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Build/package-lock.json | 8 ++++---- Build/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index 80736de..accc224 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/core": "^7.28.0", "@babel/parser": "^7.27.5", - "@babel/runtime": "^7.27.6", + "@babel/runtime": "^7.28.2", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9", @@ -276,9 +276,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz", - "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==", + "version": "7.28.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.2.tgz", + "integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==", "license": "MIT", "engines": { "node": ">=6.9.0" diff --git a/Build/package.json b/Build/package.json index d8bd4dc..e940171 100644 --- a/Build/package.json +++ b/Build/package.json @@ -15,7 +15,7 @@ "dependencies": { "@babel/core": "^7.28.0", "@babel/parser": "^7.27.5", - "@babel/runtime": "^7.27.6", + "@babel/runtime": "^7.28.2", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9",