Skip to content

Commit

Permalink
deps: minipass@4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Apr 17, 2023
1 parent b39d54e commit 5933841
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion node_modules/minipass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "minipass",
"version": "4.2.5",
"version": "4.2.8",
"publishConfig": {
"tag": "legacy-v4"
},
"description": "minimal implementation of a PassThrough stream",
"main": "./index.js",
"module": "./index.mjs",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"libnpmversion": "^4.0.2",
"make-fetch-happen": "^11.1.0",
"minimatch": "^7.4.6",
"minipass": "^4.2.5",
"minipass": "^4.2.8",
"minipass-pipeline": "^1.2.4",
"ms": "^2.1.2",
"node-gyp": "^9.3.1",
Expand Down Expand Up @@ -8539,9 +8539,9 @@
}
},
"node_modules/minipass": {
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz",
"integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==",
"version": "4.2.8",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz",
"integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==",
"inBundle": true,
"engines": {
"node": ">=8"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"libnpmversion": "^4.0.2",
"make-fetch-happen": "^11.1.0",
"minimatch": "^7.4.6",
"minipass": "^4.2.5",
"minipass": "^4.2.8",
"minipass-pipeline": "^1.2.4",
"ms": "^2.1.2",
"node-gyp": "^9.3.1",
Expand Down

0 comments on commit 5933841

Please sign in to comment.