diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index c5afdf21..a0f073ac 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -13,7 +13,7 @@ "astro-mermaid": "^1.0.0" }, "devDependencies": { - "@types/node": "^24.3.0", + "@types/node": "^24.6.0", "typescript": "^5.6.2" } }, @@ -2040,12 +2040,12 @@ } }, "node_modules/@types/node": { - "version": "24.3.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz", - "integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==", + "version": "24.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.0.tgz", + "integrity": "sha512-F1CBxgqwOMc4GKJ7eY22hWhBVQuMYTtqI8L0FcszYcpYX0fzfDGpez22Xau8Mgm7O9fI+zA/TYIdq3tGWfweBA==", "license": "MIT", "dependencies": { - "undici-types": "~7.10.0" + "undici-types": "~7.13.0" } }, "node_modules/@types/sax": { @@ -7065,9 +7065,9 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", - "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", + "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", "license": "MIT" }, "node_modules/unicode-properties": { diff --git a/docs-site/package.json b/docs-site/package.json index dc32071b..c770f494 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -16,7 +16,7 @@ "astro-mermaid": "^1.0.0" }, "devDependencies": { - "@types/node": "^24.3.0", + "@types/node": "^24.6.0", "typescript": "^5.6.2" } }