From 3a30abbe5c9b0dfe0b259094bcf33b2059b84d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 09:45:28 +0000 Subject: [PATCH] Bump @graphql-mesh/transform-cache from 0.103.21 to 0.105.4 Bumps [@graphql-mesh/transform-cache](https://github.com/ardatan/graphql-mesh/tree/HEAD/packages/legacy/transforms/cache) from 0.103.21 to 0.105.4. - [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.4/packages/legacy/transforms/cache) --- updated-dependencies: - dependency-name: "@graphql-mesh/transform-cache" dependency-version: 0.105.4 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..a3eabc7 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.4", "@graphql-mesh/transform-federation": "^0.103.11", "@graphql-mesh/transform-filter-schema": "^0.103.11", "@graphql-mesh/transform-mock": "^0.15.6",