ran composer update

This commit is contained in:
Bachir Soussi Chiadmi 2021-03-04 10:44:31 +01:00
parent b6c6851837
commit 284037ad69
1 changed files with 44 additions and 29 deletions

73
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "5c4b18c6ee843ad7a244dc1dd923a07f", "content-hash": "1e49937988bac1ead488e004a9fb2d47",
"packages": [ "packages": [
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
@ -6821,17 +6821,17 @@
}, },
{ {
"name": "drupal/entity_reference_revisions", "name": "drupal/entity_reference_revisions",
"version": "1.8.0", "version": "1.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/entity_reference_revisions.git", "url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
"reference": "8.x-1.8" "reference": "8.x-1.9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.8.zip", "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.9.zip",
"reference": "8.x-1.8", "reference": "8.x-1.9",
"shasum": "c1279e6c683edc2dbccedba8de1505340c8a62b6" "shasum": "e1c51bdea495eb3b458130d6f0a00c347f5637df"
}, },
"require": { "require": {
"drupal/core": "^8.7.7 || ^9" "drupal/core": "^8.7.7 || ^9"
@ -6842,8 +6842,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.8", "version": "8.x-1.9",
"datestamp": "1583961846", "datestamp": "1614805871",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -6852,7 +6852,7 @@
}, },
"notification-url": "https://packages.drupal.org/8/downloads", "notification-url": "https://packages.drupal.org/8/downloads",
"license": [ "license": [
"GPL-2.0" "GPL-2.0-or-later"
], ],
"authors": [ "authors": [
{ {
@ -7639,6 +7639,9 @@
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "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", "notification-url": "https://packages.drupal.org/8/downloads",
@ -16630,35 +16633,34 @@
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v4.2.12", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "ba1da8fb10291714b8db153fcf7ac515e1a217bb" "reference": "21032c566558255e551d23f4a516434c9e3a9a78"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ba1da8fb10291714b8db153fcf7ac515e1a217bb", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/21032c566558255e551d23f4a516434c9e3a9a78",
"reference": "ba1da8fb10291714b8db153fcf7ac515e1a217bb", "reference": "21032c566558255e551d23f4a516434c9e3a9a78",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3", "php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0" "symfony/polyfill-mbstring": "~1.0"
}, },
"conflict": {
"masterminds/html5": "<2.6"
},
"require-dev": { "require-dev": {
"symfony/css-selector": "~3.4|~4.0" "masterminds/html5": "^2.6",
"symfony/css-selector": "^3.4|^4.0|^5.0"
}, },
"suggest": { "suggest": {
"symfony/css-selector": "" "symfony/css-selector": ""
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Symfony\\Component\\DomCrawler\\": "" "Symfony\\Component\\DomCrawler\\": ""
@ -16681,9 +16683,23 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony DomCrawler Component", "description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-06-13T10:57:15+00:00" "funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
@ -18815,25 +18831,24 @@
}, },
{ {
"name": "wa72/htmlpagedom", "name": "wa72/htmlpagedom",
"version": "v1.3.2", "version": "v1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/wasinger/htmlpagedom.git", "url": "https://github.com/wasinger/htmlpagedom.git",
"reference": "4f929791315ee56f7bbe0353c2db67a5235057c1" "reference": "509520415f7f0cb1d3a4a0d3fd1b8eb4bab527a1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/wasinger/htmlpagedom/zipball/4f929791315ee56f7bbe0353c2db67a5235057c1", "url": "https://api.github.com/repos/wasinger/htmlpagedom/zipball/509520415f7f0cb1d3a4a0d3fd1b8eb4bab527a1",
"reference": "4f929791315ee56f7bbe0353c2db67a5235057c1", "reference": "509520415f7f0cb1d3a4a0d3fd1b8eb4bab527a1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"symfony/css-selector": ">=2.3", "symfony/css-selector": ">=2.3",
"symfony/dom-crawler": "^2.3 <2.8 | ^2.8.3 | ^3.0.1 | ^4 <4.3" "symfony/dom-crawler": "^2.3 <2.8 | ^2.8.3 | ^3.0.1 | ^4"
}, },
"require-dev": { "require-dev": {
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^4|^5|^6|^7", "phpunit/phpunit": "^4|^5|^6|^7",
"wa72/html-pretty-min": "~0.1" "wa72/html-pretty-min": "~0.1"
}, },
@ -18864,7 +18879,7 @@
"dom", "dom",
"html" "html"
], ],
"time": "2019-04-18T09:31:08+00:00" "time": "2018-03-08T21:15:06+00:00"
}, },
{ {
"name": "webflo/drupal-finder", "name": "webflo/drupal-finder",