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 23, 2021
1 parent 8a29c30 commit eac3cc7
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:d8f90b676efb1260957a4170a9a0843fc003b673ae164f22df07eaee9bbc6223 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:41bbb713cb3ac5f7d531ccdc156d2611f019b50b9c478d6475c79ced618640f0

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.4",
"@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.4
"@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.4":
version: 14.17.4
resolution: "@types/node@npm:14.17.4"
checksum: 947ada8b39710c8fedf60f342b4ac1a08de8ebfbd4f09471b4e0006c2b0c7b832513e4dc2cdd455af5236910e2e725899bd9ce0aaecd097b2867d3e2ab62d8c6
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 eac3cc7

Please sign in to comment.