Skip to content

Commit

Permalink
deps: bump minipass from 4.2.7 to 5.0.0 (#220)
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 for 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 23f5c73 commit b04e3c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/cache/entry.js
@@ -1,5 +1,5 @@
const { Request, Response } = require('minipass-fetch')
const Minipass = require('minipass')
const { Minipass } = require('minipass')
const MinipassFlush = require('minipass-flush')
const cacache = require('cacache')
const url = require('url')
Expand Down
2 changes: 1 addition & 1 deletion lib/remote.js
@@ -1,4 +1,4 @@
const Minipass = require('minipass')
const { Minipass } = require('minipass')
const fetch = require('minipass-fetch')
const promiseRetry = require('promise-retry')
const ssri = require('ssri')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"https-proxy-agent": "^5.0.0",
"is-lambda": "^1.0.1",
"lru-cache": "^7.7.1",
"minipass": "^4.0.0",
"minipass": "^5.0.0",
"minipass-fetch": "^3.0.0",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
Expand Down
2 changes: 1 addition & 1 deletion test/fetch.js
@@ -1,6 +1,6 @@
'use strict'

const Minipass = require('minipass')
const { Minipass } = require('minipass')
const t = require('tap')
const nock = require('nock')
const fetch = require('../lib/index.js')
Expand Down

0 comments on commit b04e3c2

Please sign in to comment.