File tree 4 files changed +10
-9
lines changed
4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " minipass" ,
3
- "version" : " 7.0.4 " ,
3
+ "version" : " 7.1.0 " ,
4
4
"description" : " minimal implementation of a PassThrough stream" ,
5
5
"main" : " ./dist/commonjs/index.js" ,
6
6
"types" : " ./dist/commonjs/index.d.ts" ,
57
57
"end-of-stream" : " ^1.4.0" ,
58
58
"node-abort-controller" : " ^3.1.1" ,
59
59
"prettier" : " ^2.6.2" ,
60
- "sync-content" : " ^1.0.2" ,
61
60
"tap" : " ^18.3.0" ,
62
61
"through2" : " ^2.0.3" ,
63
62
"tshy" : " ^1.2.2" ,
75
74
"node" : " >=16 || 14 >=14.17"
76
75
},
77
76
"tap" : {
77
+ "typecheck" : true ,
78
78
"include" : [
79
79
" test/*.ts"
80
80
]
Original file line number Diff line number Diff line change 124
124
"libnpmversion": "^6.0.0",
125
125
"make-fetch-happen": "^13.0.1",
126
126
"minimatch": "^9.0.4",
127
- "minipass": "^7.0.4 ",
127
+ "minipass": "^7.1.0 ",
128
128
"minipass-pipeline": "^1.2.4",
129
129
"ms": "^2.1.2",
130
130
"node-gyp": "^10.1.0",
8391
8391
}
8392
8392
},
8393
8393
"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 ==",
8397
8397
"inBundle": true,
8398
+ "license": "ISC",
8398
8399
"engines": {
8399
8400
"node": ">=16 || 14 >=14.17"
8400
8401
}
14969
14970
"devDependencies": {
14970
14971
"@npmcli/eslint-config": "^4.0.0",
14971
14972
"@npmcli/template-oss": "4.22.0",
14972
- "minipass": "^7.0.4 ",
14973
+ "minipass": "^7.1.0 ",
14973
14974
"nock": "^13.3.3",
14974
14975
"tap": "^16.3.8"
14975
14976
},
Original file line number Diff line number Diff line change 89
89
"libnpmversion" : " ^6.0.0" ,
90
90
"make-fetch-happen" : " ^13.0.1" ,
91
91
"minimatch" : " ^9.0.4" ,
92
- "minipass" : " ^7.0.4 " ,
92
+ "minipass" : " ^7.1.0 " ,
93
93
"minipass-pipeline" : " ^1.2.4" ,
94
94
"ms" : " ^2.1.2" ,
95
95
"node-gyp" : " ^10.1.0" ,
Original file line number Diff line number Diff line change 29
29
"devDependencies" : {
30
30
"@npmcli/eslint-config" : " ^4.0.0" ,
31
31
"@npmcli/template-oss" : " 4.22.0" ,
32
- "minipass" : " ^7.0.4 " ,
32
+ "minipass" : " ^7.1.0 " ,
33
33
"nock" : " ^13.3.3" ,
34
34
"tap" : " ^16.3.8"
35
35
},
You can’t perform that action at this time.
0 commit comments