From 13afa00c020b76add69b2004549c235d1c614d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:37:00 +0000 Subject: [PATCH] build: bump @graphql-tools/batch-execute from 9.0.6 to 9.0.8 Bumps [@graphql-tools/batch-execute](https://github.com/graphql-hive/gateway/tree/HEAD/packages/batch-execute) from 9.0.6 to 9.0.8. - [Release notes](https://github.com/graphql-hive/gateway/releases) - [Changelog](https://github.com/graphql-hive/gateway/blob/main/packages/batch-execute/CHANGELOG.md) - [Commits](https://github.com/graphql-hive/gateway/commits/@graphql-tools/batch-execute@9.0.8/packages/batch-execute) --- updated-dependencies: - dependency-name: "@graphql-tools/batch-execute" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 214400e1..30b01dd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2730,18 +2730,18 @@ "license": "0BSD" }, "node_modules/@graphql-tools/batch-execute": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-9.0.6.tgz", - "integrity": "sha512-S0mLTUJQJuItGmwouYZyXeFaRWOVmVCAMLi33M5PuZbnsoTwKMB/YPPkAQ72ay3GfclnW66XcO4EClbVynw7eQ==", + "version": "9.0.8", + "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-9.0.8.tgz", + "integrity": "sha512-VEwpywG79ZJSwgQGjyIs6t4KzcUet7+O7kNPwimJrnnMm5uS1eIhOQX5C0k/KV6Tkmy2dhRUtAfhRNOzmw5sZw==", "dev": true, + "license": "MIT", "dependencies": { - "@graphql-tools/utils": "^10.5.6", + "@graphql-tools/utils": "^10.6.0", "dataloader": "^2.2.2", - "tslib": "^2.4.0", - "value-or-promise": "^1.0.12" + "tslib": "^2.4.0" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"