diff --git a/documentation/package-lock.json b/documentation/package-lock.json index 455805cda7..83e3880023 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -30,7 +30,7 @@ "@docusaurus/module-type-aliases": "^3.6.0", "@docusaurus/tsconfig": "^3.8.1", "@docusaurus/types": "^3.6.0", - "@types/node": "^24.0.10", + "@types/node": "^24.0.13", "@types/react": "^19.1.8", "@types/react-helmet": "^6.1.11", "@types/react-router-dom": "^5.1.8", @@ -5681,9 +5681,10 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.0.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.10.tgz", - "integrity": "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==", + "version": "24.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.13.tgz", + "integrity": "sha512-Qm9OYVOFHFYg3wJoTSrz80hoec5Lia/dPp84do3X7dZvLikQvM1YpmvTBEdIr/e+U8HTkFjLHLnl78K/qjf+jQ==", + "license": "MIT", "dependencies": { "undici-types": "~7.8.0" } diff --git a/documentation/package.json b/documentation/package.json index 7b0e2007f8..9e417f8345 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -52,7 +52,7 @@ "@docusaurus/module-type-aliases": "^3.6.0", "@docusaurus/tsconfig": "^3.8.1", "@docusaurus/types": "^3.6.0", - "@types/node": "^24.0.10", + "@types/node": "^24.0.13", "@types/react": "^19.1.8", "@types/react-helmet": "^6.1.11", "@types/react-router-dom": "^5.1.8",