File tree Expand file tree Collapse file tree 4 files changed +9
-14
lines changed Expand file tree Collapse file tree 4 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
- 20.18.2
1
+ 22.13.1
Original file line number Diff line number Diff line change 1
- FROM node:21 -alpine AS builder
1
+ FROM node:22 -alpine AS builder
2
2
3
3
WORKDIR /app
4
4
@@ -14,7 +14,7 @@ COPY tsconfig.json .
14
14
15
15
RUN yarn package
16
16
17
- FROM node:21 -alpine AS runner
17
+ FROM node:22 -alpine AS runner
18
18
19
19
# hadolint ignore=DL3018
20
20
RUN apk update && \
Original file line number Diff line number Diff line change 27
27
"@book000/eslint-config" : " 1.7.137" ,
28
28
"@book000/node-utils" : " 1.13.438" ,
29
29
"@discordjs/builders" : " 1.10.0" ,
30
- "@types/node" : " 22.7.5 " ,
30
+ "@types/node" : " 22.12.0 " ,
31
31
"@vercel/ncc" : " 0.38.3" ,
32
32
"discord.js" : " 14.17.3" ,
33
33
"eslint" : " 9.19.0" ,
Original file line number Diff line number Diff line change 325
325
dependencies :
326
326
undici-types "~6.20.0"
327
327
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 ==
332
332
dependencies :
333
- undici-types "~6.19.2 "
333
+ undici-types "~6.20.0 "
334
334
335
335
" @types/node@^18.11.9 " :
336
336
version "18.19.74"
@@ -3134,11 +3134,6 @@ undici-types@~5.26.4:
3134
3134
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
3135
3135
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
3136
3136
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
-
3142
3137
undici-types@~6.20.0 :
3143
3138
version "6.20.0"
3144
3139
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
You can’t perform that action at this time.
0 commit comments