From 0250697224f265f94ba6442bbb2b1e5420b0555a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 00:00:50 +0000 Subject: [PATCH] chore(deps-dev): bump @graphql-tools/utils from 10.5.2 to 10.5.4 Bumps [@graphql-tools/utils](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils) from 10.5.2 to 10.5.4. - [Release notes](https://github.com/ardatan/graphql-tools/releases) - [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/utils/CHANGELOG.md) - [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/utils@10.5.4/packages/utils) --- updated-dependencies: - dependency-name: "@graphql-tools/utils" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8df53700..a118601a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3461,9 +3461,9 @@ "dev": true }, "node_modules/@graphql-tools/utils": { - "version": "10.5.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.5.2.tgz", - "integrity": "sha512-VZpw7wxwmQGcCGt8epw6fDb8LkoySbTJ/MU565ibKivPqCkH96XK36Et/N0RlRCYGN6QAXn5UIaSbOYYHrnpAA==", + "version": "10.5.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.5.4.tgz", + "integrity": "sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ==", "dev": true, "dependencies": { "@graphql-typed-document-node/core": "^3.1.1",