From a959236fb3e16221f9728482424a77d23f96a1bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:45:19 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v24 --- integration-tests/package-lock.json | 16 ++++++++-------- integration-tests/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/integration-tests/package-lock.json b/integration-tests/package-lock.json index ba1e36699f..5b7a336441 100644 --- a/integration-tests/package-lock.json +++ b/integration-tests/package-lock.json @@ -15,7 +15,7 @@ "constructs": "^10.0.0" }, "devDependencies": { - "@types/node": "^22.0.0", + "@types/node": "^24.0.0", "typescript": "^5.7.0", "vitest": "^4.1.0" } @@ -3526,13 +3526,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.19.18", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.18.tgz", - "integrity": "sha512-9v00a+dn2yWVsYDEunWC4g/TcRKVq3r8N5FuZp7u0SGrPvdN9c2yXI9bBuf5Fl0hNCb+QTIePTn5pJs2pwBOQQ==", + "version": "24.13.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.0.tgz", + "integrity": "sha512-5vtOqGQr4NJKeEzV441FcOi2MeG9UTWq9LqVLGneDdu4vlX17H8kQ2PA2UmNwCUGPVDj4oBjNhS7ReVEIWJJrg==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.18.0" } }, "node_modules/@vitest/expect": { @@ -6042,9 +6042,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "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/integration-tests/package.json b/integration-tests/package.json index 06534118c0..a21145b5d4 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -15,7 +15,7 @@ "constructs": "^10.0.0" }, "devDependencies": { - "@types/node": "^22.0.0", + "@types/node": "^24.0.0", "typescript": "^5.7.0", "vitest": "^4.1.0" }