Skip to content

Commit 0ab7c53

Browse files
Bump @babel/runtime from 7.14.6 to 7.26.10
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.14.6 to 7.26.10. - [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.26.10/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.26.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3532e09 commit 0ab7c53

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint:fix": "eslint --ext .tsx src/ --fix"
1515
},
1616
"dependencies": {
17-
"@babel/runtime": "^7.14.6",
17+
"@babel/runtime": "^7.26.10",
1818
"@babel/types": "^7.14.5",
1919
"@chainsafe/lodestar-types": "^0.26.0",
2020
"@chainsafe/ssz": "^0.8.11",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -918,12 +918,12 @@
918918
"@babel/helper-validator-option" "^7.14.5"
919919
"@babel/plugin-transform-typescript" "^7.14.5"
920920

921-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.14.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
922-
version "7.14.6"
923-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
924-
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
921+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.26.10", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
922+
version "7.26.10"
923+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
924+
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
925925
dependencies:
926-
regenerator-runtime "^0.13.4"
926+
regenerator-runtime "^0.14.0"
927927

928928
"@babel/template@^7.14.5":
929929
version "7.14.5"
@@ -7064,10 +7064,10 @@ regenerator-runtime@^0.11.0:
70647064
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
70657065
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
70667066

7067-
regenerator-runtime@^0.13.4:
7068-
version "0.13.7"
7069-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
7070-
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
7067+
regenerator-runtime@^0.14.0:
7068+
version "0.14.1"
7069+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
7070+
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
70717071

70727072
regenerator-transform@^0.10.0:
70737073
version "0.10.1"

0 commit comments

Comments
 (0)