From 82d956c4919c1e8d1f5ffb7de20dadb60ef85869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 20:08:29 +0000 Subject: [PATCH] build(deps): bump shell-quote from 1.8.3 to 1.8.4 Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.3 to 1.8.4. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.3...v1.8.4) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7b7318..9f0bdeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sentinel-node-manager", - "version": "0.1.0", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sentinel-node-manager", - "version": "0.1.0", + "version": "0.1.2", "license": "MIT", "dependencies": { "@cosmjs/amino": "^0.34.0", @@ -23,7 +23,7 @@ "material-symbols": "^0.44.2", "qrcode": "^1.5.4", "recharts": "^2.15.4", - "shell-quote": "^1.8.3", + "shell-quote": "^1.8.4", "ssh2": "^1.15.0", "winston": "^3.19.0", "zustand": "^4.5.5" @@ -58,7 +58,8 @@ "vitest": "^2.1.9" }, "engines": { - "node": ">=18" + "node": ">=20.10", + "npm": ">=10" } }, "node_modules/@alloc/quick-lru": { @@ -9981,9 +9982,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", - "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz", + "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==", "license": "MIT", "engines": { "node": ">= 0.4" diff --git a/package.json b/package.json index cb93ceb..ef226e6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "material-symbols": "^0.44.2", "qrcode": "^1.5.4", "recharts": "^2.15.4", - "shell-quote": "^1.8.3", + "shell-quote": "^1.8.4", "ssh2": "^1.15.0", "winston": "^3.19.0", "zustand": "^4.5.5"