diff --git a/Dockerfile b/Dockerfile index 2636b639..eb1a12b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.6.1-alpine as compiler +FROM node:20.12.2-alpine as compiler RUN mkdir -p /usr/local/source WORKDIR /usr/local/source @@ -10,7 +10,7 @@ COPY ./src ./src RUN npm run build -FROM node:20.6.1-alpine +FROM node:20.12.2-alpine LABEL "repository"="http://github.com/laminas/laminas-ci-matrix-action" LABEL "homepage"="http://github.com/laminas/laminas-ci-matrix-action" LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/" diff --git a/package-lock.json b/package-lock.json index 3b2b54bb..1d608698 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "source-map-loader": "^4.0.1", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", - "typescript": "~5.2.0", + "typescript": "~5.4.0", "webpack": "^5.74.0", "webpack-cli": "^5.0.0" }, @@ -7557,9 +7557,9 @@ } }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index c81af115..70a15cd1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "source-map-loader": "^4.0.1", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", - "typescript": "~5.2.0", + "typescript": "~5.4.0", "webpack": "^5.74.0", "webpack-cli": "^5.0.0" }