From f353ee36a083ea7b9c313f440b1b4b03834f0414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 06:37:48 +0000 Subject: [PATCH] Bump @babel/runtime-corejs2 from 7.25.4 to 7.25.6 Bumps [@babel/runtime-corejs2](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs2) from 7.25.4 to 7.25.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.25.6/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 7a99cde..3b2ec6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4615,9 +4615,9 @@ } }, "@babel/runtime-corejs2": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.25.4.tgz", - "integrity": "sha512-6IxkDkxN13FQAB8FGF+vrvZVA77EqG4UzCwVGc9x9Ylerj70W3nMUwoXDbj2LtJxXlFKM256APcDQIItT2OFYA==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.25.6.tgz", + "integrity": "sha512-24uCmOJPrsnS7HtRamCibYabHRV0bscPJNFFcyKgj7FqUA0V5XcbZUmz9PVNDW4L+euMsZtCIetU1LxTmUaIlA==", "dev": true, "requires": { "core-js": "^2.6.12", diff --git a/package.json b/package.json index bcee201..4546d73 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@babel/core": "7.25.2", "@babel/plugin-transform-runtime": "^7.25.4", "@babel/preset-env": "^7.25.4", - "@babel/runtime-corejs2": "^7.25.4", + "@babel/runtime-corejs2": "^7.25.6", "@sentry/webpack-plugin": "^1.21.0", "ajv": "^6.12.6", "babel-eslint": "^9.0.0",