From b5466a9782038dd69892cf50d74a3ca0252ce78a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 23:47:30 +0000 Subject: [PATCH] chore(deps): update dependency babel-plugin-transform-typescript-metadata to v0.4.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e1bbb2c9..9137026b 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/jest": "29.5.14", "babel-jest": "29.7.0", "babel-plugin-parameter-decorator": "1.0.16", - "babel-plugin-transform-typescript-metadata": "0.3.2", + "babel-plugin-transform-typescript-metadata": "0.4.0", "bob-the-bundler": "7.0.1", "graphql": "16.10.0", "husky": "9.1.7", diff --git a/yarn.lock b/yarn.lock index d5063d5f..617cea70 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3666,10 +3666,10 @@ babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0: resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf" integrity sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ== -babel-plugin-transform-typescript-metadata@0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-typescript-metadata/-/babel-plugin-transform-typescript-metadata-0.3.2.tgz#7a327842d8c36ffe07ee1b5276434e56c297c9b7" - integrity sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg== +babel-plugin-transform-typescript-metadata@0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-typescript-metadata/-/babel-plugin-transform-typescript-metadata-0.4.0.tgz#4021938d187eba4c01b4d98a0ed0670eba98ae0d" + integrity sha512-thy3pV6nMurTsjxONcv14/AyWCLY3RoftFQGJSTrhLOToYSVFCQlm2PD6KHK1UqHPKHwRPXgujfUWhrKuVctcg== dependencies: "@babel/helper-plugin-utils" "^7.0.0"