Skip to content

Commit

Permalink
chore(deps): update dependency node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent d03cf21 commit 2103d65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG node_version=16.20-alpine3.18
ARG node_version=18.18-alpine3.18

FROM node:${node_version} as base

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/eslint": "8.44.6",
"@types/express": "4.17.20",
"@types/jest": "29.5.6",
"@types/node": "16.18.59",
"@types/node": "18.18.6",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4317,20 +4317,20 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:16.18.59":
version: 16.18.59
resolution: "@types/node@npm:16.18.59"
checksum: 70f28744d239c48db056ff6355d2eb99305db54d1f9377b3f4458e92ffb4da8962a0c67665452d5f430cea2286ced256dac8f769660007aedd3676cf03ff28ad
languageName: node
linkType: hard

"@types/node@npm:16.9.1":
version: 16.9.1
resolution: "@types/node@npm:16.9.1"
checksum: 41afcf183a22d59323a0199dd7e0f46591247f45fc08a4434edb26d56dc279ae4fdb80f37989ddd7a0f45e3857c4933e6e82057ede09c5a829f77e373e680375
languageName: node
linkType: hard

"@types/node@npm:18.18.6":
version: 18.18.6
resolution: "@types/node@npm:18.18.6"
checksum: a847639b8455fd3dfa6dbc2917274c82c9db789f1d41aaf69f94ac6c9e54c3c1dd29be6e1e1ccd7c17e54db3d78d7011bc4e70544c6447ceca253dccc0a187e1
languageName: node
linkType: hard

"@types/qs@npm:*":
version: 6.9.7
resolution: "@types/qs@npm:6.9.7"
Expand Down Expand Up @@ -7525,7 +7525,7 @@ __metadata:
"@types/eslint": 8.44.6
"@types/express": 4.17.20
"@types/jest": 29.5.6
"@types/node": 16.18.59
"@types/node": 18.18.6
"@types/supertest": ^2.0.12
"@typescript-eslint/eslint-plugin": 6.8.0
"@typescript-eslint/parser": 6.8.0
Expand Down

0 comments on commit 2103d65

Please sign in to comment.