Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 6af7ab3 commit 36a7c46
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Base Stage #
# ================ #

FROM node:20-alpine as base
FROM node:22-alpine as base

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/he": "^1.2.3",
"@types/node": "^20.17.1",
"@types/node": "^22.8.6",
"@types/turndown": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.17.1":
"@types/node@npm:*":
version: 20.17.1
resolution: "@types/node@npm:20.17.1"
dependencies:
Expand All @@ -1331,6 +1331,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.8.6":
version: 22.8.6
resolution: "@types/node@npm:22.8.6"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10/27bb73f033eeec05b4ed52dbc521cac28fb7ac14af267119c9bae0318c97848cd790ac7f0a65924ace7ea717eae62e91bd227da4bd6c0217d0016a7a6cd0a156
languageName: node
linkType: hard

"@types/turndown@npm:^5.0.5":
version: 5.0.5
resolution: "@types/turndown@npm:5.0.5"
Expand Down Expand Up @@ -5102,7 +5111,7 @@ __metadata:
"@skyra/http-framework": "npm:^2.1.0"
"@skyra/jaro-winkler": "npm:^1.1.1"
"@types/he": "npm:^1.2.3"
"@types/node": "npm:^20.17.1"
"@types/node": "npm:^22.8.6"
"@types/turndown": "npm:^5.0.5"
"@typescript-eslint/eslint-plugin": "npm:^7.17.0"
"@typescript-eslint/parser": "npm:^7.17.0"
Expand Down Expand Up @@ -5610,6 +5619,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10/cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70
languageName: node
linkType: hard

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

0 comments on commit 36a7c46

Please sign in to comment.