chore(deps): bump string-argv from 0.3.1 to 0.3.2 (#506)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-05-08 14:59:45 +02:00
committed by GitHub
parent 1bad3abcf0
commit 5cddcbc716
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"actions-toolkit": "github:EndBug/actions-toolkit#core-actions", "actions-toolkit": "github:EndBug/actions-toolkit#core-actions",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"simple-git": "^3.18.0", "simple-git": "^3.18.0",
"string-argv": "^0.3.1" "string-argv": "^0.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",
@@ -2845,9 +2845,9 @@
"dev": true "dev": true
}, },
"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"
} }
@@ -5349,9 +5349,9 @@
"dev": true "dev": true
}, },
"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-width": { "string-width": {
"version": "4.2.0", "version": "4.2.0",

View File

@@ -34,7 +34,7 @@
"actions-toolkit": "github:EndBug/actions-toolkit#core-actions", "actions-toolkit": "github:EndBug/actions-toolkit#core-actions",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"simple-git": "^3.18.0", "simple-git": "^3.18.0",
"string-argv": "^0.3.1" "string-argv": "^0.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",