Skip to content

Commit

Permalink
Security update to update a package
Browse files Browse the repository at this point in the history
Updated packages so we could fix the  security vulnurability for nesbot/carbon

We needed to updated the dev dependency for lucatume/wp-browser to version 4 and we also had to update the codeception packages too.
  • Loading branch information
colinmurphy committed Jan 10, 2025
1 parent bdb7d7f commit d1ba8e6
Show file tree
Hide file tree
Showing 2 changed files with 1,137 additions and 1,988 deletions.
28 changes: 14 additions & 14 deletions plugins/faustwp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
"minimum-stability": "stable",
"require-dev": {
"antecedent/patchwork": "^2.1",
"axepress/wp-graphql-stubs": "^1.16",
"brain/monkey": "^2.6",
"codeception/codeception": "^4.1",
"codeception/module-asserts": "^1.0",
"codeception/module-cli": "^1.0",
"codeception/module-db": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-phpbrowser": "^2.0",
"codeception/module-rest": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/util-universalframework": "^1.0",
"codeception/codeception": "^5",
"codeception/module-asserts": "^3",
"codeception/module-cli": "^2",
"codeception/module-db": "^3",
"codeception/module-filesystem": "^3",
"codeception/module-phpbrowser": "^3",
"codeception/module-rest": "^3",
"codeception/module-webdriver": "^3",
"codeception/util-universalframework": "^1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"lucatume/wp-browser": "3.0.11",
"lucatume/wp-browser": "^4",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.10",
"phpstan/extension-installer": "^1.3",
"axepress/wp-graphql-stubs": "^1.16",
"szepeviktor/phpstan-wordpress": "^1.3",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.10.1",
"szepeviktor/phpstan-wordpress": "^1.3",
"wp-coding-standards/wpcs": "^3.1.0",
"yoast/phpunit-polyfills": "^1.0"
},
Expand Down
Loading

0 comments on commit d1ba8e6

Please sign in to comment.