From 9c699df8ae9f55e4ce2d115b13f20dcc08a9bee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:03:00 +0000 Subject: [PATCH] chore(deps): bump human-signals from 7.0.0 to 8.0.0 Bumps [human-signals](https://github.com/ehmicky/human-signals) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/ehmicky/human-signals/releases) - [Changelog](https://github.com/ehmicky/human-signals/blob/main/CHANGELOG.md) - [Commits](https://github.com/ehmicky/human-signals/compare/7.0.0...8.0.0) --- updated-dependencies: - dependency-name: human-signals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index abd8e02..25b5706 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,7 +73,7 @@ "has-flag": "^5.0.1", "hasown": "^2.0.2", "html-escaper": "^3.0.3", - "human-signals": "^7.0.0", + "human-signals": "^8.0.0", "import-local": "^3.1.0", "imurmurhash": "^0.1.4", "inflight": "^1.0.6", @@ -4980,6 +4980,14 @@ "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, + "node_modules/execa/node_modules/human-signals": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-7.0.0.tgz", + "integrity": "sha512-74kytxOUSvNbjrT9KisAbaTZ/eJwD/LrbM/kh5j0IhPuJzwuA19dWvniFGwBzN9rVjg+O/e+F310PjObDXS+9Q==", + "engines": { + "node": ">=18.18.0" + } + }, "node_modules/execa/node_modules/is-stream": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz", @@ -5436,9 +5444,9 @@ "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==" }, "node_modules/human-signals": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-7.0.0.tgz", - "integrity": "sha512-74kytxOUSvNbjrT9KisAbaTZ/eJwD/LrbM/kh5j0IhPuJzwuA19dWvniFGwBzN9rVjg+O/e+F310PjObDXS+9Q==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-8.0.0.tgz", + "integrity": "sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==", "engines": { "node": ">=18.18.0" } diff --git a/package.json b/package.json index 9c659e9..7ae5de2 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "has-flag": "^5.0.1", "hasown": "^2.0.2", "html-escaper": "^3.0.3", - "human-signals": "^7.0.0", + "human-signals": "^8.0.0", "import-local": "^3.1.0", "imurmurhash": "^0.1.4", "inflight": "^1.0.6",