From b6d3bbfcf4bdbec06502ee1d4ef00eb7f9ccc8ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:16:21 +0000 Subject: [PATCH] build(deps-dev): bump poku from 1.6.1 to 1.7.0 in /website Bumps [poku](https://github.com/wellwelwel/poku) from 1.6.1 to 1.7.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.7.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..157f57da66 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.7.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.7.0", + "resolved": "https://registry.npmjs.org/poku/-/poku-1.7.0.tgz", + "integrity": "sha512-2w7ekpBD++n62hPHYM2uscwzalMKOZxrPkEpI41I6Vo6IlcagPPMN26rcjXNLIS7QiqWLSyHGGiEKDRDdG1B0g==", "dev": true, "bin": { "poku": "lib/bin/index.js" diff --git a/website/package.json b/website/package.json index 9b796564db..7569a4e9da 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.7.0", "prettier": "^3.2.5", "tsx": "^4.7.1", "typescript": "^5.3.3"