From daee976dc806bf718caded2af29e0549b15fbda3 Mon Sep 17 00:00:00 2001 From: Dustin Wilson Date: Sun, 13 Feb 2022 17:11:23 -0600 Subject: [PATCH] Updated dependencies --- composer.lock | 12 ++++++------ vendor-bin/robo/composer.lock | 29 +++++++++++++++-------------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/composer.lock b/composer.lock index e2fc5ac..7a7f82b 100644 --- a/composer.lock +++ b/composer.lock @@ -54,16 +54,16 @@ }, { "name": "mensbeam/html-parser", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/mensbeam/HTML-Parser.git", - "reference": "37f0fa8647ead67e5e9f356efe91df8825094ee8" + "reference": "8e087054df98703f6dda21698419508f144e2e6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mensbeam/HTML-Parser/zipball/37f0fa8647ead67e5e9f356efe91df8825094ee8", - "reference": "37f0fa8647ead67e5e9f356efe91df8825094ee8", + "url": "https://api.github.com/repos/mensbeam/HTML-Parser/zipball/8e087054df98703f6dda21698419508f144e2e6e", + "reference": "8e087054df98703f6dda21698419508f144e2e6e", "shasum": "" }, "require": { @@ -119,9 +119,9 @@ ], "support": { "issues": "https://github.com/mensbeam/HTML-Parser/issues", - "source": "https://github.com/mensbeam/HTML-Parser/tree/1.2.1" + "source": "https://github.com/mensbeam/HTML-Parser/tree/1.2.2" }, - "time": "2021-12-16T20:25:19+00:00" + "time": "2022-02-13T23:09:28+00:00" }, { "name": "mensbeam/intl", diff --git a/vendor-bin/robo/composer.lock b/vendor-bin/robo/composer.lock index f826476..5759622 100644 --- a/vendor-bin/robo/composer.lock +++ b/vendor-bin/robo/composer.lock @@ -64,26 +64,27 @@ }, { "name": "consolidation/config", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", - "reference": "ce6a96fe858df4cc4252e2f48503151dc20a1559" + "reference": "955829fde0d101cfdd0d59e19cec5c1080250a3b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/ce6a96fe858df4cc4252e2f48503151dc20a1559", - "reference": "ce6a96fe858df4cc4252e2f48503151dc20a1559", + "url": "https://api.github.com/repos/consolidation/config/zipball/955829fde0d101cfdd0d59e19cec5c1080250a3b", + "reference": "955829fde0d101cfdd0d59e19cec5c1080250a3b", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", + "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3", "grasmash/expander": "^1", "php": ">=7.1.3", "psr/log": "^1.1", "symfony/event-dispatcher": "^4||^5" }, "require-dev": { + "ext-json": "*", "phpunit/phpunit": ">=7.5.20", "squizlabs/php_codesniffer": "^3", "symfony/console": "^4||^5", @@ -118,9 +119,9 @@ "description": "Provide configuration services for a commandline tool.", "support": { "issues": "https://github.com/consolidation/config/issues", - "source": "https://github.com/consolidation/config/tree/2.0.2" + "source": "https://github.com/consolidation/config/tree/2.0.3" }, - "time": "2021-12-30T03:53:15+00:00" + "time": "2022-02-13T15:27:05+00:00" }, { "name": "consolidation/log", @@ -176,20 +177,20 @@ }, { "name": "consolidation/output-formatters", - "version": "4.2.1", + "version": "4.2.2", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "4413d7c732afb5d7bdac565c41aa9c8c49c48888" + "reference": "d57992bf81ead908ee21cd94b46ed65afa2e785b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/4413d7c732afb5d7bdac565c41aa9c8c49c48888", - "reference": "4413d7c732afb5d7bdac565c41aa9c8c49c48888", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/d57992bf81ead908ee21cd94b46ed65afa2e785b", + "reference": "d57992bf81ead908ee21cd94b46ed65afa2e785b", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", + "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3", "php": ">=7.1.3", "symfony/console": "^4|^5|^6", "symfony/finder": "^4|^5|^6" @@ -229,9 +230,9 @@ "description": "Format text by applying transformations provided by plug-in formatters.", "support": { "issues": "https://github.com/consolidation/output-formatters/issues", - "source": "https://github.com/consolidation/output-formatters/tree/4.2.1" + "source": "https://github.com/consolidation/output-formatters/tree/4.2.2" }, - "time": "2021-12-30T03:58:00+00:00" + "time": "2022-02-13T15:28:30+00:00" }, { "name": "consolidation/robo",