Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 2ba55b7

Browse files
authored
HERO-12097: resolve @babel/runtime to 7.26.10 (#67)
2 parents 7a28bdb + 3018ecc commit 2ba55b7

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
},
9595
"resolutions": {
9696
"@babel/helpers": "7.26.10",
97+
"@babel/runtime": "7.26.10",
9798
"ansi-html": "0.0.8",
9899
"braces": "3.0.3",
99100
"cross-spawn": "7.0.5",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -983,17 +983,10 @@
983983
"@babel/types" "^7.4.4"
984984
esutils "^2.0.2"
985985

986-
"@babel/runtime@7.12.18":
987-
version "7.12.18"
988-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.18.tgz#af137bd7e7d9705a412b3caaf991fe6aaa97831b"
989-
integrity sha512-BogPQ7ciE6SYAUPtlm9tWbgI9+2AgqSam6QivMgXgAT+fKbgppaj4ZX15MHeLC1PVF5sNk70huBu20XxWOs8Cg==
990-
dependencies:
991-
regenerator-runtime "^0.13.4"
992-
993-
"@babel/runtime@^7.14.0", "@babel/runtime@^7.21.0", "@babel/runtime@^7.8.4":
994-
version "7.25.9"
995-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.9.tgz#65884fd6dc255a775402cc1d9811082918f4bf00"
996-
integrity sha512-4zpTHZ9Cm6L9L+uIqghQX8ZXg8HKFcjYO3qHoO8zTmRm6HQUJ8SSJ+KRvbMBZn0EGVlT4DRYeQ/6hjlyXBh+Kg==
986+
"@babel/runtime@7.12.18", "@babel/runtime@7.26.10", "@babel/runtime@^7.14.0", "@babel/runtime@^7.21.0", "@babel/runtime@^7.8.4":
987+
version "7.26.10"
988+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
989+
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
997990
dependencies:
998991
regenerator-runtime "^0.14.0"
999992

0 commit comments

Comments
 (0)