Skip to content

Commit

Permalink
deps: minipass@7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 7, 2024
1 parent 18e5312 commit dade2c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions node_modules/minipass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minipass",
"version": "7.0.4",
"version": "7.1.0",
"description": "minimal implementation of a PassThrough stream",
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
Expand Down Expand Up @@ -57,7 +57,6 @@
"end-of-stream": "^1.4.0",
"node-abort-controller": "^3.1.1",
"prettier": "^2.6.2",
"sync-content": "^1.0.2",
"tap": "^18.3.0",
"through2": "^2.0.3",
"tshy": "^1.2.2",
Expand All @@ -75,6 +74,7 @@
"node": ">=16 || 14 >=14.17"
},
"tap": {
"typecheck": true,
"include": [
"test/*.ts"
]
Expand Down
11 changes: 6 additions & 5 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"libnpmversion": "^6.0.0",
"make-fetch-happen": "^13.0.1",
"minimatch": "^9.0.4",
"minipass": "^7.0.4",
"minipass": "^7.1.0",
"minipass-pipeline": "^1.2.4",
"ms": "^2.1.2",
"node-gyp": "^10.1.0",
Expand Down Expand Up @@ -8391,10 +8391,11 @@
}
},
"node_modules/minipass": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.0.tgz",
"integrity": "sha512-oGZRv2OT1lO2UF1zUcwdTb3wqUwI0kBGTgt/T7OdSj6M6N5m3o5uPf0AIW6lVxGGoiWUR7e2AwTE+xiwK8WQig==",
"inBundle": true,
"license": "ISC",
"engines": {
"node": ">=16 || 14 >=14.17"
}
Expand Down Expand Up @@ -14969,7 +14970,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.22.0",
"minipass": "^7.0.4",
"minipass": "^7.1.0",
"nock": "^13.3.3",
"tap": "^16.3.8"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"libnpmversion": "^6.0.0",
"make-fetch-happen": "^13.0.1",
"minimatch": "^9.0.4",
"minipass": "^7.0.4",
"minipass": "^7.1.0",
"minipass-pipeline": "^1.2.4",
"ms": "^2.1.2",
"node-gyp": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmorg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.22.0",
"minipass": "^7.0.4",
"minipass": "^7.1.0",
"nock": "^13.3.3",
"tap": "^16.3.8"
},
Expand Down

0 comments on commit dade2c8

Please sign in to comment.