Skip to content

Commit

Permalink
chore(deps): update node.js to v14.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 15, 2021
1 parent 8a29c30 commit 07576c6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.16.1
14.17.1
Binary file not shown.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.16.1@sha256:8eb45f4677c813ad08cef8522254640aa6a1800e75a9c213a0a651f6f3564189 AS build
FROM node:14.17.1@sha256:71fcca06c2bdcb358c388f139df798834d9c25916b14e90a3a12b6884ed18146 AS build

WORKDIR /app

Expand All @@ -10,7 +10,7 @@ COPY tsconfig.json tsconfig.build.json ./
COPY src ./src
RUN yarn build

FROM node:14.16.1-slim@sha256:027ca5b035e85229e96ebd4e60c26386126e6a208f238561759b3d68ac50cae9
FROM node:14.17.1-slim@sha256:ea699d51fb62924574fbd31b900cfebdc157144e792d3105cd32c8eedb9f4b0b

ENV PORT 4000

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/express": "4.17.12",
"@types/faker": "5.5.6",
"@types/jest": "26.0.23",
"@types/node": "14.14.45",
"@types/node": "14.17.3",
"@types/supertest": "2.0.11",
"eslint": "7.23.0",
"faker": "5.5.3",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ __metadata:
"@types/express": 4.17.12
"@types/faker": 5.5.6
"@types/jest": 26.0.23
"@types/node": 14.14.45
"@types/node": 14.17.3
"@types/supertest": 2.0.11
apollo-server-express: 2.23.0
class-transformer: 0.3.1
Expand Down Expand Up @@ -2088,13 +2088,20 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:14.14.45":
"@types/node@npm:*":
version: 14.14.45
resolution: "@types/node@npm:14.14.45"
checksum: b9ad381a8cc5273bfd75d5870f57eed2b0978a5afe9e7e0347fcdb955e9fed502277a374c2837c3e1fe6a7ade58d53a460d954dbbe50e2f18bdd7e86075ffca9
languageName: node
linkType: hard

"@types/node@npm:14.17.3":
version: 14.17.3
resolution: "@types/node@npm:14.17.3"
checksum: 0d3e3c3dbb8250166d7c8c7c6221bde20a366d2c34b27c0072c3962a32c8a74c4ae4a168bfe53d6193e7b0bba8d8bc87608a6fd2af7918cd444a9aa699b4ce18
languageName: node
linkType: hard

"@types/node@npm:^10.1.0":
version: 10.17.49
resolution: "@types/node@npm:10.17.49"
Expand Down

0 comments on commit 07576c6

Please sign in to comment.