diff --git a/website/package-lock.json b/website/package-lock.json index 1a0cc57e..0b6a29d1 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -17,7 +17,7 @@ "docusaurus-plugin-sass": "^0.2.5", "dotenv": "^16.4.5", "jsonc.min": "^1.0.0", - "lucide-react": "^0.419.0", + "lucide-react": "^0.424.0", "prism-react-renderer": "^2.3.1", "react": "^18.3.1", "react-confetti": "^6.1.0", @@ -32,7 +32,7 @@ "@docusaurus/tsconfig": "^3.4.0", "@docusaurus/types": "^3.4.0", "@types/bun": "^1.1.6", - "@types/node": "^22.0.2", + "@types/node": "^22.1.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.0", @@ -40,7 +40,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.9", "packages-update": "^2.0.0", - "poku": "^2.3.0", + "poku": "^2.4.0", "prettier": "^3.3.3", "svps": "^2.3.0", "tsx": "^4.16.5", @@ -4316,11 +4316,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.0.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.2.tgz", - "integrity": "sha512-yPL6DyFwY5PiMVEwymNeqUTKsDczQBJ/5T7W/46RwLU/VH+AA8aT5TZkvBviLKLbbm0hlfftEkGrNzfRk/fofQ==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz", + "integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==", + "license": "MIT", "dependencies": { - "undici-types": "~6.11.1" + "undici-types": "~6.13.0" } }, "node_modules/@types/node-forge": { @@ -4333,9 +4334,10 @@ } }, "node_modules/@types/node/node_modules/undici-types": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz", - "integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==" + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz", + "integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==", + "license": "MIT" }, "node_modules/@types/parse-json": { "version": "4.0.2", @@ -11118,11 +11120,12 @@ } }, "node_modules/lucide-react": { - "version": "0.419.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.419.0.tgz", - "integrity": "sha512-YkOHuc1uGH2A4G0NRZyeCW6mMFGb8z3amep0fARuKIri68nveAT5C8OuXOPJXpb/iIgSfsjdMjjII7bnEtGkvw==", + "version": "0.424.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.424.0.tgz", + "integrity": "sha512-x2Nj2aytk1iOyHqt4hKenfVlySq0rYxNeEf8hE0o+Yh0iE36Rqz0rkngVdv2uQtjZ70LAE73eeplhhptYt9x4Q==", + "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" } }, "node_modules/markdown-extensions": { @@ -14338,10 +14341,11 @@ } }, "node_modules/poku": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/poku/-/poku-2.3.0.tgz", - "integrity": "sha512-tNxnE6XgjnBTCY10Y+EIUX01jL/Yy+lKIC7Jyfo/qCDzKdL6j8dy6W4NlqpkLryW24I0h1mniAurFqmx7ulr8A==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/poku/-/poku-2.4.0.tgz", + "integrity": "sha512-EfP7nD2YM9FL2ln1gKmqAb1TIM5M6KMALh7pqB9AgDjYCc6CgVZlWhjABnxdbDDyxH726n4kVxl/uN5P5nXrPg==", "dev": true, + "license": "MIT", "bin": { "poku": "lib/bin/index.js" }, diff --git a/website/package.json b/website/package.json index 97e0c6ec..5dd5a603 100644 --- a/website/package.json +++ b/website/package.json @@ -32,7 +32,7 @@ "docusaurus-plugin-sass": "^0.2.5", "dotenv": "^16.4.5", "jsonc.min": "^1.0.0", - "lucide-react": "^0.419.0", + "lucide-react": "^0.424.0", "prism-react-renderer": "^2.3.1", "react": "^18.3.1", "react-confetti": "^6.1.0", @@ -47,7 +47,7 @@ "@docusaurus/tsconfig": "^3.4.0", "@docusaurus/types": "^3.4.0", "@types/bun": "^1.1.6", - "@types/node": "^22.0.2", + "@types/node": "^22.1.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.0", @@ -55,7 +55,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.9", "packages-update": "^2.0.0", - "poku": "^2.3.0", + "poku": "^2.4.0", "prettier": "^3.3.3", "svps": "^2.3.0", "tsx": "^4.16.5",