diff --git a/Dockerfile b/Dockerfile index bd9fc18d4..03e101e27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY ./*.sh ./ COPY ./**/*.sh ./ RUN shellcheck -e SC1091,SC1090 ./*.sh -FROM node:22.17.1 AS restore +FROM node:24.14.0 AS restore WORKDIR /src COPY package.json yarn.lock ./ RUN yarn diff --git a/package.json b/package.json index 670054db9..45209fb1a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.4.3", "@types/jest": "29.5.14", - "@types/node": "22.16.5", + "@types/node": "24.12.0", "@types/react": "18.3.27", "@types/react-dom": "18.3.7", "@types/react-email-editor": "1.7.0", diff --git a/yarn.lock b/yarn.lock index 2cb7095f4..c64d671b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2038,12 +2038,12 @@ dependencies: undici-types "~6.21.0" -"@types/node@22.16.5": - version "22.16.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.5.tgz#cc46ac3994cd957000d0c11095a0b1dae2ea2368" - integrity sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ== +"@types/node@24.12.0": + version "24.12.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.0.tgz#6222e028210e5322e4f4f6767f8d88e5ea3b33d2" + integrity sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ== dependencies: - undici-types "~6.21.0" + undici-types "~7.16.0" "@types/prop-types@*": version "15.7.12" @@ -9421,6 +9421,11 @@ undici-types@~6.21.0: resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz" integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== +undici-types@~7.16.0: + version "7.16.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46" + integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== + unicode-canonical-property-names-ecmascript@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz"