Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent 139bc9b commit 606ee00
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base required for most things
FROM node:18-buster-slim as base
FROM node:20-buster-slim as base

WORKDIR /opt/app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@commitlint/config-angular": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@types/jest": "^27.5.2",
"@types/node": "16.18.65",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-jest": "^28.1.3",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2625,10 +2625,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:16.18.65":
version: 16.18.65
resolution: "@types/node@npm:16.18.65"
checksum: c53cd5bfff0b6868c2735c7afb24008b23ce204ce090cc4fd1bbe0515de32f1088d401183ecb1a329ea69ab81591ca4935875d0744abb4bd60f4f85810d8446e
"@types/node@npm:20.10.4":
version: 20.10.4
resolution: "@types/node@npm:20.10.4"
dependencies:
undici-types: ~5.26.4
checksum: 054b296417e771ab524bea63cf3289559c6bdf290d45428f7cc68e9b00030ff7a0ece47b8c99a26b4f47a443919813bcf42beadff2f0bea7d8125fa541d92eb0
languageName: node
linkType: hard

Expand Down Expand Up @@ -7758,7 +7760,7 @@ __metadata:
"@sapphire/utilities": ^3.13.0
"@spectera/tag-parser": ^2.3.1
"@types/jest": ^27.5.2
"@types/node": 16.18.65
"@types/node": 20.10.4
"@typescript-eslint/eslint-plugin": 5.62.0
"@typescript-eslint/parser": 5.62.0
babel-jest: ^28.1.3
Expand Down Expand Up @@ -8437,6 +8439,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"undici@npm:^5.27.2":
version: 5.28.0
resolution: "undici@npm:5.28.0"
Expand Down

0 comments on commit 606ee00

Please sign in to comment.