From fc1124d1e3c855375d0c90e9da8d10f8c8f7ff91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:02:58 +0000 Subject: [PATCH] build(deps-dev): bump @babel/core from 7.28.4 to 7.28.5 Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.28.4 to 7.28.5. - [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.28.5/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++------ package.json | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f7e64cac..93418c8f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "lit": "^2.8.0" }, "devDependencies": { - "@babel/core": "7.28.4", + "@babel/core": "7.28.5", "@chromatic-com/storybook": "^4.1.3", "@eslint/compat": "1.4.0", "@eslint/js": "9.37.0", @@ -120,19 +120,21 @@ } }, "node_modules/@babel/core": { - "version": "7.28.4", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", + "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.28.3", + "@babel/generator": "^7.28.5", "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-module-transforms": "^7.28.3", "@babel/helpers": "^7.28.4", - "@babel/parser": "^7.28.4", + "@babel/parser": "^7.28.5", "@babel/template": "^7.27.2", - "@babel/traverse": "^7.28.4", - "@babel/types": "^7.28.4", + "@babel/traverse": "^7.28.5", + "@babel/types": "^7.28.5", "@jridgewell/remapping": "^2.3.5", "convert-source-map": "^2.0.0", "debug": "^4.1.0", diff --git a/package.json b/package.json index f62491b2e..b81dd228a 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lit": "^2.8.0" }, "devDependencies": { - "@babel/core": "7.28.4", + "@babel/core": "7.28.5", "@chromatic-com/storybook": "^4.1.3", "@eslint/compat": "1.4.0", "@eslint/js": "9.37.0",