diff --git a/Dockerfile b/Dockerfile index 4ee20a77..fe255ac6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /src COPY ./*.sh ./ RUN shellcheck -e SC1091,SC1090 ./*.sh -FROM node:22 AS restore +FROM node:24 AS restore WORKDIR /src COPY package.json yarn.lock ./ RUN yarn diff --git a/package.json b/package.json index 567b9bc9..022327fa 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@testing-library/user-event": "14.6.1", "@types/history": "5.0.0", "@types/jest": "30.0.0", - "@types/node": "22.19.8", + "@types/node": "24.10.10", "@types/react": "18.3.27", "@types/react-dom": "18.3.7", "@types/react-router-dom": "5.3.3", diff --git a/yarn.lock b/yarn.lock index 09fda0e2..9a3fe345 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1860,12 +1860,12 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a" integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA== -"@types/node@22.19.8": - version "22.19.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.19.8.tgz#b0c7812df8a98a001570950f4275f0c10fcad101" - integrity sha512-ebO/Yl+EAvVe8DnMfi+iaAyIqYdK0q/q0y0rw82INWEKJOBe6b/P3YWE8NW7oOlF/nXFNrHwhARrN/hdgDkraA== +"@types/node@24.10.10": + version "24.10.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.10.tgz#ea4813a65368ca7a98dfd75c84d748831b63e1cf" + integrity sha512-+0/4J266CBGPUq/ELg7QUHhN25WYjE0wYTPSQJn1xeu8DOlIOPxXxrNGiLmfAWl7HMMgWFWXpt9IDjMWrF5Iow== dependencies: - undici-types "~6.21.0" + undici-types "~7.16.0" "@types/parse-json@^4.0.0": version "4.0.0" @@ -9686,10 +9686,10 @@ unc-path-regex@^0.1.2: resolved "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz" integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo= -undici-types@~6.21.0: - version "6.21.0" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb" - 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"