From 50cb545c9304b33599095e0487a97d207df7f08f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 06:31:32 +0000 Subject: [PATCH] Bump @babel/runtime-corejs2 from 7.23.4 to 7.23.5 Bumps [@babel/runtime-corejs2](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs2) from 7.23.4 to 7.23.5. - [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.5/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 4c1734a..04b6385 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2921,9 +2921,9 @@ } }, "@babel/runtime-corejs2": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.23.4.tgz", - "integrity": "sha512-w10wlnER4ZJ60UlxQWiDhaD1nxHrJ3YgGK2V5iws7a07Q1+vQw4eL54kdtuPIadE3LkeG/Xtg+TEI5zWgjYEjw==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.23.5.tgz", + "integrity": "sha512-htng2Ks50HN2/hvRU2P6cIzPods3CXaDt0Rf0bhsJc+hD3gaVPreL/UA24jcjqrVRUgu14KucMiCLu6hMjjryQ==", "dev": true, "requires": { "core-js": "^2.6.12", diff --git a/package.json b/package.json index 4ca039f..b733a64 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@babel/core": "7.23.5", "@babel/plugin-transform-runtime": "^7.23.4", "@babel/preset-env": "^7.23.5", - "@babel/runtime-corejs2": "^7.23.4", + "@babel/runtime-corejs2": "^7.23.5", "@sentry/webpack-plugin": "^1.21.0", "ajv": "^6.12.6", "babel-eslint": "^9.0.0",