Skip to content

Commit e6442cd

Browse files
committed
Update firebase/php-jwt to 7.x to fix CVE-2025-45769.
1 parent d970040 commit e6442cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=8.1",
1414
"drupal/key": "^1.19",
15-
"firebase/php-jwt": "^6.10",
15+
"firebase/php-jwt": "^7",
1616
"phpseclib/phpseclib": "^3.0",
1717
"symfony/error-handler": "^6.4 || ^7.1"
1818
},

composer.legacy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=8.1",
1414
"drupal/key": "^1.19",
15-
"firebase/php-jwt": "^6.10",
15+
"firebase/php-jwt": "^7",
1616
"phpseclib/phpseclib": "^3.0",
1717
"symfony/error-handler": "^6.4 || ^7.1"
1818
},

0 commit comments

Comments
 (0)