From 91b6e36e7b2cae92414bc76e7d800285af6cd6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 09:30:18 +0000 Subject: [PATCH] Bump @graphql-mesh/transform-cache from 0.103.21 to 0.105.0 Bumps [@graphql-mesh/transform-cache](https://github.com/ardatan/graphql-mesh/tree/HEAD/packages/legacy/transforms/cache) from 0.103.21 to 0.105.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.105.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..372ddea 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.105.0", "@graphql-mesh/transform-federation": "^0.103.11", "@graphql-mesh/transform-filter-schema": "^0.103.11", "@graphql-mesh/transform-mock": "^0.15.6",