From 830d45b6090d483616ab8b0456f38e8e56dd50d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:47:48 +0000 Subject: [PATCH] chore(deps-dev): bump @types/node from 22.19.2 to 24.10.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.2 to 24.10.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.10.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-nestjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-nestjs/package.json b/examples/helia-nestjs/package.json index 71738795..6de95d09 100644 --- a/examples/helia-nestjs/package.json +++ b/examples/helia-nestjs/package.json @@ -32,7 +32,7 @@ "@nestjs/testing": "^11.0.3", "@types/express": "^5.0.0", "@types/jest": "^29.5.2", - "@types/node": "^22.7.4", + "@types/node": "^24.10.2", "@types/supertest": "^6.0.2", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0",