Skip to content

Commit

Permalink
Also upgrade @babel/runtime-corejs2
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Oct 16, 2024
1 parent cf88a93 commit 438df84
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 438df84

Please sign in to comment.