From de7a6081414acd0c09b1633fc4712ca5e9d2a6cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 23:58:34 +0000 Subject: [PATCH] Bump @babel/core from 7.22.5 to 7.29.6 in /examples/with-kea Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.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/with-kea/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-kea/package.json b/examples/with-kea/package.json index 76270aa5f937..d84451261cc3 100644 --- a/examples/with-kea/package.json +++ b/examples/with-kea/package.json @@ -17,7 +17,7 @@ "reselect": "^3.0.1" }, "devDependencies": { - "@babel/core": "7.22.5", + "@babel/core": "7.29.6", "@babel/plugin-proposal-decorators": "7.22.5" }, "babel": {