From 5b93e990872cc74ad7e9ed8b2ca626da9fdff92b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:15:21 +0000 Subject: [PATCH] Bump @babel/core from 7.29.7 to 8.0.1 in /application-infrastructure/src Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.29.7 to 8.0.1. - [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/v8.0.1/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- application-infrastructure/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application-infrastructure/src/package.json b/application-infrastructure/src/package.json index f2e93b8..062f80b 100644 --- a/application-infrastructure/src/package.json +++ b/application-infrastructure/src/package.json @@ -45,7 +45,7 @@ "@aws-sdk/client-s3": "^3.1000.0", "@aws-sdk/client-ssm": "^3.1000.0", "@aws-sdk/lib-dynamodb": "^3.1000.0", - "@babel/core": "^7.29.0", + "@babel/core": "^8.0.1", "@babel/plugin-transform-modules-commonjs": "^7.28.6", "aws-sdk-client-mock": "^4.1.0", "babel-jest": "^30.3.0",