Skip to content

Commit 56dfa51

Browse files
authored
chore: Upgrade packages to fix security issues (#2284)
* fix composer issues * upgrade js packages * add changeset * increase lint-plugin job php version 8.1 -> 8.4 * update phpstan * update composer * update composer.lock
1 parent 43edc52 commit 56dfa51

10 files changed

Lines changed: 11509 additions & 6831 deletions

File tree

.changeset/silly-owls-clean.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@faustwp/wordpress-plugin': patch
3+
---
4+
5+
- Updated `phpstan/phpstan` from 1.10.55 to 1.12.33
6+
- Updated `psy/psysh` from v0.12.7 to v0.12.19
7+
- Updated `phpunit/phpunit` from 9.6.22 to 9.6.33
8+
- Updated `symfony/process` from v6.4.15 to v6.4.33

.github/workflows/lint-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: '8.1'
23+
php-version: '8.4'
2424
- name: Install Dependencies
2525
working-directory: plugins/faustwp
2626
run: composer install

0 commit comments

Comments
 (0)