File tree 4 files changed +15
-8
lines changed
4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
- 18.18 .2
1
+ 18.20 .2
Original file line number Diff line number Diff line change 1
- FROM node:18.18 .2-bullseye AS builder
1
+ FROM node:18.20 .2-bullseye AS builder
2
2
3
3
ARG NODE_ENV=production
4
4
@@ -13,7 +13,7 @@ RUN yarn install
13
13
RUN yarn build
14
14
RUN rm -rf .git
15
15
16
- FROM node:18.18 .2-bullseye-slim AS runner
16
+ FROM node:18.20 .2-bullseye-slim AS runner
17
17
18
18
WORKDIR /misskey
19
19
Original file line number Diff line number Diff line change 145
145
"@types/koa__multer" : " 2.0.4" ,
146
146
"@types/koa__router" : " 8.0.11" ,
147
147
"@types/mocha" : " 9.1.1" ,
148
- "@types/node" : " 18.7.16 " ,
148
+ "@types/node" : " 18.19.31 " ,
149
149
"@types/node-fetch" : " 3.0.3" ,
150
150
"@types/nodemailer" : " 6.4.5" ,
151
151
"@types/oauth" : " 0.9.1" ,
Original file line number Diff line number Diff line change 858
858
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.6.2.tgz#331b7b9f8621c638284787c5559423822fdffc50"
859
859
integrity sha512-LSw8TZt12ZudbpHc6EkIyDM3nHVWKYrAvGy6EAJfNfjusbwnThqjqxUKKRwuV3iWYeW/LYMzNgaq3MaLffQ2xA==
860
860
861
-
862
- version "18.7.16"
863
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.16.tgz#0eb3cce1e37c79619943d2fd903919fc30850601"
864
- integrity sha512-EQHhixfu+mkqHMZl1R2Ovuvn47PUw18azMJOTwSZr9/fhzHNGXAJ0ma0dayRVchprpCj0Kc1K1xKoWaATWF1qg==
861
+
862
+ version "18.19.31"
863
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd"
864
+ integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
865
+ dependencies :
866
+ undici-types "~5.26.4"
865
867
866
868
" @types/node@^14.11.8 " :
867
869
version "14.17.9"
@@ -7776,6 +7778,11 @@ unbox-primitive@^1.0.2:
7776
7778
has-symbols "^1.0.3"
7777
7779
which-boxed-primitive "^1.0.2"
7778
7780
7781
+ undici-types@~5.26.4 :
7782
+ version "5.26.5"
7783
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
7784
+ integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
7785
+
7779
7786
undici@^5.2.0 :
7780
7787
version "5.28.4"
7781
7788
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068"
You can’t perform that action at this time.
0 commit comments