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   | symfony/yaml               | 7.2.3  | 7.2.3  |
| packagist   | twig/twig                  | 3.19.0 | 3.19.0 |
| packagist   | vimeo/psalm                | 6.4.0  | 6.4.0  |
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 9534140 commit 7f4e8ad
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 19 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
8 changes: 4 additions & 4 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": "*",
"azjezz/psl": "^3.2.0",
Expand All @@ -20,15 +20,15 @@
"michelf/php-markdown": "^2.0",
"monolog/monolog": "^3.8.1",
"psr/log": "^3.0.2",
"symfony/yaml": "^7.2.0",
"twig/twig": "^3.18.0"
"symfony/yaml": "^7.2.3",
"twig/twig": "^3.19.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^11.5.6",
"psalm/plugin-phpunit": "^0.19.2",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^6.3.0"
"vimeo/psalm": "^6.4.0"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

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 7f4e8ad

Please sign in to comment.