From 887f363d38b61480a9cdb05cf64de82f79e59145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 06:52:00 +0000 Subject: [PATCH] Bump @babel/runtime-corejs2 from 7.24.5 to 7.24.6 Bumps [@babel/runtime-corejs2](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs2) from 7.24.5 to 7.24.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.24.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 3ba3874..db19a2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3366,9 +3366,9 @@ } }, "@babel/runtime-corejs2": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.24.5.tgz", - "integrity": "sha512-cC9jiO6s/IN+xwCHYy1AGrcFJ4bwgIwb8HX1KaoEpRsznLlO4x9eBP6AX7RIeMSWlQqEj2WHox637OS8cDq6Ew==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.24.6.tgz", + "integrity": "sha512-5UK2PnfpmiCftYGBeJ+SpFIMNaoMPU/eQt1P5ISx0TB7nGGzEMLT4/3PapNZEfGZh+nGxGOGj2t59prGFBhunQ==", "dev": true, "requires": { "core-js": "^2.6.12", diff --git a/package.json b/package.json index 39c5bc5..350847b 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@babel/core": "7.24.5", "@babel/plugin-transform-runtime": "^7.24.3", "@babel/preset-env": "^7.24.4", - "@babel/runtime-corejs2": "^7.24.5", + "@babel/runtime-corejs2": "^7.24.6", "@sentry/webpack-plugin": "^1.21.0", "ajv": "^6.12.6", "babel-eslint": "^9.0.0",