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.6.1 |
| github-tags | containerbase/php-prebuild | 8.3.3  | 8.4.3  |
| packagist   | psalm/plugin-phpunit       | 0.18.4 | 0.19.0 |
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent dac0612 commit d2ae6b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 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.6.1 AS npm-base-image
FROM ubuntu:24.04 AS ubuntu-base-image

FROM npm-base-image AS npm-dependencies
Expand Down
4 changes: 2 additions & 2 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 @@ -27,7 +27,7 @@
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.5.41",
"psalm/plugin-phpunit": "^0.18.4",
"psalm/plugin-phpunit": "^0.19.0",
"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 d2ae6b3

Please sign in to comment.