Skip to content

Commit

Permalink
pin minipass to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jul 26, 2023
1 parent 9d16c88 commit 7ca9e99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -51,6 +51,9 @@
"test": "yarn run lint && yarn run build --source-maps && c8 yarn run test-only",
"test-only": "ava"
},
"resolutions": {
"minipass": "6.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel-loader.git"
Expand Down
17 changes: 4 additions & 13 deletions yarn.lock
Expand Up @@ -5443,19 +5443,10 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"minipass@npm:^3.0.0":
version: 3.3.6
resolution: "minipass@npm:3.3.6"
dependencies:
yallist: ^4.0.0
checksum: a30d083c8054cee83cdcdc97f97e4641a3f58ae743970457b1489ce38ee1167b3aaf7d815cd39ec7a99b9c40397fd4f686e83750e73e652b21cb516f6d845e48
languageName: node
linkType: hard

"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0":
version: 7.0.2
resolution: "minipass@npm:7.0.2"
checksum: 46776de732eb7cef2c7404a15fb28c41f5c54a22be50d47b03c605bf21f5c18d61a173c0a20b49a97e7a65f78d887245066410642551e45fffe04e9ac9e325bc
"minipass@npm:6.0.2":
version: 6.0.2
resolution: "minipass@npm:6.0.2"
checksum: d140b91f4ab2e5ce5a9b6c468c0e82223504acc89114c1a120d4495188b81fedf8cade72a9f4793642b4e66672f990f1e0d902dd858485216a07cd3c8a62fac9
languageName: node
linkType: hard

Expand Down

0 comments on commit 7ca9e99

Please sign in to comment.