From d8d17603e8028f5bfe69ad96c075500db703dc33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:30:40 +0000 Subject: [PATCH] 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e1de617..94a1a06 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.0.1", "husky": "^8.0.3", - "is-stream": "^3.0.0", + "is-stream": "^4.0.1", "lint-staged": "^15.2.0", "npm-run-all": "^4.1.5", "prettier": "^3.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c3a09f..b37bddb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,8 +56,8 @@ devDependencies: specifier: ^8.0.3 version: 8.0.3 is-stream: - specifier: ^3.0.0 - version: 3.0.0 + specifier: ^4.0.1 + version: 4.0.1 lint-staged: specifier: ^15.2.0 version: 15.2.0 @@ -2467,6 +2467,11 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: true + /is-stream@4.0.1: + resolution: {integrity: sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==} + engines: {node: '>=18'} + dev: true + /is-string@1.0.7: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'}