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 f596353 commit 95b4cba
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.5",
"@types/node": "^22.8.7",
"@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.5":
"@types/node@npm:*":
version: 20.17.5
resolution: "@types/node@npm:20.17.5"
dependencies:
Expand All @@ -1331,6 +1331,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.8.7":
version: 22.8.7
resolution: "@types/node@npm:22.8.7"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10/9c73d4cbcbf9773a5986421025c26d6139d8ab960317b3062fbb449c00dbe8197230334be550ffcdb6059bd25f4cb903546bace905155628537283a80c2075d5
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.5"
"@types/node": "npm:^22.8.7"
"@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 95b4cba

Please sign in to comment.