From 8dbece81cee5726f8a89200bc56e109852438f54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 17:29:05 +0000 Subject: [PATCH] build(deps): update dependency node to v24 --- .github/workflows/publish-release.yaml | 2 +- package.json | 2 +- yarn.lock | 15 +++++---------- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index d8ba677..980de1e 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -60,7 +60,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 22.x + node-version: 24.x registry-url: https://registry.npmjs.org cache: yarn diff --git a/package.json b/package.json index c915e2a..441ec70 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@types/jest": "^30.0.0", - "@types/node": "^20.0.0", + "@types/node": "^24.0.0", "cross-env": "^10.0.0", "eslint": "^9.39.0", "eslint-config-prettier": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index 4069da8..d01e7b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -804,12 +804,12 @@ dependencies: undici-types "~7.16.0" -"@types/node@^20.0.0": - version "20.19.30" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.30.tgz#84fa87498ade5cd2b6ba8f8eec01d3b138ca60d0" - integrity sha512-WJtwWJu7UdlvzEAUm484QNg5eAoq5QR08KDNx7g45Usrs2NtOPiX8ugDqmKdXkyL03rBqU5dYNYVQetEpBHq2g== +"@types/node@^24.0.0": + version "24.10.11" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.11.tgz#63e8463eec9fb2cdaa9a1ff96e6bf3303268460f" + integrity sha512-/Af7O8r1frCVgOz0I62jWUtMohJ0/ZQU/ZoketltOJPZpnb17yoNc9BSoVuV9qlaIXJiPNOpsfq4ByFajSArNQ== dependencies: - undici-types "~6.21.0" + undici-types "~7.16.0" "@types/stack-utils@^2.0.3": version "2.0.3" @@ -3082,11 +3082,6 @@ uglify-js@^3.1.4: resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f" integrity sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ== -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"