From fc76fb59daf954781ecce9ab5443ae401166c0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:07:08 -0400 Subject: [PATCH] build(deps-dev): Bump fastq from 1.15.0 to 1.17.1 (#1846) Bumps [fastq](https://github.com/mcollina/fastq) from 1.15.0 to 1.17.1. - [Release notes](https://github.com/mcollina/fastq/releases) - [Commits](https://github.com/mcollina/fastq/compare/v1.15.0...v1.17.1) --- updated-dependencies: - dependency-name: fastq dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3716ce36a..4049f03ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14577,9 +14577,9 @@ } }, "node_modules/fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", "dev": true, "dependencies": { "reusify": "^1.0.4"