diff --git a/.circleci/config.yml b/.circleci/config.yml index 0beb290..5d6e762 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ version: 2 jobs: test: docker: - - image: circleci/node:10.16 + - image: circleci/node:10.17 working_directory: ~/pinion 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..44c822f 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.9", "@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..8650efb 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.9": + version "10.17.9" + resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.9.tgz#4f251a1ed77ac7ef09d456247d67fc8173f6b9da" + integrity sha512-+6VygF9LbG7Gaqeog2G7u1+RUcmo0q1rI+2ZxdIg2fAUngk5Vz9fOCHXdloNUOHEPd1EuuOpL5O0CdgN9Fx5UQ== "@types/node@^10.3.2": version "10.14.9"