Update PHP and npm dependencies

Patch releases of laravel/boost, pestphp/pest, phpunit/phpunit and
filp/whoops, plus refreshed transitive npm packages. Boost's update
refreshed its laravel-best-practices skill.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
surtic86
2026-09-18 22:24:01 +02:00
co-authored by Claude Opus 5
parent 026912f98a
commit a62edbcefb
3 changed files with 43 additions and 43 deletions
@@ -30,8 +30,8 @@ Incorrect:
```bash
# A plaintext .env file committed to the repository
STRIPE_SECRET=sk_live_abc123
AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI
STRIPE_SECRET=<your-stripe-secret>
AWS_SECRET_ACCESS_KEY=<your-aws-secret>
```
Encrypted environment file:
Generated
+29 -29
View File
@@ -9591,16 +9591,16 @@
},
{
"name": "filp/whoops",
"version": "2.18.4",
"version": "2.18.5",
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
"reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d"
"reference": "baec851ad6ae00db8bd0fdd30d208afc1b71c56e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d",
"reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d",
"url": "https://api.github.com/repos/filp/whoops/zipball/baec851ad6ae00db8bd0fdd30d208afc1b71c56e",
"reference": "baec851ad6ae00db8bd0fdd30d208afc1b71c56e",
"shasum": ""
},
"require": {
@@ -9609,8 +9609,8 @@
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
"symfony/var-dumper": "^4.0 || ^5.0"
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3 || ^10.5.58",
"symfony/var-dumper": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
@@ -9650,7 +9650,7 @@
],
"support": {
"issues": "https://github.com/filp/whoops/issues",
"source": "https://github.com/filp/whoops/tree/2.18.4"
"source": "https://github.com/filp/whoops/tree/2.18.5"
},
"funding": [
{
@@ -9658,7 +9658,7 @@
"type": "github"
}
],
"time": "2025-08-08T12:00:00+00:00"
"time": "2026-09-18T12:00:00+00:00"
},
{
"name": "hamcrest/hamcrest-php",
@@ -9835,16 +9835,16 @@
},
{
"name": "laravel/boost",
"version": "v2.9.0",
"version": "v2.9.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/boost.git",
"reference": "ebe59d97cbc66b66f735e6ec7ff859233e7934e0"
"reference": "2da6cbfdc6399d69b49a2dfb1e4f4eaf6bb419f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/boost/zipball/ebe59d97cbc66b66f735e6ec7ff859233e7934e0",
"reference": "ebe59d97cbc66b66f735e6ec7ff859233e7934e0",
"url": "https://api.github.com/repos/laravel/boost/zipball/2da6cbfdc6399d69b49a2dfb1e4f4eaf6bb419f0",
"reference": "2da6cbfdc6399d69b49a2dfb1e4f4eaf6bb419f0",
"shasum": ""
},
"require": {
@@ -9897,7 +9897,7 @@
"issues": "https://github.com/laravel/boost/issues",
"source": "https://github.com/laravel/boost"
},
"time": "2026-09-14T14:40:10+00:00"
"time": "2026-09-17T02:40:42+00:00"
},
{
"name": "laravel/mcp",
@@ -10572,16 +10572,16 @@
},
{
"name": "pestphp/pest",
"version": "v5.2.0",
"version": "v5.2.1",
"source": {
"type": "git",
"url": "https://github.com/pestphp/pest.git",
"reference": "942d6aead1c5ae407998eaf4964667423e77fd43"
"reference": "94f4f1ff4835dae2519f8b13f349d1042318e076"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pestphp/pest/zipball/942d6aead1c5ae407998eaf4964667423e77fd43",
"reference": "942d6aead1c5ae407998eaf4964667423e77fd43",
"url": "https://api.github.com/repos/pestphp/pest/zipball/94f4f1ff4835dae2519f8b13f349d1042318e076",
"reference": "94f4f1ff4835dae2519f8b13f349d1042318e076",
"shasum": ""
},
"require": {
@@ -10593,13 +10593,13 @@
"pestphp/pest-plugin-mutate": "^5.0.2",
"pestphp/pest-plugin-profanity": "^5.0.0",
"php": "^8.4",
"phpunit/phpunit": "^13.3.3",
"symfony/process": "^8.1.6"
"phpunit/phpunit": "^13.3.4",
"symfony/process": "^8.1.7"
},
"conflict": {
"filp/whoops": "<2.18.3",
"laravel/boost": "<2.6.0",
"phpunit/phpunit": ">13.3.3",
"phpunit/phpunit": ">13.3.4",
"sebastian/exporter": "<7.0.0",
"webmozart/assert": "<1.11.0"
},
@@ -10676,7 +10676,7 @@
],
"support": {
"issues": "https://github.com/pestphp/pest/issues",
"source": "https://github.com/pestphp/pest/tree/v5.2.0"
"source": "https://github.com/pestphp/pest/tree/v5.2.1"
},
"funding": [
{
@@ -10688,7 +10688,7 @@
"type": "github"
}
],
"time": "2026-09-14T14:41:18+00:00"
"time": "2026-09-17T11:41:10+00:00"
},
{
"name": "pestphp/pest-plugin",
@@ -11636,16 +11636,16 @@
},
{
"name": "phpunit/phpunit",
"version": "13.3.3",
"version": "13.3.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "0d8711067516c1f6ba1a66f762e16c2fb1a8ccd1"
"reference": "d19d90cf860efb7e4d96cee8243e06a248578085"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0d8711067516c1f6ba1a66f762e16c2fb1a8ccd1",
"reference": "0d8711067516c1f6ba1a66f762e16c2fb1a8ccd1",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d19d90cf860efb7e4d96cee8243e06a248578085",
"reference": "d19d90cf860efb7e4d96cee8243e06a248578085",
"shasum": ""
},
"require": {
@@ -11659,7 +11659,7 @@
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=8.4.1",
"phpunit/php-code-coverage": "^14.3.2",
"phpunit/php-code-coverage": "^14.3.3",
"phpunit/php-file-iterator": "^7.0.2",
"phpunit/php-invoker": "^7.0.0",
"phpunit/php-text-template": "^6.0.0",
@@ -11716,7 +11716,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/13.3.3"
"source": "https://github.com/sebastianbergmann/phpunit/tree/13.3.4"
},
"funding": [
{
@@ -11724,7 +11724,7 @@
"type": "other"
}
],
"time": "2026-09-09T04:50:32+00:00"
"time": "2026-09-15T07:37:05+00:00"
},
{
"name": "revolt/event-loop",
+12 -12
View File
@@ -353,9 +353,9 @@
}
},
"node_modules/baseline-browser-mapping": {
"version": "2.11.24",
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.24.tgz",
"integrity": "sha512-hYrgxie335U08WqICoGqKRzV1HFXv6zdxwJE4ekCb80CM9a0SVVsN4QPwT67RraRo+9h8IATk6uxHJw7QSkdOg==",
"version": "2.11.25",
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.25.tgz",
"integrity": "sha512-gMmEShwwq7FJqMwvfRwvCl00v4kN+KOfJqXn+f4nrufak5gNHJOksd/60Dvjuz7sI8Y5WiSFBa8FEYr+zoyqCw==",
"license": "Apache-2.0",
"bin": {
"baseline-browser-mapping": "dist/cli.cjs"
@@ -493,9 +493,9 @@
}
},
"node_modules/electron-to-chromium": {
"version": "1.5.430",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.430.tgz",
"integrity": "sha512-e1QEj72Y4zd8RlNZVmoTg+iCOSVwpk05IOiiQwdrkwCSVlZfPthevErhE+nckGd2YbsXfp1SkisznhGVIXP2NQ==",
"version": "1.5.432",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.432.tgz",
"integrity": "sha512-4qa5o+sI3qFR+p1C6wZvY99x6q/3tR34n+ezZvWiJ9s0HJaaKwN6h1HTupFfv4fiSdQYMZWtVFBuzHdAXo1BnA==",
"license": "ISC"
},
"node_modules/emoji-regex": {
@@ -567,9 +567,9 @@
}
},
"node_modules/get-east-asian-width": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
"integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.7.0.tgz",
"integrity": "sha512-XjH1AECxf0giL2V1aU8vKyRR2ppRUb5c0EvT7zuJTokQ74bNo52zOtghqdWIqrhUD79fo3x0WfKZdOqxF6LG1Q==",
"license": "MIT",
"engines": {
"node": ">=18"
@@ -884,9 +884,9 @@
}
},
"node_modules/node-releases": {
"version": "2.0.55",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.55.tgz",
"integrity": "sha512-mIrE/Cw9y+9Au6dS5vDKDhQza9YvG6w+ZrS6X+ZzA7yFW/soAeaups4Qzn1bL6g5FVy8WtP79+0j82oPIbqRjQ==",
"version": "2.0.56",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.56.tgz",
"integrity": "sha512-x0InOIyzgdk+eyaWaRJFH5snEtiImgBgblZ2CyPrLmqqcuMQkEvcDPHbzqbD8eDsSeJbVOjn+crzyzHaM4D+/A==",
"license": "MIT",
"engines": {
"node": ">=18"