Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                    | from    | to      |
| ----------- | -------------------------- | ------- | ------- |
| docker      | docker/dockerfile          | 1.6     | 1.13    |
| npm         | marked                     | 15.0.6  | 15.0.6  |
| docker      | node                       | 23.4.0  | 23.7.0  |
| github-tags | containerbase/php-prebuild | 8.3.3   | 8.4.3   |
| packagist   | phpunit/phpunit            | 10.5.44 | 10.5.44 |
| packagist   | psalm/plugin-phpunit       | 0.18.4  | 0.19.2  |
| packagist   | symfony/yaml               | 7.2.3   | 7.2.3   |
| packagist   | twig/twig                  | 3.19.0  | 3.19.0  |
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent 4dc6347 commit f7cd25d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.6
# syntax=docker/dockerfile:1.13

FROM composer:2.8.5 AS composer-base-image
FROM node:23.4.0 AS npm-base-image
FROM node:23.7.0 AS npm-base-image
FROM ubuntu:22.04 AS ubuntu-base-image

FROM npm-base-image AS npm-dependencies
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "~8.3.3",
"php": "~8.4.3",
"ext-curl": "*",
"ext-gd": "*",
"guzzlehttp/guzzle": "^7.9.2",
Expand All @@ -19,15 +19,15 @@
"michelf/php-markdown": "^2.0",
"monolog/monolog": "^3.8.1",
"psr/log": "^3.0.2",
"symfony/yaml": "^7.2.0",
"symfony/yaml": "^7.2.3",
"thecodingmachine/safe": "^2.5.0",
"twig/twig": "^3.18.0",
"twig/twig": "^3.19.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.5.41",
"psalm/plugin-phpunit": "^0.18.4",
"phpunit/phpunit": "^10.5.44",
"psalm/plugin-phpunit": "^0.19.2",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.26.1"
},
Expand Down
11 changes: 1 addition & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "0.0.1",
"dependencies": {
"redoc-cli": "^0.13.21",
"marked": "^15.0.4"
"marked": "^15.0.6"
}
}

0 comments on commit f7cd25d

Please sign in to comment.