diff --git a/Dockerfile b/Dockerfile index 8f09ff8..1655c3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # -- compilation -- -FROM node:20.16.0-alpine AS build +FROM node:20.17.0-alpine AS build WORKDIR /app # install dependencies @@ -14,7 +14,7 @@ RUN npm run build # -- execution -- -FROM node:20.16.0-alpine +FROM node:20.17.0-alpine WORKDIR /app # install PRODUCTION dependencies diff --git a/package-lock.json b/package-lock.json index b1094c1..74ce955 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@meyfa/eslint-config": "7.0.0", "@types/mocha": "10.0.7", "@types/ms": "0.7.34", - "@types/node": "20.14.14", + "@types/node": "20.16.1", "@types/passport-local": "1.0.38", "eslint": "8.57.0", "eslint-plugin-jsx-a11y": "6.9.0", @@ -2610,12 +2610,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.14.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.14.tgz", - "integrity": "sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==", + "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/normalize-package-data": { @@ -10177,9 +10177,9 @@ } }, "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.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", "license": "MIT" }, "node_modules/update-browserslist-db": { diff --git a/package.json b/package.json index eaef646..effb6e9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@meyfa/eslint-config": "7.0.0", "@types/mocha": "10.0.7", "@types/ms": "0.7.34", - "@types/node": "20.14.14", + "@types/node": "20.16.1", "@types/passport-local": "1.0.38", "eslint": "8.57.0", "eslint-plugin-jsx-a11y": "6.9.0",