Skip to content

Commit 6c03da3

Browse files
Update all non-major dependencies (#297)
| datasource | package | from | to | | ---------- | ----------------- | ------ | ------ | | docker | composer | 2.8.8 | 2.8.9 | | npm | markdownlint-cli2 | 0.18.0 | 0.18.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3817b11 commit 6c03da3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG NODE_MAJOR=20
22

33
# Aliasing base images, so we can change just this, when needing to upgrade or pull base layers
44
FROM ubuntu:22.04 AS base-distro
5-
FROM composer:2.8.8 AS composer
5+
FROM composer:2.8.9 AS composer
66

77
FROM base-distro AS install-markdownlint
88
ARG NODE_MAJOR

setup/markdownlint/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup/markdownlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "laminas-continuous-integration-action-markdownlint",
33
"description": "Frozen dependencies required for installing a stable \\`markdownlint\\` binary",
44
"dependencies": {
5-
"markdownlint-cli2": "0.18.0"
5+
"markdownlint-cli2": "0.18.1"
66
}
77
}

0 commit comments

Comments
 (0)