From 72e5c5775caa442286a4a23b7a17db06b859afd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:52:51 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v24.12.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5e90eaf20d..f9648572c0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@changesets/cli": "2.30.0", "@theguild/prettier-config": "3.0.1", "@types/jest": "30.0.0", - "@types/node": "24.11.1", + "@types/node": "24.12.0", "@typescript-eslint/eslint-plugin": "8.56.1", "@typescript-eslint/parser": "8.56.1", "babel-jest": "30.2.0", diff --git a/yarn.lock b/yarn.lock index ebc2cd3a49..c820871d76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2634,10 +2634,10 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.24.tgz#4ae334fc62c0e915ca8ed8e35dcc6d4eeb29215f" integrity sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ== -"@types/node@*", "@types/node@24.11.1": - version "24.11.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-24.11.1.tgz#3509391e756e3786d47fb356b550272771588771" - integrity sha512-MOw3rIVR4djfMH7ft9ZJLPViaJwkZvMfrzumElas79IwMUEl8ykkuQmgL9MAMz7vO8G3vuz9b7Gu+keYZx7Xrw== +"@types/node@*", "@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== dependencies: undici-types "~7.16.0"