From 2cf8454431787a984cc373455b48a7499b35fe51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:58:12 +0000 Subject: [PATCH] Bump string-argv from 0.3.1 to 0.3.2 Bumps [string-argv](https://github.com/mccormicka/string-argv) from 0.3.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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 995a0da..59685af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@actions/glob": "0.4.0", "@actions/http-client": "2.1.0", "@actions/tool-cache": "2.0.1", - "string-argv": "0.3.1" + "string-argv": "0.3.2" }, "devDependencies": { "@types/jest": "29.5.1", @@ -6606,9 +6606,9 @@ } }, "node_modules/string-argv": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz", - "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", + "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==", "engines": { "node": ">=0.6.19" } @@ -12254,9 +12254,9 @@ } }, "string-argv": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz", - "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==" + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", + "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==" }, "string-length": { "version": "4.0.2", diff --git a/package.json b/package.json index 0fba6c3..18f2696 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@actions/glob": "0.4.0", "@actions/http-client": "2.1.0", "@actions/tool-cache": "2.0.1", - "string-argv": "0.3.1" + "string-argv": "0.3.2" }, "devDependencies": { "@types/node": "16.11.21",