Skip to content

Commit 089f3ab

Browse files
authored
Merge pull request #31 from TerrorSquad/update-booster-dependencies
chore(deps): Update Booster Dependencies
2 parents b9ba748 + 410d777 commit 089f3ab

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

booster/.ddev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ database:
1414
use_dns_when_possible: true
1515
composer_version: "2"
1616
web_environment: []
17-
nodejs_version: "24.11.0"
17+
nodejs_version: "24.11.1"
1818
corepack_enable: true
1919
router_http_port: "6666"
2020
timezone: Europe/Berlin

booster/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
}
1010
],
1111
"require-dev": {
12-
"rector/rector": "^2.2.7",
13-
"phpstan/phpstan": "^2.1.31",
12+
"rector/rector": "^2.2.8",
13+
"phpstan/phpstan": "^2.1.32",
1414
"symplify/easy-coding-standard": "^13.0.0",
15-
"zircote/swagger-php": "^5.6.1",
15+
"zircote/swagger-php": "^5.7.0",
1616
"psalm/phar": "^6.13.1"
1717
},
1818
"scripts": {

booster/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"@commitlint/prompt-cli": "^20.1.0",
1717
"@commitlint/types": "^20.0.0",
1818
"@redocly/cli": "^2.11.1",
19-
"@types/node": "^24.10.0",
19+
"@types/node": "^24.10.1",
2020
"dotenv": "^17.2.3",
2121
"husky": "^9.1.7",
2222
"typescript": "^5.9.3",
2323
"validate-branch-name": "^1.3.2",
2424
"zx": "^8.8.5"
2525
},
26-
"packageManager": "pnpm@10.21.0"
26+
"packageManager": "pnpm@10.22.0"
2727
}

0 commit comments

Comments
 (0)