From 0dbb4f7aecdd92757f78bab93cb343249d10265e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 10:53:15 +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 69d22b153..c4067b704 100644 --- a/frontend/dashboard/package.json +++ b/frontend/dashboard/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@types/react-relay": "18.2.1", - "babel-plugin-relay": "20.1.1", + "babel-plugin-relay": "21.0.1", "relay-compiler": "20.1.1", "vite-plugin-relay": "2.1.0" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 6e6ef780c..b9170e4ac 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"