Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hasha from 3.0.0 to 6.0.0 #27324

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"figures": "^2.0.0",
"glob": "^7.2.0",
"gzip-size": "^3.0.0",
"hasha": "^3.0.0",
"hasha": "^6.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-jsdom-global": "4.0.0",
Expand Down
29 changes: 22 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4021,7 +4021,7 @@ __metadata:
fsevents: "npm:^2.3.2"
glob: "npm:^7.2.0"
gzip-size: "npm:^3.0.0"
hasha: "npm:^3.0.0"
hasha: "npm:^6.0.0"
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
jest-environment-jsdom-global: "npm:4.0.0"
Expand Down Expand Up @@ -10725,12 +10725,13 @@ __metadata:
languageName: node
linkType: hard

"hasha@npm:^3.0.0":
version: 3.0.0
resolution: "hasha@npm:3.0.0"
"hasha@npm:^6.0.0":
version: 6.0.0
resolution: "hasha@npm:6.0.0"
dependencies:
is-stream: "npm:^1.0.1"
checksum: 10c0/6412d08e8bb165b0616a27dbe34476162af8469de3a0d75b02aa2f2f78634b92650fcc31c6dcf6d9b76df71323df8c37befb4c1e42a367f08fbd1f0c04ae5a26
is-stream: "npm:^3.0.0"
type-fest: "npm:^4.7.1"
checksum: 10c0/af6f324c60b65bc3b293ac27e2719a29d0c996b0f443a202e6fadf0497e7e28c30b5a61740b9e40af6d386cdd9660ee2b242090954506c3abd140476abf890d0
languageName: node
linkType: hard

Expand Down Expand Up @@ -11512,7 +11513,7 @@ __metadata:
languageName: node
linkType: hard

"is-stream@npm:^1.0.1, is-stream@npm:^1.1.0":
"is-stream@npm:^1.1.0":
version: 1.1.0
resolution: "is-stream@npm:1.1.0"
checksum: 10c0/b8ae7971e78d2e8488d15f804229c6eed7ed36a28f8807a1815938771f4adff0e705218b7dab968270433f67103e4fef98062a0beea55d64835f705ee72c7002
Expand All @@ -11526,6 +11527,13 @@ __metadata:
languageName: node
linkType: hard

"is-stream@npm:^3.0.0":
version: 3.0.0
resolution: "is-stream@npm:3.0.0"
checksum: 10c0/eb2f7127af02ee9aa2a0237b730e47ac2de0d4e76a4a905a50a11557f2339df5765eaea4ceb8029f1efa978586abe776908720bfcb1900c20c6ec5145f6f29d8
languageName: node
linkType: hard

"is-string@npm:^1.0.5, is-string@npm:^1.0.7":
version: 1.0.7
resolution: "is-string@npm:1.0.7"
Expand Down Expand Up @@ -16743,6 +16751,13 @@ __metadata:
languageName: node
linkType: hard

"type-fest@npm:^4.7.1":
version: 4.21.0
resolution: "type-fest@npm:4.21.0"
checksum: 10c0/60c09995336ea15a405caa76a9ad9238e7ea324d945519880c560e4ee0845479889c45a51810ca81b0f37abd46229a06d2e17ab9b12d1a5cbe335af56819c92b
languageName: node
linkType: hard

"type-is@npm:~1.6.18":
version: 1.6.18
resolution: "type-is@npm:1.6.18"
Expand Down
Loading