diff --git a/Dockerfile b/Dockerfile index 5d5609a..fc2e495 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM node:19.7.0 +FROM node:20.16.0 WORKDIR /usr/src/voraphiliac COPY package*.json ./ COPY tsconfig.json ./ COPY src ./src RUN npm install RUN npm run build -FROM node:19.7.0 +FROM node:20.16.0 WORKDIR /usr/src/voraphiliac COPY package*.json ./ RUN npm install --only=production diff --git a/package-lock.json b/package-lock.json index f15e312..3d85203 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "typescript": "5.4.5" }, "devDependencies": { - "@types/node": "20.12.12", + "@types/node": "20.16.1", "@types/node-fetch": "2.6.11", "@types/sequelize": "4.28.20", "eslint": "9.2.0" @@ -364,11 +364,12 @@ "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" }, "node_modules/@types/node": { - "version": "20.12.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", - "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "version": "20.16.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.1.tgz", + "integrity": "sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==", + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/node-fetch": { @@ -1678,9 +1679,10 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "6.19.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz", + "integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==", + "license": "MIT" }, "node_modules/uri-js": { "version": "4.4.1", diff --git a/package.json b/package.json index 7c983cd..5608e92 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "typescript": "5.4.5" }, "devDependencies": { - "@types/node": "20.12.12", + "@types/node": "20.16.1", "@types/node-fetch": "2.6.11", "@types/sequelize": "4.28.20", "eslint": "9.2.0"