From d277199f0a7484d42086f56cef4be52401effcef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 06:15:32 +0000 Subject: [PATCH] chore(deps-dev): update @semantic-release/exec requirement Updates the requirements on [@semantic-release/exec](https://github.com/semantic-release/exec) to permit the latest version. - [Release notes](https://github.com/semantic-release/exec/releases) - [Commits](https://github.com/semantic-release/exec/compare/v3.3.5...v3.3.6) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df9aeb3..b7ff452 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "devDependencies": { "@semantic-release/changelog": "3.0.4", "@semantic-release/commit-analyzer": "6.2.0", - "@semantic-release/exec": "3.3.5", + "@semantic-release/exec": "3.3.6", "@semantic-release/git": "7.0.16", "@semantic-release/github": "5.4.2", "conventional-changelog": "3.1.10",