diff --git a/Dockerfile b/Dockerfile index bd9fc18d4..c6b604990 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:22.21.1 AS restore WORKDIR /src COPY package.json yarn.lock ./ RUN yarn diff --git a/package.json b/package.json index c2834c3f8..58fe76197 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": "22.19.0", "@types/react": "18.3.26", "@types/react-dom": "18.3.7", "@types/react-email-editor": "1.7.0", diff --git a/yarn.lock b/yarn.lock index b4a0c301d..e99d17ed5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2038,10 +2038,10 @@ 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@22.19.0": + version "22.19.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.19.0.tgz#849606ef3920850583a4e7ee0930987c35ad80be" + integrity sha512-xpr/lmLPQEj+TUnHmR+Ab91/glhJvsqcjB+yY0Ix9GO70H6Lb4FHH5GeqdOE5btAx7eIMwuHkp4H2MSkLcqWbA== dependencies: undici-types "~6.21.0"