diff --git a/it/typescript/package-lock.json b/it/typescript/package-lock.json index be203729e7..4ffa01e455 100644 --- a/it/typescript/package-lock.json +++ b/it/typescript/package-lock.json @@ -23,7 +23,7 @@ "devDependencies": { "@es-exec/esbuild-plugin-start": "^0.0.5", "@stylistic/eslint-plugin-ts": "^4.4.1", - "@types/node": "^25.6.0", + "@types/node": "^25.6.2", "@typescript-eslint/eslint-plugin": "^8.59.2", "@typescript-eslint/parser": "^8.32.1", "esbuild": "^0.28.0", @@ -1024,9 +1024,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.6.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", - "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", + "version": "25.6.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.2.tgz", + "integrity": "sha512-sokuT28dxf9JT5Kady1fsXOvI4HVpjZa95NKT5y9PNTIrs2AsobR4GFAA90ZG8M+nxVRLysCXsVj6eGC7Vbrlw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/it/typescript/package.json b/it/typescript/package.json index 573a742733..76d17880f4 100644 --- a/it/typescript/package.json +++ b/it/typescript/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@es-exec/esbuild-plugin-start": "^0.0.5", "@stylistic/eslint-plugin-ts": "^4.4.1", - "@types/node": "^25.6.0", + "@types/node": "^25.6.2", "@typescript-eslint/eslint-plugin": "^8.59.2", "@typescript-eslint/parser": "^8.32.1", "esbuild": "^0.28.0",