From 879483a7a3fe02b8475de47b3593b3821f09ee03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 00:20:59 +0000 Subject: [PATCH] Bump shell-quote from 1.8.4 to 1.10.0 Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.4 to 1.10.0. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.4...v1.10.0) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.10.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1eb3979f..40573e30 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "resolutions": { "elliptic": "^6.6.1", "protobufjs": "^7.5.6", - "shell-quote": "^1.8.4", + "shell-quote": "^1.10.0", "axios": "^1.16.0", "@babel/plugin-transform-modules-systemjs": "^7.29.4", "@isaacs/brace-expansion": "^5.0.1",