Skip to content

Commit

Permalink
deps: bump minipass from 4.2.7 to 5.0.0 (#177)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* chore: fixup usage of minipass@5

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nlf <quitlahok@gmail.com>
  • Loading branch information
dependabot[bot] and nlf committed Apr 27, 2023
1 parent 2285097 commit a2d5880
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -9,7 +9,7 @@ const npa = require('npm-package-arg')
const qs = require('querystring')
const url = require('url')
const zlib = require('minizlib')
const Minipass = require('minipass')
const { Minipass } = require('minipass')

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"license": "ISC",
"dependencies": {
"make-fetch-happen": "^11.0.0",
"minipass": "^4.0.0",
"minipass": "^5.0.0",
"minipass-fetch": "^3.0.0",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
@@ -1,6 +1,6 @@
'use strict'

const Minipass = require('minipass')
const { Minipass } = require('minipass')
const ssri = require('ssri')
const t = require('tap')
const zlib = require('zlib')
Expand Down

0 comments on commit a2d5880

Please sign in to comment.