From acd6e83a57ca54fca28656cb891a6b573fe0aa71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 01:18:18 +0000 Subject: [PATCH] refactor: bump @babel/runtime-corejs3 from 7.27.1 to 7.27.3 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.27.1 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-corejs3) --- updated-dependencies: - dependency-name: "@babel/runtime-corejs3" dependency-version: 7.27.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index df37a6e5e5..163a99b51b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "SEE LICENSE IN LICENSE", "dependencies": { "@babel/runtime": "7.27.1", - "@babel/runtime-corejs3": "7.27.1", + "@babel/runtime-corejs3": "7.27.3", "bcryptjs": "3.0.2", "body-parser": "2.2.0", "commander": "13.1.0", @@ -2092,9 +2092,9 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.27.1.tgz", - "integrity": "sha512-909rVuj3phpjW6y0MCXAZ5iNeORePa6ldJvp2baWGcTjwqbBDDz6xoS5JHJ7lS88NlwLYj07ImL/8IUMtDZzTA==", + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.27.3.tgz", + "integrity": "sha512-ZYcgrwb+dkWNcDlsTe4fH1CMdqMDSJ5lWFd1by8Si2pI54XcQjte/+ViIPqAk7EAWisaUxvQ89grv+bNX2x8zg==", "license": "MIT", "dependencies": { "core-js-pure": "^3.30.2" diff --git a/package.json b/package.json index 6e23de5446..a752cc67a3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ ], "dependencies": { "@babel/runtime": "7.27.1", - "@babel/runtime-corejs3": "7.27.1", + "@babel/runtime-corejs3": "7.27.3", "bcryptjs": "3.0.2", "body-parser": "2.2.0", "commander": "13.1.0",