From 81b7f101dc94a2b4060862fbed6a2e0105350a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:20:09 +0000 Subject: [PATCH] build(deps-dev): bump hasha from 5.2.2 to 6.0.0 Bumps [hasha](https://github.com/sindresorhus/hasha) from 5.2.2 to 6.0.0. - [Release notes](https://github.com/sindresorhus/hasha/releases) - [Commits](https://github.com/sindresorhus/hasha/compare/v5.2.2...v6.0.0) --- updated-dependencies: - dependency-name: hasha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 25 +++++++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 7a213b9..e870f9a 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint": "^8.54.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-svelte": "^2.35.1", - "hasha": "^5.2.2", + "hasha": "^6.0.0", "html-minifier": "^4.0.0", "klaw": "^4.1.0", "modern-normalize": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 13a63c1..8df1879 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,8 +89,8 @@ devDependencies: specifier: ^2.35.1 version: 2.35.1(eslint@8.54.0)(svelte@4.2.7) hasha: - specifier: ^5.2.2 - version: 5.2.2 + specifier: ^6.0.0 + version: 6.0.0 html-minifier: specifier: ^4.0.0 version: 4.0.0 @@ -1716,12 +1716,12 @@ packages: engines: {node: '>=8'} dev: true - /hasha@5.2.2: - resolution: {integrity: sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==} - engines: {node: '>=8'} + /hasha@6.0.0: + resolution: {integrity: sha512-MLydoyGp9QJcjlhE5lsLHXYpWayjjWqkavzju2ZWD2tYa1CgmML1K1gWAu22BLFa2eZ0OfvJ/DlfoVjaD54U2Q==} + engines: {node: '>=18'} dependencies: - is-stream: 2.0.1 - type-fest: 0.8.1 + is-stream: 3.0.0 + type-fest: 4.8.2 dev: true /hasown@2.0.0: @@ -1829,6 +1829,11 @@ packages: engines: {node: '>=8'} dev: true + /is-stream@3.0.0: + resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dev: true + /isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} dev: true @@ -3006,9 +3011,9 @@ packages: engines: {node: '>=10'} dev: true - /type-fest@0.8.1: - resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} - engines: {node: '>=8'} + /type-fest@4.8.2: + resolution: {integrity: sha512-mcvrCjixA5166hSrUoJgGb9gBQN4loMYyj9zxuMs/66ibHNEFd5JXMw37YVDx58L4/QID9jIzdTBB4mDwDJ6KQ==} + engines: {node: '>=16'} dev: true /typescript@5.3.2: