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.1   |
| 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.11 | 10.5.12 |
| packagist  | vimeo/psalm       | 5.22.2  | 5.23.1  |
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent 3dd4a6d commit 260c350
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 34 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.1 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
4 changes: 2 additions & 2 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",
"phpunit/phpunit": "^10.5.12",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.22.2"
"vimeo/psalm": "^5.23.1"
},
"autoload": {
"psr-4": {
Expand Down
36 changes: 18 additions & 18 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 260c350

Please sign in to comment.