From a7b32436c535da98f749980a30064b9b5d1bb405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:24:42 +0000 Subject: [PATCH] Bump @babel/core from 7.28.5 to 7.29.6 in /examples/oft-alt Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.28.5 to 7.29.6. - [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.29.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/oft-alt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/oft-alt/package.json b/examples/oft-alt/package.json index bb98e55acc..fe21ecc899 100644 --- a/examples/oft-alt/package.json +++ b/examples/oft-alt/package.json @@ -21,7 +21,7 @@ "hardhat-deploy": "^0.12.1" }, "devDependencies": { - "@babel/core": "^7.23.9", + "@babel/core": "^7.29.6", "@layerzerolabs/devtools-evm-hardhat": "^4.0.4", "@layerzerolabs/eslint-config-next": "~2.3.39", "@layerzerolabs/lz-definitions": "^3.0.12",