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     | composer             | 2.6.6   | 2.7.2   |
| docker     | docker/dockerfile    | 1.6     | 1.7     |
| npm        | marked               | 12.0.1  | 12.0.1  |
| docker     | node                 | 21.6.2  | 21.7.1  |
| packagist  | phpunit/phpunit      | 10.5.13 | 10.5.13 |
| packagist  | psalm/plugin-phpunit | 0.18.4  | 0.19.0  |
| packagist  | vimeo/psalm          | 5.23.1  | 5.23.1  |
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent 4f17969 commit ca6ee3a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 26 deletions.
6 changes: 3 additions & 3 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.7

FROM composer:2.6.6 AS composer-base-image
FROM node:21.6.2 AS npm-base-image
FROM composer:2.7.2 AS composer-base-image
FROM node:21.7.1 AS npm-base-image
FROM ubuntu:22.04 AS ubuntu-base-image

FROM npm-base-image AS npm-dependencies
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.5.11",
"psalm/plugin-phpunit": "^0.18.4",
"phpunit/phpunit": "^10.5.13",
"psalm/plugin-phpunit": "^0.19.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.22.2"
"vimeo/psalm": "^5.23.1"
},
"autoload": {
"psr-4": {
Expand Down
18 changes: 9 additions & 9 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": "^12.0.0"
"marked": "^12.0.1"
}
}

0 comments on commit ca6ee3a

Please sign in to comment.