Skip to content

Commit d8f5410

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ---------- | ------ | ------- | | docker | node | 20.6.1 | 20.12.1 | | npm | typescript | 5.2.2 | 5.4.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35dab19 commit d8f5410

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.6.1-alpine as compiler
1+
FROM node:20.12.1-alpine as compiler
22

33
RUN mkdir -p /usr/local/source
44
WORKDIR /usr/local/source
@@ -10,7 +10,7 @@ COPY ./src ./src
1010
RUN npm run build
1111

1212

13-
FROM node:20.6.1-alpine
13+
FROM node:20.12.1-alpine
1414
LABEL "repository"="http://github.com/laminas/laminas-ci-matrix-action"
1515
LABEL "homepage"="http://github.com/laminas/laminas-ci-matrix-action"
1616
LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/"

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"source-map-loader": "^4.0.1",
3434
"ts-jest": "^29.0.3",
3535
"ts-node": "^10.9.1",
36-
"typescript": "~5.2.0",
36+
"typescript": "~5.4.0",
3737
"webpack": "^5.74.0",
3838
"webpack-cli": "^5.0.0"
3939
}

0 commit comments

Comments
 (0)