From 438df84e774199e0df55a5e38b4cd8e4da355706 Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Wed, 16 Oct 2024 13:25:55 -0500 Subject: [PATCH] Also upgrade @babel/runtime-corejs2 --- package.json | 2 +- yarn.lock | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 644278e6f..c9f1580f1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "dependencies": { "@babel/polyfill": "^7.7.0", - "@babel/runtime-corejs2": "^7.0.0", + "@babel/runtime-corejs2": "^7.25.7", "@cruglobal/cru-payments": "^1.2.4", "@datadog/browser-rum": "^5.16.0", "angular": "^1.8.2", diff --git a/yarn.lock b/yarn.lock index 7bcdb198e..21fb1d7e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1028,13 +1028,13 @@ pirates "^4.0.6" source-map-support "^0.5.16" -"@babel/runtime-corejs2@^7.0.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.6.0.tgz#6fcd37c2580070817d62f219db97f67e26f50f9c" - integrity sha512-zbPQzlbyJab2xCYb6VaESn8Tk/XiVpQJU7WvIKiQCwlFyc2NSCzKjqtBXCvpZBbiTOHCx10s2656REVnySwb+A== +"@babel/runtime-corejs2@^7.25.7": + version "7.25.7" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.25.7.tgz#8c75ac9ff42c8fc0a7a5108a5d16d3539209a787" + integrity sha512-xdsLBlDCJIZzwH1fBJ7GJu+bRFO0Sqv10WotmwMu83Joep1erPcWbTr84rZD42kPzSjtmrFgshdWHKfQTWOsng== dependencies: - core-js "^2.6.5" - regenerator-runtime "^0.13.2" + core-js "^2.6.12" + regenerator-runtime "^0.14.0" "@babel/runtime@^7.12.5", "@babel/runtime@^7.9.2": version "7.22.5" @@ -3294,6 +3294,11 @@ core-js-compat@^3.38.0, core-js-compat@^3.38.1: dependencies: browserslist "^4.23.3" +core-js@^2.6.12: + version "2.6.12" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" + integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== + core-js@^2.6.5: version "2.6.9" resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"