diff --git a/composer.lock b/composer.lock index dcd9d0c93619..62b878abfe9b 100644 --- a/composer.lock +++ b/composer.lock @@ -207,16 +207,16 @@ }, { "name": "glpi-project/inventory_format", - "version": "1.1.5", + "version": "1.1.10", "source": { "type": "git", "url": "https://github.com/glpi-project/inventory_format.git", - "reference": "e7381708033bfc287d9fdadc0c74df63642dca2d" + "reference": "90cde3be25290631f941282f4072d64aa5e2f79b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/glpi-project/inventory_format/zipball/e7381708033bfc287d9fdadc0c74df63642dca2d", - "reference": "e7381708033bfc287d9fdadc0c74df63642dca2d", + "url": "https://api.github.com/repos/glpi-project/inventory_format/zipball/90cde3be25290631f941282f4072d64aa5e2f79b", + "reference": "90cde3be25290631f941282f4072d64aa5e2f79b", "shasum": "" }, "require": { @@ -265,7 +265,7 @@ "issues": "https://github.com/glpi-project/inventory_format/issues", "source": "https://github.com/glpi-project/inventory_format" }, - "time": "2021-07-29T06:40:15+00:00" + "time": "2021-11-16T08:40:05+00:00" }, { "name": "guzzlehttp/guzzle", @@ -3590,16 +3590,16 @@ }, { "name": "swaggest/json-diff", - "version": "v3.8.1", + "version": "v3.8.3", "source": { "type": "git", "url": "https://github.com/swaggest/json-diff.git", - "reference": "d2184358c5ef5ecaa1f6b4c2bce175fac2d25670" + "reference": "bb3e3b4e9d842bb2e48f31ea568d0459968d1d42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swaggest/json-diff/zipball/d2184358c5ef5ecaa1f6b4c2bce175fac2d25670", - "reference": "d2184358c5ef5ecaa1f6b4c2bce175fac2d25670", + "url": "https://api.github.com/repos/swaggest/json-diff/zipball/bb3e3b4e9d842bb2e48f31ea568d0459968d1d42", + "reference": "bb3e3b4e9d842bb2e48f31ea568d0459968d1d42", "shasum": "" }, "require": { @@ -3627,34 +3627,36 @@ "description": "JSON diff/rearrange/patch/pointer library for PHP", "support": { "issues": "https://github.com/swaggest/json-diff/issues", - "source": "https://github.com/swaggest/json-diff/tree/v3.8.1" + "source": "https://github.com/swaggest/json-diff/tree/v3.8.3" }, - "time": "2020-09-25T17:47:07+00:00" + "time": "2021-09-25T22:09:03+00:00" }, { "name": "swaggest/json-schema", - "version": "v0.12.32", + "version": "v0.12.39", "source": { "type": "git", "url": "https://github.com/swaggest/php-json-schema.git", - "reference": "f92567a1f4fcb0296758b471654171acfdb6031b" + "reference": "193ba39cce1ffa2d55ddd5445315e945a63298a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swaggest/php-json-schema/zipball/f92567a1f4fcb0296758b471654171acfdb6031b", - "reference": "f92567a1f4fcb0296758b471654171acfdb6031b", + "url": "https://api.github.com/repos/swaggest/php-json-schema/zipball/193ba39cce1ffa2d55ddd5445315e945a63298a2", + "reference": "193ba39cce1ffa2d55ddd5445315e945a63298a2", "shasum": "" }, "require": { "ext-json": "*", - "ext-mbstring": "*", "php": ">=5.4", "phplang/scope-exit": "^1.0", - "swaggest/json-diff": "^3.5.1" + "swaggest/json-diff": "^3.8.2", + "symfony/polyfill-mbstring": "^1.19" }, "require-dev": { - "phpunit/php-code-coverage": "^4", - "phpunit/phpunit": "^5" + "phpunit/phpunit": "^4.8.23" + }, + "suggest": { + "ext-mbstring": "For better performance" }, "type": "library", "autoload": { @@ -3676,9 +3678,9 @@ "support": { "email": "vearutop@gmail.com", "issues": "https://github.com/swaggest/php-json-schema/issues", - "source": "https://github.com/swaggest/php-json-schema/tree/v0.12.32" + "source": "https://github.com/swaggest/php-json-schema/tree/v0.12.39" }, - "time": "2021-05-12T14:36:39+00:00" + "time": "2021-10-15T18:12:27+00:00" }, { "name": "symfony/cache",