diff --git a/website/package-lock.json b/website/package-lock.json index f5b8591a..e1b57f08 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -40,10 +40,10 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "packages-update": "^1.2.1", - "poku": "^1.11.0", + "poku": "^1.12.0", "prettier": "^3.2.5", "svps": "^2.3.0", - "tsx": "^4.10.4", + "tsx": "^4.10.5", "typescript": "^5.4.5" }, "engines": { @@ -13486,9 +13486,9 @@ } }, "node_modules/poku": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/poku/-/poku-1.11.0.tgz", - "integrity": "sha512-h5fZUjpSPmEiQ+aeEcSrWPoVrdjGXRBukrV1RCKzYZhlMw96Fe5zEZyzCeTmYO1bErxGPaXLJMyMzNr25geSkg==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/poku/-/poku-1.12.0.tgz", + "integrity": "sha512-upaGKLNj+x/LdB0DVI3rSbERgwZWJZxnaofCaUfSwlQeGbNiiyAWyqMlasUoIYOAUdnhhVOXWkvbHjavOm0Stg==", "dev": true, "bin": { "poku": "lib/bin/index.js" @@ -16419,9 +16419,9 @@ "dev": true }, "node_modules/tsx": { - "version": "4.10.4", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.10.4.tgz", - "integrity": "sha512-Gtg9qnZWNqC/OtcgiXfoAUdAKx3/cgKOYvEocAsv+m21MV/eKpV/WUjRXe6/sDCaGBl2/v8S6v29BpUnGMCX5A==", + "version": "4.10.5", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.10.5.tgz", + "integrity": "sha512-twDSbf7Gtea4I2copqovUiNTEDrT8XNFXsuHpfGbdpW/z9ZW4fTghzzhAG0WfrCuJmJiOEY1nLIjq4u3oujRWQ==", "dev": true, "dependencies": { "esbuild": "~0.20.2", diff --git a/website/package.json b/website/package.json index 6fce1da9..d322494a 100644 --- a/website/package.json +++ b/website/package.json @@ -53,10 +53,10 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "packages-update": "^1.2.1", - "poku": "^1.11.0", + "poku": "^1.12.0", "prettier": "^3.2.5", "svps": "^2.3.0", - "tsx": "^4.10.4", + "tsx": "^4.10.5", "typescript": "^5.4.5" }, "browserslist": {