From ab4f24786c0d179cfd8a4d7059687fe33de9748a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:27:10 +0000 Subject: [PATCH] chore(deps-dev): bump @types/node from 25.9.5 to 26.1.1 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.5 to 26.1.1. - [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: 26.1.1 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 41284a1e..739d88bc 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": "^30.0.0", - "@types/node": "^25.6.0", + "@types/node": "^26.1.1", "@types/supertest": "^7.2.0", "@typescript-eslint/eslint-plugin": "^8.58.2", "@typescript-eslint/parser": "^8.58.2",