From 2c17c9086acd2bb02f9eb073e8f7aa39436e3896 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:39:52 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.15.0 --- .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 a3aa0c97..5d7d1186 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.14.1 + node-version: 24.15.0 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 793e3caf..7219cfe3 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.14.1 + node-version: 24.15.0 cache: "yarn" - name: Run performance tests run: ./reassure-tests.sh diff --git a/package.json b/package.json index c6995fbc..8cf6cfa6 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@release-it/conventional-changelog": "10.0.6", "@testing-library/react-native": "v14.0.0-alpha.1", "@types/jest": "30.0.0", - "@types/node": "24.12.0", + "@types/node": "24.12.2", "@types/react": "19.2.14", "@types/svg-parser": "^2.0.3", "commitlint": "20.5.0", diff --git a/yarn.lock b/yarn.lock index 4ea068a4..d8887d5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4552,10 +4552,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.2.tgz#17d42c6322d917764dd3d2d3a10d7884925de067" integrity sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA== -"@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== +"@types/node@24.12.2": + version "24.12.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.2.tgz#353cb161dbf1785ea25e8829ba7ec574c5c629ac" + integrity sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g== dependencies: undici-types "~7.16.0"