diff --git a/composer.lock b/composer.lock index cd2af319..d5ca03f4 100644 --- a/composer.lock +++ b/composer.lock @@ -68,12 +68,12 @@ "source": { "type": "git", "url": "https://github.com/bcgov/bcbb.git", - "reference": "8a2150f3f50e81198382f0294694a77335eef34b" + "reference": "a5961de5d0009eb2c65a7977345f2133ab15057b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bcgov/bcbb/zipball/8a2150f3f50e81198382f0294694a77335eef34b", - "reference": "8a2150f3f50e81198382f0294694a77335eef34b", + "url": "https://api.github.com/repos/bcgov/bcbb/zipball/a5961de5d0009eb2c65a7977345f2133ab15057b", + "reference": "a5961de5d0009eb2c65a7977345f2133ab15057b", "shasum": "" }, "require": { @@ -150,7 +150,7 @@ "source": "https://github.com/bcgov/bcbb/tree/1.0.x", "issues": "https://github.com/bcgov/bcbb/issues" }, - "time": "2023-12-05T15:59:27+00:00" + "time": "2023-12-07T21:11:42+00:00" }, { "name": "bcgov/bcbb_theme", @@ -158,12 +158,12 @@ "source": { "type": "git", "url": "https://github.com/bcgov/bcbb-theme.git", - "reference": "1f23782d1d43bf55e9f04ea9fbc5d71aaf967786" + "reference": "472df0ab8974fdca3572060dd3595948aac03ec6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bcgov/bcbb-theme/zipball/1f23782d1d43bf55e9f04ea9fbc5d71aaf967786", - "reference": "1f23782d1d43bf55e9f04ea9fbc5d71aaf967786", + "url": "https://api.github.com/repos/bcgov/bcbb-theme/zipball/472df0ab8974fdca3572060dd3595948aac03ec6", + "reference": "472df0ab8974fdca3572060dd3595948aac03ec6", "shasum": "" }, "require": { @@ -180,7 +180,7 @@ "source": "https://github.com/bcgov/bcbb-theme/tree/1.0.x", "issues": "https://github.com/bcgov/bcbb-theme/issues" }, - "time": "2023-11-22T20:27:38+00:00" + "time": "2023-12-07T16:47:47+00:00" }, { "name": "caxy/php-htmldiff", @@ -14442,16 +14442,16 @@ }, { "name": "instaclick/php-webdriver", - "version": "1.4.16", + "version": "1.4.17", "source": { "type": "git", "url": "https://github.com/instaclick/php-webdriver.git", - "reference": "a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606" + "reference": "6ca447e519517164aa457f6cfa834061ee26a591" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606", - "reference": "a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606", + "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6ca447e519517164aa457f6cfa834061ee26a591", + "reference": "6ca447e519517164aa457f6cfa834061ee26a591", "shasum": "" }, "require": { @@ -14499,9 +14499,9 @@ ], "support": { "issues": "https://github.com/instaclick/php-webdriver/issues", - "source": "https://github.com/instaclick/php-webdriver/tree/1.4.16" + "source": "https://github.com/instaclick/php-webdriver/tree/1.4.17" }, - "time": "2022-10-28T13:30:35+00:00" + "time": "2023-12-07T22:45:53+00:00" }, { "name": "justinrainbow/json-schema", @@ -15029,29 +15029,29 @@ }, { "name": "phpspec/prophecy", - "version": "v1.17.0", + "version": "v1.18.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "15873c65b207b07765dbc3c95d20fdf4a320cbe2" + "reference": "d4f454f7e1193933f04e6500de3e79191648ed0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/15873c65b207b07765dbc3c95d20fdf4a320cbe2", - "reference": "15873c65b207b07765dbc3c95d20fdf4a320cbe2", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d4f454f7e1193933f04e6500de3e79191648ed0c", + "reference": "d4f454f7e1193933f04e6500de3e79191648ed0c", "shasum": "" }, "require": { "doctrine/instantiator": "^1.2 || ^2.0", - "php": "^7.2 || 8.0.* || 8.1.* || 8.2.*", + "php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.*", "phpdocumentor/reflection-docblock": "^5.2", - "sebastian/comparator": "^3.0 || ^4.0", - "sebastian/recursion-context": "^3.0 || ^4.0" + "sebastian/comparator": "^3.0 || ^4.0 || ^5.0", + "sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0" }, "require-dev": { "phpspec/phpspec": "^6.0 || ^7.0", "phpstan/phpstan": "^1.9", - "phpunit/phpunit": "^8.0 || ^9.0" + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" }, "type": "library", "extra": { @@ -15084,6 +15084,7 @@ "keywords": [ "Double", "Dummy", + "dev", "fake", "mock", "spy", @@ -15091,9 +15092,9 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", - "source": "https://github.com/phpspec/prophecy/tree/v1.17.0" + "source": "https://github.com/phpspec/prophecy/tree/v1.18.0" }, - "time": "2023-02-02T15:41:36+00:00" + "time": "2023-12-07T16:22:33+00:00" }, { "name": "phpspec/prophecy-phpunit", @@ -16984,12 +16985,12 @@ "version": "3.7.2", "source": { "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", "shasum": "" }, @@ -17034,6 +17035,20 @@ "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, + "funding": [ + { + "url": "https://github.com/PHPCSStandards", + "type": "github" + }, + { + "url": "https://github.com/jrfnl", + "type": "github" + }, + { + "url": "https://opencollective.com/php_codesniffer", + "type": "open_collective" + } + ], "time": "2023-02-22T23:07:41+00:00" }, {