From 61b6a574f443dad5533a78130094228e5db4c4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:38:37 +0000 Subject: [PATCH] build(deps): bump is-stream from 3.0.0 to 4.0.1 Bumps [is-stream](https://github.com/sindresorhus/is-stream) from 3.0.0 to 4.0.1. - [Release notes](https://github.com/sindresorhus/is-stream/releases) - [Commits](https://github.com/sindresorhus/is-stream/compare/v3.0.0...v4.0.1) --- updated-dependencies: - dependency-name: is-stream dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++++++------ package.json | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca334ec..c26ae08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -256,7 +256,7 @@ "is-number-like": "^1.0.8", "is-plain-obj": "^4.1.0", "is-plain-object": "^5.0.0", - "is-stream": "^3.0.0", + "is-stream": "^4.0.1", "is-unicode-supported": "^2.0.0", "is-what": "^3.14.1", "is-wsl": "^3.1.0", @@ -11882,6 +11882,17 @@ "node": ">=14.18.0" } }, + "node_modules/default-gateway/node_modules/is-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/default-gateway/node_modules/mimic-fn": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", @@ -14393,12 +14404,11 @@ } }, "node_modules/is-stream": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", - "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", - "license": "MIT", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz", + "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==", "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index b5c37fc..d1be57c 100644 --- a/package.json +++ b/package.json @@ -251,7 +251,7 @@ "is-number-like": "^1.0.8", "is-plain-obj": "^4.1.0", "is-plain-object": "^5.0.0", - "is-stream": "^3.0.0", + "is-stream": "^4.0.1", "is-unicode-supported": "^2.0.0", "is-what": "^3.14.1", "is-wsl": "^3.1.0",