deps: Add @actions/exec@1.1.1 as direct dependency

This commit is contained in:
Brian Flad 2023-02-09 10:28:03 -05:00
parent 9e68df0b87
commit 71550d18ba
No known key found for this signature in database
GPG key ID: AC40A9A6632E4888
2 changed files with 2 additions and 1 deletions

2
package-lock.json generated
View file

@ -7,10 +7,10 @@
"": {
"name": "setup-terraform",
"version": "2.0.2",
"hasInstallScript": true,
"license": "MPL-2.0",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1",

View file

@ -20,6 +20,7 @@
"author": "",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1",