Skip to content

Commit a2d5880

Browse files
dependabot[bot]nlf
andauthored
deps: bump minipass from 4.2.7 to 5.0.0 (#177)
* deps: bump minipass from 4.2.7 to 5.0.0 Bumps [minipass](https://github.com./isaacs/minipass) from 4.2.7 to 5.0.0. - [Release notes](https://github.com./isaacs/minipass/releases) - [Changelog](https://github.com./isaacs/minipass/blob/main/CHANGELOG.md) - [Commits](isaacs/minipass@v4.2.7...v5.0.0) --- updated-dependencies: - dependency-name: minipass dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: fixup usage of minipass@5 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com.> Co-authored-by: nlf <[email protected]>
1 parent 2285097 commit a2d5880

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const npa = require('npm-package-arg')
99
const qs = require('querystring')
1010
const url = require('url')
1111
const zlib = require('minizlib')
12-
const Minipass = require('minipass')
12+
const { Minipass } = require('minipass')
1313

1414
const defaultOpts = require('./default-opts.js')
1515

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"license": "ISC",
3333
"dependencies": {
3434
"make-fetch-happen": "^11.0.0",
35-
"minipass": "^4.0.0",
35+
"minipass": "^5.0.0",
3636
"minipass-fetch": "^3.0.0",
3737
"minipass-json-stream": "^1.0.1",
3838
"minizlib": "^2.1.2",

test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const Minipass = require('minipass')
3+
const { Minipass } = require('minipass')
44
const ssri = require('ssri')
55
const t = require('tap')
66
const zlib = require('zlib')

0 commit comments

Comments
 (0)