diff --git a/site/package-lock.json b/site/package-lock.json index 67cba87b..4b3d6ea7 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -14,7 +14,7 @@ "@next/mdx": "15.5.4", "@tailwindcss/postcss": "4.1.14", "@types/mdx": "2.0.13", - "@types/node": "24.9.2", + "@types/node": "24.10.0", "@types/react": "19.2.2", "@types/react-syntax-highlighter": "15.5.13", "autoprefixer": "10.4.21", @@ -1827,9 +1827,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.9.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz", - "integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==", + "version": "24.10.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", + "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", "dependencies": { "undici-types": "~7.16.0" diff --git a/site/package.json b/site/package.json index 1b95e611..e6bd99f8 100644 --- a/site/package.json +++ b/site/package.json @@ -9,7 +9,7 @@ "@next/mdx": "15.5.4", "@tailwindcss/postcss": "4.1.14", "@types/mdx": "2.0.13", - "@types/node": "24.9.2", + "@types/node": "24.10.0", "@types/react": "19.2.2", "@types/react-syntax-highlighter": "15.5.13", "autoprefixer": "10.4.21",