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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-01 22:58:12 +00:00 committed by GitHub
parent 7e48093f71
commit 2cf8454431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@actions/glob": "0.4.0", "@actions/glob": "0.4.0",
"@actions/http-client": "2.1.0", "@actions/http-client": "2.1.0",
"@actions/tool-cache": "2.0.1", "@actions/tool-cache": "2.0.1",
"string-argv": "0.3.1" "string-argv": "0.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "29.5.1", "@types/jest": "29.5.1",
@ -6606,9 +6606,9 @@
} }
}, },
"node_modules/string-argv": { "node_modules/string-argv": {
"version": "0.3.1", "version": "0.3.2",
"resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz", "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz",
"integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==",
"engines": { "engines": {
"node": ">=0.6.19" "node": ">=0.6.19"
} }
@ -12254,9 +12254,9 @@
} }
}, },
"string-argv": { "string-argv": {
"version": "0.3.1", "version": "0.3.2",
"resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz", "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz",
"integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==" "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q=="
}, },
"string-length": { "string-length": {
"version": "4.0.2", "version": "4.0.2",

View file

@ -33,7 +33,7 @@
"@actions/glob": "0.4.0", "@actions/glob": "0.4.0",
"@actions/http-client": "2.1.0", "@actions/http-client": "2.1.0",
"@actions/tool-cache": "2.0.1", "@actions/tool-cache": "2.0.1",
"string-argv": "0.3.1" "string-argv": "0.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "16.11.21", "@types/node": "16.11.21",