From 752e70255fe0099aaf97f035ef3fa214d563ea0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weslley=20Ara=C3=BAjo?= <46850407+wellwelwel@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:01:12 -0300 Subject: [PATCH] chore(website): update dependencies (#515) --- website/package-lock.json | 20 ++++++++++++-------- website/package.json | 4 ++-- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 1fbd9c43..59339fc4 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -39,10 +39,10 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "packages-update": "^2.0.0", - "poku": "^1.20.2", + "poku": "^1.21.0", "prettier": "^3.3.2", "svps": "^2.3.0", - "tsx": "^4.16.0", + "tsx": "^4.16.2", "typescript": "^5.5.3" }, "engines": { @@ -14363,9 +14363,9 @@ } }, "node_modules/poku": { - "version": "1.20.2", - "resolved": "https://registry.npmjs.org/poku/-/poku-1.20.2.tgz", - "integrity": "sha512-RWBGfpIlh5XznfxevpV9EGHDuMGR2VJoYmE11DpgCvpdr0lvZ7nh/Xf59VS8ZuCQS2A01kKGq4f4xvmIpPPRYQ==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/poku/-/poku-1.21.0.tgz", + "integrity": "sha512-MeN7F4ivbx0vt4YgAdlk41556dhz1GvL2VofxIp43UhXESKX6UwiV0egAxS9CqBEM0M2VfVpFylU6iunGtaugQ==", "dev": true, "license": "MIT", "bin": { @@ -14376,6 +14376,10 @@ "deno": ">=1.30.0", "node": ">=6.0.0", "typescript": ">=5.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wellwelwel" } }, "node_modules/possible-typed-array-names": { @@ -17519,9 +17523,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.0.tgz", - "integrity": "sha512-MPgN+CuY+4iKxGoJNPv+1pyo5YWZAQ5XfsyobUG+zoKG7IkvCPLZDEyoIb8yLS2FcWci1nlxAqmvPlFWD5AFiQ==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.2.tgz", + "integrity": "sha512-C1uWweJDgdtX2x600HjaFaucXTilT7tgUZHbOE4+ypskZ1OP8CRCSDkCxG6Vya9EwaFIVagWwpaVAn5wzypaqQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/website/package.json b/website/package.json index 8ca64e99..ca11143d 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": "^2.0.0", - "poku": "^1.20.2", + "poku": "^1.21.0", "prettier": "^3.3.2", "svps": "^2.3.0", - "tsx": "^4.16.0", + "tsx": "^4.16.2", "typescript": "^5.5.3" }, "browserslist": {