From 183e9752a1a0fdf85e9dd9ba1c960f4bcf7b75ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:47:49 +0000 Subject: [PATCH] build(deps): bump @babel/plugin-proposal-decorators Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.17.12 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-app/build-tools/jsparser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-app/build-tools/jsparser/package.json b/test-app/build-tools/jsparser/package.json index 25b49dbf4..39c1ed0ea 100644 --- a/test-app/build-tools/jsparser/package.json +++ b/test-app/build-tools/jsparser/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@babel/parser": "~7.17.3", - "@babel/plugin-proposal-decorators": "~7.17.2", + "@babel/plugin-proposal-decorators": "~7.28.0", "@babel/traverse": "~7.17.3", "@babel/types": "~7.17.0", "split": "1.0.1"