diff --git a/test/harness/package-lock.json b/test/harness/package-lock.json index 9ed1974e95..dceb24b811 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.3.3", "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.3.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.3.3.tgz", + "integrity": "sha512-DpzbrH7wIcBaJibpKo9nnSQL0MTRdnWttGyE5haGwK86xgMOkFLp7vEyfQPGLOJh5wNYiJ3V9PmUMDhV9u8kkQ==", "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..1a4d259bbe 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.3.3", "openai": "^6.17.0", "tsx": "^4.21.0", "typescript": "^5.9.3",