Fix lockfiles

This commit is contained in:
Matteo Gheza 2021-12-29 13:18:14 +01:00
parent 6c49a8e0ed
commit 81e355df91
2 changed files with 890 additions and 865 deletions

33
backend/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": "2d0822fd23843e061a294bd6a26ad94b", "content-hash": "c24f492bcd977f01ae44c4ee0c7ae1e4",
"packages": [ "packages": [
{ {
"name": "azuyalabs/yasumi", "name": "azuyalabs/yasumi",
@ -334,24 +334,21 @@
}, },
{ {
"name": "ezyang/htmlpurifier", "name": "ezyang/htmlpurifier",
"version": "v4.13.0", "version": "v4.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git", "url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
"reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.2" "php": ">=5.2"
}, },
"require-dev": {
"simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-0": { "psr-0": {
@ -382,9 +379,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues", "issues": "https://github.com/ezyang/htmlpurifier/issues",
"source": "https://github.com/ezyang/htmlpurifier/tree/master" "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0"
}, },
"time": "2020-06-29T00:56:53+00:00" "time": "2021-12-25T01:21:49+00:00"
}, },
{ {
"name": "giggsey/libphonenumber-for-php", "name": "giggsey/libphonenumber-for-php",
@ -2217,16 +2214,16 @@
}, },
{ {
"name": "sentry/sentry", "name": "sentry/sentry",
"version": "3.3.4", "version": "3.3.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/getsentry/sentry-php.git", "url": "https://github.com/getsentry/sentry-php.git",
"reference": "ecbd09ea5d053a202cf773cb24ab28af820831bd" "reference": "c186c44c32899ad0cf5b4e942d71035f01b87b64"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/ecbd09ea5d053a202cf773cb24ab28af820831bd", "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/c186c44c32899ad0cf5b4e942d71035f01b87b64",
"reference": "ecbd09ea5d053a202cf773cb24ab28af820831bd", "reference": "c186c44c32899ad0cf5b4e942d71035f01b87b64",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2234,7 +2231,7 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"guzzlehttp/promises": "^1.4", "guzzlehttp/promises": "^1.4",
"guzzlehttp/psr7": "^1.7|^2.0", "guzzlehttp/psr7": "^1.7|^2.0",
"jean85/pretty-package-versions": "^1.5|^2.0.1", "jean85/pretty-package-versions": "^1.5|^2.0.4",
"php": "^7.2|^8.0", "php": "^7.2|^8.0",
"php-http/async-client-implementation": "^1.0", "php-http/async-client-implementation": "^1.0",
"php-http/client-common": "^1.5|^2.0", "php-http/client-common": "^1.5|^2.0",
@ -2305,7 +2302,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/getsentry/sentry-php/issues", "issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/3.3.4" "source": "https://github.com/getsentry/sentry-php/tree/3.3.5"
}, },
"funding": [ "funding": [
{ {
@ -2317,7 +2314,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2021-11-08T08:44:00+00:00" "time": "2021-12-27T12:31:24+00:00"
}, },
{ {
"name": "skrtdev/async", "name": "skrtdev/async",
@ -3268,5 +3265,5 @@
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.2.0" "plugin-api-version": "2.1.0"
} }

File diff suppressed because it is too large Load Diff