Skip to content

Commit

Permalink
deps: minipass@4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Feb 14, 2023
1 parent 678c6bf commit fad0473
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion node_modules/minipass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minipass",
"version": "4.0.2",
"version": "4.0.3",
"description": "minimal implementation of a PassThrough stream",
"main": "index.js",
"types": "index.d.ts",
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.0.3",
"minimatch": "^6.2.0",
"minipass": "^4.0.2",
"minipass": "^4.0.3",
"minipass-pipeline": "^1.2.4",
"ms": "^2.1.2",
"node-gyp": "^9.3.1",
Expand Down Expand Up @@ -8535,9 +8535,9 @@
}
},
"node_modules/minipass": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.2.tgz",
"integrity": "sha512-4Hbzei7ZyBp+1aw0874YWpKOubZd/jc53/XU+gkYry1QV+VvrbO8icLM5CUtm4F0hyXn85DXYKEMIS26gitD3A==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.3.tgz",
"integrity": "sha512-OW2r4sQ0sI+z5ckEt5c1Tri4xTgZwYDxpE54eqWlQloQRoWtXjqt9udJ5Z4dSv7wK+nfFI7FRXyCpBSft+gpFw==",
"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.0.3",
"minimatch": "^6.2.0",
"minipass": "^4.0.2",
"minipass": "^4.0.3",
"minipass-pipeline": "^1.2.4",
"ms": "^2.1.2",
"node-gyp": "^9.3.1",
Expand Down

0 comments on commit fad0473

Please sign in to comment.