From 5bac386e028ae10347ca994ac9d9e700d9f26430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 13:59:51 +0000 Subject: [PATCH] Bump @babel/runtime in /Source/Applications/SystemCenterNotification Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.24.8 to 7.27.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.27.3/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.27.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../SystemCenterNotification/package-lock.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Source/Applications/SystemCenterNotification/package-lock.json b/Source/Applications/SystemCenterNotification/package-lock.json index 464e02717..80bbd07af 100644 --- a/Source/Applications/SystemCenterNotification/package-lock.json +++ b/Source/Applications/SystemCenterNotification/package-lock.json @@ -545,11 +545,10 @@ } }, "node_modules/@babel/runtime": { - "version": "7.24.8", + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.3.tgz", + "integrity": "sha512-7EYtGezsdiDMyY80+65EzwiGmcJqpmcZCojSXaRgdrBaGtWTgDZKq69cPIVped6MkIM78cTQ2GOiEYjwOlG4xw==", "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, "engines": { "node": ">=6.9.0" } @@ -6723,10 +6722,6 @@ "redux": "^4" } }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "license": "MIT" - }, "node_modules/require-directory": { "version": "2.1.1", "license": "MIT",