From dde7c4ba909c12da69aa8e7a6d09c28cbc94b963 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 23 Oct 2019 21:53:46 +0000 Subject: [PATCH] Update Node.js to v10.17.0 --- .nvmrc | 2 +- Dockerfile | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.nvmrc b/.nvmrc index d191598..73bffb0 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -10.16.3 +10.17.0 diff --git a/Dockerfile b/Dockerfile index 186d737..2ea963b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.16.3-jessie-slim AS builder +FROM node:10.17.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.17.0-jessie-slim COPY --from=builder /pinion /pinion diff --git a/package.json b/package.json index 3f9f0ba..da5260f 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.14.22", "@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..86c2bc2 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.14.22": + version "10.14.22" + resolved "https://registry.yarnpkg.com/@types/node/-/node-10.14.22.tgz#34bcdf6b6cb5fc0db33d24816ad9d3ece22feea4" + integrity sha512-9taxKC944BqoTVjE+UT3pQH0nHZlTvITwfsOZqyc+R3sfJuxaTtxWjfn1K2UlxyPcKHf0rnaXcVFrS9F9vf0bw== "@types/node@^10.3.2": version "10.14.9"