From 39c7b7696280dcab559d44020714cee6171d2cda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 12:30:08 +0000 Subject: [PATCH] Bump @babel/runtime from 7.28.3 to 7.28.4 in /Build Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.28.3 to 7.28.4. - [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.4/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.28.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ee2addb..04200e5 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/core": "^7.28.4", "@babel/parser": "^7.27.5", - "@babel/runtime": "^7.28.3", + "@babel/runtime": "^7.28.4", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9", @@ -268,9 +268,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.28.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.3.tgz", - "integrity": "sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", "license": "MIT", "engines": { "node": ">=6.9.0" diff --git a/Build/package.json b/Build/package.json index e27cab3..27b2d15 100644 --- a/Build/package.json +++ b/Build/package.json @@ -15,7 +15,7 @@ "dependencies": { "@babel/core": "^7.28.4", "@babel/parser": "^7.27.5", - "@babel/runtime": "^7.28.3", + "@babel/runtime": "^7.28.4", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9",