From dad5c6d2763ab586877b9de214009c59ba467389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 07:09:21 +0000 Subject: [PATCH] Bump @types/node from 25.2.0 to 25.4.0 in /test/harness Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.2.0 to 25.4.0. - [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: 25.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test/harness/package-lock.json | 16 ++++++++-------- test/harness/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/test/harness/package-lock.json b/test/harness/package-lock.json index 9ed1974e95..98a5822406 100644 --- a/test/harness/package-lock.json +++ b/test/harness/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "devDependencies": { "@github/copilot": "^0.0.400", - "@types/node": "^25.2.0", + "@types/node": "^25.4.0", "openai": "^6.17.0", "tsx": "^4.21.0", "typescript": "^5.9.3", @@ -970,13 +970,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.2.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.0.tgz", - "integrity": "sha512-DZ8VwRFUNzuqJ5khrvwMXHmvPe+zGayJhr2CDNiKB1WBE1ST8Djl00D0IC4vvNmHMdj6DlbYRIaFE7WHjlDl5w==", + "version": "25.4.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.4.0.tgz", + "integrity": "sha512-9wLpoeWuBlcbBpOY3XmzSTG3oscB6xjBEEtn+pYXTfhyXhIxC5FsBer2KTopBlvKEiW9l13po9fq+SJY/5lkhw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.18.0" } }, "node_modules/@vitest/expect": { @@ -1508,9 +1508,9 @@ } }, "node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "dev": true, "license": "MIT" }, diff --git a/test/harness/package.json b/test/harness/package.json index 76b4ccb4aa..1ebd83d899 100644 --- a/test/harness/package.json +++ b/test/harness/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@github/copilot": "^0.0.400", - "@types/node": "^25.2.0", + "@types/node": "^25.4.0", "openai": "^6.17.0", "tsx": "^4.21.0", "typescript": "^5.9.3",