From 39d6f17addfe0e8fe0057abfdf763d7ba75a375d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:15:30 +0000 Subject: [PATCH] Bump @graphql-mesh/transform-cache from 0.103.21 to 0.104.0 Bumps [@graphql-mesh/transform-cache](https://github.com/ardatan/graphql-mesh/tree/HEAD/packages/legacy/transforms/cache) from 0.103.21 to 0.104.0. - [Release notes](https://github.com/ardatan/graphql-mesh/releases) - [Changelog](https://github.com/ardatan/graphql-mesh/blob/master/packages/legacy/transforms/cache/CHANGELOG.md) - [Commits](https://github.com/ardatan/graphql-mesh/commits/@graphql-mesh/transform-cache@0.104.0/packages/legacy/transforms/cache) --- updated-dependencies: - dependency-name: "@graphql-mesh/transform-cache" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83872a9..8cd8b01 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@graphql-mesh/openapi": "^0.108.13", "@graphql-mesh/postgraphile": "^0.103.11", "@graphql-mesh/runtime": "^0.105.12", - "@graphql-mesh/transform-cache": "^0.103.12", + "@graphql-mesh/transform-cache": "^0.104.0", "@graphql-mesh/transform-federation": "^0.103.11", "@graphql-mesh/transform-filter-schema": "^0.103.11", "@graphql-mesh/transform-mock": "^0.15.6",