From f5a61eed4a9ba37e20d12fb898d6b23b0c69f2d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Feb 2020 06:11:30 +0000 Subject: [PATCH] fix: upgrade @actions/exec from 1.0.2 to 1.0.3 Snyk has created this PR to upgrade @actions/exec from 1.0.2 to 1.0.3. See this package in NPM: https://www.npmjs.com/package/@actions/exec See this project in Snyk: https://app.snyk.io/org/webbertakken/project/e69ca31d-f4f2-4223-ae93-0245ffac3626?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6391d9c0..3d4f2a9e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@actions/core": "^1.2.2", - "@actions/exec": "1.0.2", + "@actions/exec": "1.0.3", "@actions/github": "^2.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 80b30d6f..b87b1094 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7,10 +7,10 @@ resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.2.tgz#3c4848d50378f9e3bcb67bcf97813382ec7369ee" integrity sha512-IbCx7oefq+Gi6FWbSs2Fnw8VkEI6Y4gvjrYprY3RV//ksq/KPMlClOerJ4jRosyal6zkUIc8R9fS/cpRMlGClg== -"@actions/exec@1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.0.2.tgz#80ae9c2ea0bf5d0046a9f73d2a1b15bddfff0311" - integrity sha512-Yo/wfcFuxbVjAaAfvx3aGLhMEuonOahas2jf8BwyA52IkXTAmLi7YVZTpGAQG/lTxuGoNLg9slTWQD4rr7rMDQ== +"@actions/exec@1.0.3": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.0.3.tgz#b967f8700d6ff011dcc91243b58bafc1bb9ab95f" + integrity sha512-TogJGnueOmM7ntCi0ASTUj4LapRRtDfj57Ja4IhPmg2fls28uVOPbAn8N+JifaOumN2UG3oEO/Ixek2A4NcYSA== dependencies: "@actions/io" "^1.0.1"