Skip to content

Commit 473a700

Browse files
chore(deps): update node.js to v22
1 parent 49c451f commit 473a700

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.2
1+
22.13.1

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:21-alpine AS builder
1+
FROM node:22-alpine AS builder
22

33
WORKDIR /app
44

@@ -14,7 +14,7 @@ COPY tsconfig.json .
1414

1515
RUN yarn package
1616

17-
FROM node:21-alpine AS runner
17+
FROM node:22-alpine AS runner
1818

1919
# hadolint ignore=DL3018
2020
RUN apk update && \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@book000/eslint-config": "1.7.137",
2828
"@book000/node-utils": "1.13.438",
2929
"@discordjs/builders": "1.10.0",
30-
"@types/node": "22.7.5",
30+
"@types/node": "22.12.0",
3131
"@vercel/ncc": "0.38.3",
3232
"discord.js": "14.17.3",
3333
"eslint": "9.19.0",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,12 @@
325325
dependencies:
326326
undici-types "~6.20.0"
327327

328-
"@types/node@22.7.5":
329-
version "22.7.5"
330-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.5.tgz#cfde981727a7ab3611a481510b473ae54442b92b"
331-
integrity sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==
328+
"@types/node@22.12.0":
329+
version "22.12.0"
330+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.12.0.tgz#bf8af3b2af0837b5a62a368756ff2b705ae0048c"
331+
integrity sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==
332332
dependencies:
333-
undici-types "~6.19.2"
333+
undici-types "~6.20.0"
334334

335335
"@types/node@^18.11.9":
336336
version "18.19.74"
@@ -3134,11 +3134,6 @@ undici-types@~5.26.4:
31343134
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
31353135
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
31363136

3137-
undici-types@~6.19.2:
3138-
version "6.19.8"
3139-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
3140-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
3141-
31423137
undici-types@~6.20.0:
31433138
version "6.20.0"
31443139
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"

0 commit comments

Comments
 (0)