Skip to content

Commit 1a5990b

Browse files
committed
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ----------------- | ------ | ------ | | docker | composer | 2.7.8 | 2.7.9 | | npm | markdownlint-cli2 | 0.13.0 | 0.14.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2364e17 commit 1a5990b

File tree

3 files changed

+34
-31
lines changed

3 files changed

+34
-31
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.7.8 AS composer
5+
FROM composer:2.7.9 AS composer
66

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

setup/markdownlint/package-lock.json

Lines changed: 32 additions & 29 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.13.0"
5+
"markdownlint-cli2": "0.14.0"
66
}
77
}

0 commit comments

Comments
 (0)