diff --git a/.nvmrc b/.nvmrc index d191598..c2f6421 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -10.16.3 +10.22.1 diff --git a/Dockerfile b/Dockerfile index 186d737..0206b39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.16.3-jessie-slim AS builder +FROM node:10.22.0-jessie-slim AS builder ADD . / pinion/ @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y python build-essential curl file zip RUN cd /pinion && yarn && yarn build && rm -rf node_modules && yarn --production -FROM node:10.16.3-jessie-slim +FROM node:10.22.0-jessie-slim COPY --from=builder /pinion /pinion diff --git a/package.json b/package.json index 3f9f0ba..27b31bf 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/debug": "^4.1.5", "@types/dotenv": "^6.1.1", "@types/lru-cache": "^5.1.0", - "@types/node": "^10.14.9", + "@types/node": "10.17.42", "@types/sinon": "^7.0.13", "@types/yallist": "^3.0.1", "@typescript-eslint/eslint-plugin": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index b018d57..ff9b073 100644 --- a/yarn.lock +++ b/yarn.lock @@ -738,10 +738,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.18.tgz#1d3ca764718915584fcd9f6344621b7672665c67" integrity sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ== -"@types/node@^10.14.9": - version "10.14.15" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.14.15.tgz#e8f7729b631be1b02ae130ff0b61f3e018000640" - integrity sha512-CBR5avlLcu0YCILJiDIXeU2pTw7UK/NIxfC63m7d7CVamho1qDEzXKkOtEauQRPMy6MI8mLozth+JJkas7HY6g== +"@types/node@10.17.42": + version "10.17.42" + resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.42.tgz#90dd71b26fe4f4e2929df6b07e72ef2e9648a173" + integrity sha512-HElxYF7C/MSkuvlaHB2c+82zhXiuO49Cq056Dol8AQuTph7oJtduo2n6J8rFa+YhJyNgQ/Lm20ZaxqD0vxU0+Q== "@types/node@^10.3.2": version "10.14.9"