From cee7c5f78ee07b4637540309ccb382b77b3c8662 Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 24 Jun 2021 22:31:16 +0200 Subject: [PATCH] updated drupal/graphql --- composer.lock | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/composer.lock b/composer.lock index c7b44be..bf67e48 100644 --- a/composer.lock +++ b/composer.lock @@ -7753,23 +7753,23 @@ }, { "name": "drupal/graphql", - "version": "4.0.0", + "version": "4.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/graphql.git", - "reference": "8.x-4.0" + "reference": "8.x-4.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/graphql-8.x-4.0.zip", - "reference": "8.x-4.0", - "shasum": "639dd29fb6005ba2b15a389f03a6596308c9f14e" + "url": "https://ftp.drupal.org/files/projects/graphql-8.x-4.1.zip", + "reference": "8.x-4.1", + "shasum": "c37587b95e78b62b099bfee128e0a5d634696335" }, "require": { "drupal/core": "^8 || ^9", "drupal/typed_data": "*", "php": ">=7.2", - "webonyx/graphql-php": "^14.3.0" + "webonyx/graphql-php": "^14.5.0" }, "require-dev": { "drupal/node-node": "*" @@ -7777,15 +7777,12 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.0", - "datestamp": "1607692423", + "version": "8.x-4.1", + "datestamp": "1622655866", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "patches_applied": { - "Invalid translation language https://github.com/drupal-graphql/graphql/issues/1175": "./patches/graphql-fix-invalid-translation-language.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -19824,16 +19821,16 @@ }, { "name": "webonyx/graphql-php", - "version": "v14.5.1", + "version": "v14.9.0", "source": { "type": "git", "url": "https://github.com/webonyx/graphql-php.git", - "reference": "3af8b92d07e0d7a9085c0b83daf86beaeb76f092" + "reference": "36b83621deb5eae354347a2e86dc7aec81b32a82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/3af8b92d07e0d7a9085c0b83daf86beaeb76f092", - "reference": "3af8b92d07e0d7a9085c0b83daf86beaeb76f092", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/36b83621deb5eae354347a2e86dc7aec81b32a82", + "reference": "36b83621deb5eae354347a2e86dc7aec81b32a82", "shasum": "" }, "require": { @@ -19847,9 +19844,9 @@ "nyholm/psr7": "^1.2", "phpbench/phpbench": "^0.16.10", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "0.12.32", - "phpstan/phpstan-phpunit": "0.12.11", - "phpstan/phpstan-strict-rules": "0.12.2", + "phpstan/phpstan": "0.12.82", + "phpstan/phpstan-phpunit": "0.12.18", + "phpstan/phpstan-strict-rules": "0.12.9", "phpunit/phpunit": "^7.2|^8.5", "psr/http-message": "^1.0", "react/promise": "2.*", @@ -19876,13 +19873,17 @@ "api", "graphql" ], + "support": { + "issues": "https://github.com/webonyx/graphql-php/issues", + "source": "https://github.com/webonyx/graphql-php/tree/v14.9.0" + }, "funding": [ { "url": "https://opencollective.com/webonyx-graphql-php", "type": "open_collective" } ], - "time": "2021-02-05T10:51:56+00:00" + "time": "2021-06-15T16:14:17+00:00" }, { "name": "wikimedia/composer-merge-plugin",