From 5c97033809193bd70795abed15bccfddcc910f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:32:30 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/core in /examples/normalizr-github Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.29.0 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/normalizr-github/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/normalizr-github/package.json b/examples/normalizr-github/package.json index 07134839707f..d2f765d58c65 100644 --- a/examples/normalizr-github/package.json +++ b/examples/normalizr-github/package.json @@ -14,7 +14,7 @@ "@data-client/normalizr": "workspace:*" }, "devDependencies": { - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@babel/node": "7.29.0", "@types/babel__core": "^7" }