diff --git a/tests/package.json b/tests/package.json index ea700757cb..e1732b3ec4 100644 --- a/tests/package.json +++ b/tests/package.json @@ -5,7 +5,7 @@ "license": "MIT", "devDependencies": { "@playwright/test": "^1.58.2", - "@types/node": "^25.3.3", + "@types/node": "^25.3.5", "nyc": "^18.0.0" }, "scripts": { diff --git a/tests/yarn.lock b/tests/yarn.lock index 4acdd82287..8d96bbea02 100644 --- a/tests/yarn.lock +++ b/tests/yarn.lock @@ -236,10 +236,10 @@ dependencies: playwright "1.58.2" -"@types/node@^25.3.3": - version "25.3.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-25.3.3.tgz#605862544ee7ffd7a936bcbf0135a14012f1e549" - integrity sha512-DpzbrH7wIcBaJibpKo9nnSQL0MTRdnWttGyE5haGwK86xgMOkFLp7vEyfQPGLOJh5wNYiJ3V9PmUMDhV9u8kkQ== +"@types/node@^25.3.5": + version "25.3.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.3.5.tgz#beccb5915561f7a9970ace547ad44d6cdbf39b46" + integrity sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA== dependencies: undici-types "~7.18.0"