From 1920bffe81c80708f5e7c7181ff03b7d887bfbe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:00:41 +0000 Subject: [PATCH] Bump @babel/runtime from 7.27.4 to 7.27.6 in /Build Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.27.4 to 7.27.6. - [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.27.6/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.27.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Build/package-lock.json | 12 ++++++------ Build/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index f632046..9712946 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -1,17 +1,17 @@ { "name": "htmlrunner", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmlrunner", - "version": "1.0.0", + "version": "1.1.0", "license": "ISC", "dependencies": { "@babel/core": "^7.27.4", "@babel/parser": "^7.27.3", - "@babel/runtime": "^7.27.4", + "@babel/runtime": "^7.27.6", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9", @@ -271,9 +271,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.4.tgz", - "integrity": "sha512-t3yaEOuGu9NlIZ+hIeGbBjFtZT7j2cb2tg0fuaJKeGotchRjjLfrBA9Kwf8quhpP1EUuxModQg04q/mBwyg8uA==", + "version": "7.27.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz", + "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==", "license": "MIT", "engines": { "node": ">=6.9.0" diff --git a/Build/package.json b/Build/package.json index 54e150c..c1d0f7b 100644 --- a/Build/package.json +++ b/Build/package.json @@ -15,7 +15,7 @@ "dependencies": { "@babel/core": "^7.27.4", "@babel/parser": "^7.27.3", - "@babel/runtime": "^7.27.4", + "@babel/runtime": "^7.27.6", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9",