Fix argv split

This commit is contained in:
Anton Medvedev 2020-12-04 00:05:51 +01:00
commit cc5f2d19c6
3 changed files with 8 additions and 1 deletions

5
package-lock.json generated
View file

@ -7,6 +7,11 @@
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
"integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA=="
},
"argv-split": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argv-split/-/argv-split-2.0.1.tgz",
"integrity": "sha1-viZBF3kNvVzNY+w/RJoYBIFKxMU="
},
"cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",