From 2514ec80efb26fcdf31258f536a59a86ae712bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:37:57 +0000 Subject: [PATCH] chore(deps): bump babel-plugin-relay from 20.1.1 to 21.0.1 in /frontend Bumps [babel-plugin-relay](https://github.com/facebook/relay/tree/HEAD/packages/babel-plugin-relay) from 20.1.1 to 21.0.1. - [Release notes](https://github.com/facebook/relay/releases) - [Commits](https://github.com/facebook/relay/commits/v21.0.1/packages/babel-plugin-relay) --- updated-dependencies: - dependency-name: babel-plugin-relay dependency-version: 21.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/dashboard/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/dashboard/package.json b/frontend/dashboard/package.json index d900f8882..9558405f0 100644 --- a/frontend/dashboard/package.json +++ b/frontend/dashboard/package.json @@ -18,7 +18,7 @@ "workflows-lib": "*" }, "devDependencies": { - "babel-plugin-relay": "20.1.1", + "babel-plugin-relay": "21.0.1", "vite-plugin-relay": "2.1.0" }, "peerDependencies": { diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 336a2daf9..81b88355c 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2042,10 +2042,10 @@ babel-plugin-macros@^3.1.0: cosmiconfig "^7.0.0" resolve "^1.19.0" -babel-plugin-relay@20.1.1: - version "20.1.1" - resolved "https://registry.yarnpkg.com/babel-plugin-relay/-/babel-plugin-relay-20.1.1.tgz#9d9d2a66aa85aff2e2a940b0a86460bb235af102" - integrity sha512-BWlqLPiHbxZTxlyng2rVgsZCwztHNje7H8FR4c+UKy3ErQJBG6BKLr9vUdeR7mAZCH2v0sOAxNhG6zR1FrWjAg== +babel-plugin-relay@21.0.1: + version "21.0.1" + resolved "https://registry.yarnpkg.com/babel-plugin-relay/-/babel-plugin-relay-21.0.1.tgz#b8dae12ba83f2321c006991ad52cf4f5f74059cb" + integrity sha512-/eswQ+KRhZApdgCzORcBHQ6xVtiIQvOseAEO7XbvcufQ7r8/IKd5NmuwBIjKH2w3kpLKYjw77o4xOjAAqjdQ7Q== dependencies: babel-plugin-macros "^2.0.0" cosmiconfig "^5.0.5"