From 5198b823749240e9ea269cff0f6a080174b0a9f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:53:27 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.13.1 --- .github/workflows/build.yml | 2 +- .github/workflows/perf.yml | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5814a2f..59c5caf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 24.12.0 + node-version: 24.13.1 cache: "yarn" - name: Install dependencies and Build run: yarn install --frozen-lockfile diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 0592f30d..3c38e474 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 24.12.0 + node-version: 24.13.1 cache: "yarn" - name: Run performance tests run: ./reassure-tests.sh diff --git a/package.json b/package.json index 5a59ba57..f3be5342 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@release-it/conventional-changelog": "10.0.4", "@testing-library/react-native": "v14.0.0-alpha.1", "@types/jest": "30.0.0", - "@types/node": "24.10.4", + "@types/node": "24.10.13", "@types/react": "19.2.7", "@types/svg-parser": "^2.0.3", "commitlint": "20.2.0", diff --git a/yarn.lock b/yarn.lock index 75bc78c5..c15e91af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4419,10 +4419,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.2.tgz#17d42c6322d917764dd3d2d3a10d7884925de067" integrity sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA== -"@types/node@24.10.4": - version "24.10.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.4.tgz#9d27c032a1b2c42a4eab8fb65c5856a8b8e098c4" - integrity sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg== +"@types/node@24.10.13": + version "24.10.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.13.tgz#2fac25c0e30f3848e19912c3b8791a28370e9e07" + integrity sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg== dependencies: undici-types "~7.16.0"