From baa35a055293da3e528de47f4a15a705898e0c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 20:24:37 +0000 Subject: [PATCH] refactor: bump @babel/plugin-proposal-decorators from 7.27.1 to 7.28.0 Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.27.1 to 7.28.0. - [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.0/packages/babel-plugin-proposal-decorators) --- updated-dependencies: - dependency-name: "@babel/plugin-proposal-decorators" dependency-version: 7.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06ce24ce93..85c9072110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@actions/core": "1.11.1", "@babel/core": "7.28.5", "@babel/eslint-parser": "7.28.0", - "@babel/plugin-proposal-decorators": "7.27.1", + "@babel/plugin-proposal-decorators": "7.28.0", "@babel/plugin-transform-runtime": "7.28.0", "@babel/preset-env": "7.28.5", "@babel/preset-react": "7.28.5", @@ -687,9 +687,9 @@ } }, "node_modules/@babel/plugin-proposal-decorators": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.27.1.tgz", - "integrity": "sha512-DTxe4LBPrtFdsWzgpmbBKevg3e9PBy+dXRt19kSbucbZvL2uqtdqwwpluL1jfxYE0wIDTFp1nTy/q6gNLsxXrg==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.28.0.tgz", + "integrity": "sha512-zOiZqvANjWDUaUS9xMxbMcK/Zccztbe/6ikvUXaG9nsPH3w6qh5UaPGAnirI/WhIbZ8m3OHU0ReyPrknG+ZKeg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7d4ae7db9a..38448ec53c 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@actions/core": "1.11.1", "@babel/core": "7.28.5", "@babel/eslint-parser": "7.28.0", - "@babel/plugin-proposal-decorators": "7.27.1", + "@babel/plugin-proposal-decorators": "7.28.0", "@babel/plugin-transform-runtime": "7.28.0", "@babel/preset-env": "7.28.5", "@babel/preset-react": "7.28.5",