From 522abda2425e216ac5fc43558803fd8053dc251c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 07:16:14 +0000 Subject: [PATCH] chore(deps): bump fastq from 1.19.1 to 1.20.1 Bumps [fastq](https://github.com/mcollina/fastq) from 1.19.1 to 1.20.1. - [Release notes](https://github.com/mcollina/fastq/releases) - [Commits](https://github.com/mcollina/fastq/compare/v1.19.1...v1.20.1) --- updated-dependencies: - dependency-name: fastq dependency-version: 1.20.1 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ec9fc9d2d..4700467ae1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8758,9 +8758,9 @@ } }, "node_modules/fastq": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz", - "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==", + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", + "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", "license": "ISC", "dependencies": { "reusify": "^1.0.4"