From a51e60abe7d09984a97951e922bdb85d25f0cc67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 06:47:35 +0000 Subject: [PATCH] Bump @babel/runtime-corejs2 from 7.24.7 to 7.24.8 Bumps [@babel/runtime-corejs2](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs2) from 7.24.7 to 7.24.8. - [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.8/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 befad36..880d9fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3865,9 +3865,9 @@ } }, "@babel/runtime-corejs2": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.24.7.tgz", - "integrity": "sha512-+Lf6xofiPZLtFwNkpjGHPgJck4b22Yo8h9+WHf3bEbS4ikOyOMNtJk6HSTolEQ2irH1XSoeguaCkrkcgyThrMA==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.24.8.tgz", + "integrity": "sha512-vGYjT6h/MNSJ74UXgcgmoRNrMiSwMCgSy/HXMM0jTQJ811YfpBxvxidMPRdJnTaUjDpqwWI2XC6bkz0vnWpjfQ==", "dev": true, "requires": { "core-js": "^2.6.12", diff --git a/package.json b/package.json index 7d25db3..4bfe550 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@babel/core": "7.24.8", "@babel/plugin-transform-runtime": "^7.24.7", "@babel/preset-env": "^7.24.8", - "@babel/runtime-corejs2": "^7.24.7", + "@babel/runtime-corejs2": "^7.24.8", "@sentry/webpack-plugin": "^1.21.0", "ajv": "^6.12.6", "babel-eslint": "^9.0.0",