From 06f6a12640ae708570bcfa42981441530523c750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 13:44:45 +0000 Subject: [PATCH] deps: bump string-argv from 0.1.1 to 0.3.2 Bumps [string-argv](https://github.com/mccormicka/string-argv) from 0.1.1 to 0.3.2. - [Release notes](https://github.com/mccormicka/string-argv/releases) - [Changelog](https://github.com/mccormicka/string-argv/blob/master/CHANGELOG.md) - [Commits](https://github.com/mccormicka/string-argv/commits) --- updated-dependencies: - dependency-name: string-argv dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b714a729a..c66ca7303 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "object-hash": "^3.0.0", "semver": "^7.7.3", "shelljs": "^0.10.0", - "string-argv": "0.1.1", + "string-argv": "0.3.2", "transliteration": "^2.6.0", "winston": "^3.11.0", "yargs": "^16.1.0" @@ -6500,9 +6500,9 @@ } }, "node_modules/string-argv": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.1.1.tgz", - "integrity": "sha512-El1Va5ehZ0XTj3Ekw4WFidXvTmt9SrC0+eigdojgtJMVtPkF0qbBe9fyNSl9eQf+kUHnTSQxdQYzuHfZy8V+DQ==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", + "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==", "license": "MIT", "engines": { "node": ">=0.6.19" diff --git a/package.json b/package.json index 14c402bf2..2de824a0c 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "object-hash": "^3.0.0", "semver": "^7.7.3", "shelljs": "^0.10.0", - "string-argv": "0.1.1", + "string-argv": "0.3.2", "transliteration": "^2.6.0", "winston": "^3.11.0", "yargs": "^16.1.0"