Commit 41c8cf5
committed
Fix CVE-2025-45769 and unblock CI
- Bump firebase/php-jwt from ^6.0 to ^7.0 to address CVE-2025-45769
(GHSA-2x45-7fc3-mxwq, CWE-326 inadequate encryption strength).
v6.x accepts arbitrarily short HMAC keys; v7.0 enforces minimum
key length and rejects weak secrets.
- Bump doctrine/instantiator from 1.4.0 to ^1.5.0 to resolve a
pre-existing dev dependency conflict that caused the prefer-lowest
CI job to fail at dependency resolution before any tests could run.
Closes #48. Co-authored-by: atymic <atymic@users.noreply.github.com>1 parent d7a606c commit 41c8cf5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments