From 2c015f2f1cbd1446c1be8f75fd87f0a425724225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 10:48:39 +0000 Subject: [PATCH] deps: bump p-queue from 7.4.1 to 8.0.0 Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.4.1 to 8.0.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v7.4.1...v8.0.0) --- updated-dependencies: - dependency-name: p-queue dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/ipfs-unixfs-exporter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index 71844231..eac18f5a 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -149,7 +149,7 @@ "it-pipe": "^3.0.1", "it-pushable": "^3.1.0", "multiformats": "^12.0.1", - "p-queue": "^7.3.0", + "p-queue": "^8.0.0", "progress-events": "^1.0.0", "uint8arrays": "^4.0.2" },