Skip to content

Commit 194ea0d

Browse files
chore(deps): update dependency hasha to v6
1 parent 481849c commit 194ea0d

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"defu": "^3.2.2",
27-
"hasha": "^5.2.0"
27+
"hasha": "^6.0.0"
2828
},
2929
"devDependencies": {
3030
"@babel/preset-env": "^7.12.11",

yarn.lock

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6544,14 +6544,6 @@ hash.js@^1.0.0, hash.js@^1.0.3:
65446544
inherits "^2.0.3"
65456545
minimalistic-assert "^1.0.1"
65466546

6547-
hasha@^5.2.0:
6548-
version "5.2.0"
6549-
resolved "https://registry.yarnpkg.com/hasha/-/hasha-5.2.0.tgz#33094d1f69c40a4a6ac7be53d5fe3ff95a269e0c"
6550-
integrity sha512-2W+jKdQbAdSIrggA8Q35Br8qKadTrqCTC8+XZvBWepKDK6m9XkX6Iz1a2yh2KP01kzAR/dpuMeUnocoLYDcskw==
6551-
dependencies:
6552-
is-stream "^2.0.0"
6553-
type-fest "^0.8.0"
6554-
65556547
hasha@^5.2.2:
65566548
version "5.2.2"
65576549
resolved "https://registry.yarnpkg.com/hasha/-/hasha-5.2.2.tgz#a48477989b3b327aea3c04f53096d816d97522a1"
@@ -6560,6 +6552,14 @@ hasha@^5.2.2:
65606552
is-stream "^2.0.0"
65616553
type-fest "^0.8.0"
65626554

6555+
hasha@^6.0.0:
6556+
version "6.0.0"
6557+
resolved "https://registry.yarnpkg.com/hasha/-/hasha-6.0.0.tgz#bdf1231ae40b406121c09c13705e5b38c1bb607c"
6558+
integrity sha512-MLydoyGp9QJcjlhE5lsLHXYpWayjjWqkavzju2ZWD2tYa1CgmML1K1gWAu22BLFa2eZ0OfvJ/DlfoVjaD54U2Q==
6559+
dependencies:
6560+
is-stream "^3.0.0"
6561+
type-fest "^4.7.1"
6562+
65636563
[email protected], he@^1.1.0, he@^1.2.0:
65646564
version "1.2.0"
65656565
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -7240,6 +7240,11 @@ is-stream@^2.0.0:
72407240
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
72417241
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
72427242

7243+
is-stream@^3.0.0:
7244+
version "3.0.0"
7245+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac"
7246+
integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
7247+
72437248
is-string@^1.0.5:
72447249
version "1.0.5"
72457250
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
@@ -12235,6 +12240,11 @@ type-fest@^0.8.0, type-fest@^0.8.1:
1223512240
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
1223612241
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
1223712242

12243+
type-fest@^4.7.1:
12244+
version "4.8.3"
12245+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.8.3.tgz#6db08d9f44d596cd953f83020c7c56310c368d1c"
12246+
integrity sha512-//BaTm14Q/gHBn09xlnKNqfI8t6bmdzx2DXYfPBNofN0WUybCEUDcbCWcTa0oF09lzLjZgPphXAsvRiMK0V6Bw==
12247+
1223812248
type-is@~1.6.17, type-is@~1.6.18:
1223912249
version "1.6.18"
1224012250
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"

0 commit comments

Comments
 (0)