From b790c7ec6c73f4527b4c39cf532af8c830523058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:12:09 +0000 Subject: [PATCH] build(deps-dev): bump poku from 1.6.1 to 1.8.0 in /website Bumps [poku](https://github.com/wellwelwel/poku) from 1.6.1 to 1.8.0. - [Release notes](https://github.com/wellwelwel/poku/releases) - [Changelog](https://github.com/wellwelwel/poku/blob/main/CHANGELOG.md) - [Commits](https://github.com/wellwelwel/poku/compare/v1.6.1...v1.8.0) --- updated-dependencies: - dependency-name: poku dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 5a09737c87..50302b863d 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -35,7 +35,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "packages-update": "^1.2.1", - "poku": "^1.6.1", + "poku": "^1.8.0", "prettier": "^3.2.5", "tsx": "^4.7.1", "typescript": "^5.3.3" @@ -13717,9 +13717,9 @@ } }, "node_modules/poku": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/poku/-/poku-1.6.1.tgz", - "integrity": "sha512-QRlpx9h2zF6UTefiU1bXykCZo1f6AyH0Hoyt8JCtTysyGwlp7wGUAP/Ybek1AqYNx7HKeDDq+Kiu8R16FEWadw==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/poku/-/poku-1.8.0.tgz", + "integrity": "sha512-oPqt+tPNB0niLD1baZH/GaHxYYAly1LzhmrkZV4aJ7FFkdvl9A6cGXVfrRz9HkmktTPdVU0lmf9hsfjcU6rwzQ==", "dev": true, "bin": { "poku": "lib/bin/index.js" diff --git a/website/package.json b/website/package.json index 9b796564db..5d4b6ef514 100644 --- a/website/package.json +++ b/website/package.json @@ -46,7 +46,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "packages-update": "^1.2.1", - "poku": "^1.6.1", + "poku": "^1.8.0", "prettier": "^3.2.5", "tsx": "^4.7.1", "typescript": "^5.3.3"