Skip to content

Commit 15caf36

Browse files
authored
Merge pull request #281 from laminas/renovate/all-minor-patch
Update all non-major dependencies
2 parents 49f1ea5 + a8b9ff4 commit 15caf36

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.2-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.2-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)