From 2e634f062af7b2384e9d070a5a851455a3d59e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:01:30 +0000 Subject: [PATCH] chore(deps-dev): bump phpcsstandards/phpcsutils Bumps [phpcsstandards/phpcsutils](https://github.com/PHPCSStandards/PHPCSUtils) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/PHPCSStandards/PHPCSUtils/releases) - [Changelog](https://github.com/PHPCSStandards/PHPCSUtils/blob/develop/CHANGELOG.md) - [Commits](https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.9...1.0.10) --- updated-dependencies: - dependency-name: phpcsstandards/phpcsutils dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- wp-content/themes/landpks/composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-content/themes/landpks/composer.lock b/wp-content/themes/landpks/composer.lock index 75fa74d..0ae858b 100644 --- a/wp-content/themes/landpks/composer.lock +++ b/wp-content/themes/landpks/composer.lock @@ -456,22 +456,22 @@ }, { "name": "phpcsstandards/phpcsutils", - "version": "1.0.9", + "version": "1.0.10", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHPCSUtils.git", - "reference": "908247bc65010c7b7541a9551e002db12e9dae70" + "reference": "51609a5b89f928e0c463d6df80eb38eff1eaf544" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/908247bc65010c7b7541a9551e002db12e9dae70", - "reference": "908247bc65010c7b7541a9551e002db12e9dae70", + "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/51609a5b89f928e0c463d6df80eb38eff1eaf544", + "reference": "51609a5b89f928e0c463d6df80eb38eff1eaf544", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0", "php": ">=5.4", - "squizlabs/php_codesniffer": "^3.8.0 || 4.0.x-dev@dev" + "squizlabs/php_codesniffer": "^3.9.0 || 4.0.x-dev@dev" }, "require-dev": { "ext-filter": "*", @@ -540,7 +540,7 @@ "type": "open_collective" } ], - "time": "2023-12-08T14:50:00+00:00" + "time": "2024-03-17T23:44:50+00:00" }, { "name": "sirbrillig/phpcs-variable-analysis",