Skip to content

Commit dade2c8

Browse files
committed
deps: minipass@7.1.0
1 parent 18e5312 commit dade2c8

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

node_modules/minipass/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minipass",
3-
"version": "7.0.4",
3+
"version": "7.1.0",
44
"description": "minimal implementation of a PassThrough stream",
55
"main": "./dist/commonjs/index.js",
66
"types": "./dist/commonjs/index.d.ts",
@@ -57,7 +57,6 @@
5757
"end-of-stream": "^1.4.0",
5858
"node-abort-controller": "^3.1.1",
5959
"prettier": "^2.6.2",
60-
"sync-content": "^1.0.2",
6160
"tap": "^18.3.0",
6261
"through2": "^2.0.3",
6362
"tshy": "^1.2.2",
@@ -75,6 +74,7 @@
7574
"node": ">=16 || 14 >=14.17"
7675
},
7776
"tap": {
77+
"typecheck": true,
7878
"include": [
7979
"test/*.ts"
8080
]

package-lock.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"libnpmversion": "^6.0.0",
125125
"make-fetch-happen": "^13.0.1",
126126
"minimatch": "^9.0.4",
127-
"minipass": "^7.0.4",
127+
"minipass": "^7.1.0",
128128
"minipass-pipeline": "^1.2.4",
129129
"ms": "^2.1.2",
130130
"node-gyp": "^10.1.0",
@@ -8391,10 +8391,11 @@
83918391
}
83928392
},
83938393
"node_modules/minipass": {
8394-
"version": "7.0.4",
8395-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
8396-
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
8394+
"version": "7.1.0",
8395+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.0.tgz",
8396+
"integrity": "sha512-oGZRv2OT1lO2UF1zUcwdTb3wqUwI0kBGTgt/T7OdSj6M6N5m3o5uPf0AIW6lVxGGoiWUR7e2AwTE+xiwK8WQig==",
83978397
"inBundle": true,
8398+
"license": "ISC",
83988399
"engines": {
83998400
"node": ">=16 || 14 >=14.17"
84008401
}
@@ -14969,7 +14970,7 @@
1496914970
"devDependencies": {
1497014971
"@npmcli/eslint-config": "^4.0.0",
1497114972
"@npmcli/template-oss": "4.22.0",
14972-
"minipass": "^7.0.4",
14973+
"minipass": "^7.1.0",
1497314974
"nock": "^13.3.3",
1497414975
"tap": "^16.3.8"
1497514976
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"libnpmversion": "^6.0.0",
9090
"make-fetch-happen": "^13.0.1",
9191
"minimatch": "^9.0.4",
92-
"minipass": "^7.0.4",
92+
"minipass": "^7.1.0",
9393
"minipass-pipeline": "^1.2.4",
9494
"ms": "^2.1.2",
9595
"node-gyp": "^10.1.0",

workspaces/libnpmorg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@npmcli/eslint-config": "^4.0.0",
3131
"@npmcli/template-oss": "4.22.0",
32-
"minipass": "^7.0.4",
32+
"minipass": "^7.1.0",
3333
"nock": "^13.3.3",
3434
"tap": "^16.3.8"
3535
},

0 commit comments

Comments
 (0)