From 9e830c06118f016fd2bc2b38f91684ca5c09ae06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 06:50:08 +0000 Subject: [PATCH] Bump @babel/runtime-corejs2 from 7.23.2 to 7.23.4 Bumps [@babel/runtime-corejs2](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs2) from 7.23.2 to 7.23.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.23.4/packages/babel-runtime-corejs2) --- updated-dependencies: - dependency-name: "@babel/runtime-corejs2" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41a1d92..541d8c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2856,9 +2856,9 @@ } }, "@babel/runtime-corejs2": { - "version": "7.23.2", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.23.2.tgz", - "integrity": "sha512-lTwRWGcAUBANnxD0A4c5/wKQ0eLhgdAy9kdY2rzTmmliumBQ8u8awykMnaQAnZR3PC47jLRjGoj+hozZqy9Bww==", + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.23.4.tgz", + "integrity": "sha512-w10wlnER4ZJ60UlxQWiDhaD1nxHrJ3YgGK2V5iws7a07Q1+vQw4eL54kdtuPIadE3LkeG/Xtg+TEI5zWgjYEjw==", "dev": true, "requires": { "core-js": "^2.6.12", diff --git a/package.json b/package.json index e248b6d..cfcd54d 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@babel/core": "7.23.3", "@babel/plugin-transform-runtime": "^7.23.3", "@babel/preset-env": "^7.23.3", - "@babel/runtime-corejs2": "^7.23.2", + "@babel/runtime-corejs2": "^7.23.4", "@sentry/webpack-plugin": "^1.21.0", "ajv": "^6.12.6", "babel-eslint": "^9.0.0",