diff --git a/website/package-lock.json b/website/package-lock.json index 4b6d0370..16a00b08 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -32,7 +32,7 @@ "@docusaurus/tsconfig": "^3.5.2", "@docusaurus/types": "^3.5.2", "@types/bun": "^1.1.6", - "@types/node": "^22.2.0", + "@types/node": "^22.3.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.4.3", + "poku": "^2.4.4", "prettier": "^3.3.3", "svps": "^2.3.0", "tsx": "^4.17.0", @@ -4335,12 +4335,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.2.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz", - "integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==", + "version": "22.3.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz", + "integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==", "license": "MIT", "dependencies": { - "undici-types": "~6.13.0" + "undici-types": "~6.18.2" } }, "node_modules/@types/node-forge": { @@ -4353,9 +4353,9 @@ } }, "node_modules/@types/node/node_modules/undici-types": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz", - "integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==", + "version": "6.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz", + "integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==", "license": "MIT" }, "node_modules/@types/parse-json": { @@ -14361,9 +14361,9 @@ } }, "node_modules/poku": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/poku/-/poku-2.4.3.tgz", - "integrity": "sha512-umQ/tc91MY04Cnm0gDmfFQXG71WzwpQh9ce1eV306b+vd1iA8/cvlyfs8e+eDaBDkp0R7BRIy+Uqu/DGabd1hg==", + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/poku/-/poku-2.4.4.tgz", + "integrity": "sha512-6sCajH01TVWpKVN3i/TjrEkYzstT4/4Ks6DMYykzqsp2ts4BMLhQ9cowzkK0CW7F8oltVDD/uY5kBkQ72nCSSw==", "dev": true, "license": "MIT", "bin": { diff --git a/website/package.json b/website/package.json index 589bd931..3a3d4f32 100644 --- a/website/package.json +++ b/website/package.json @@ -47,7 +47,7 @@ "@docusaurus/tsconfig": "^3.5.2", "@docusaurus/types": "^3.5.2", "@types/bun": "^1.1.6", - "@types/node": "^22.2.0", + "@types/node": "^22.3.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.4.3", + "poku": "^2.4.4", "prettier": "^3.3.3", "svps": "^2.3.0", "tsx": "^4.17.0",