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