From f02b09fe821ed8673085156703e5835ec45aa294 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 14:58:36 +0000 Subject: [PATCH] chore(deps-dev): update semantic-release requirement Updates the requirements on [semantic-release](https://github.com/semantic-release/semantic-release) to permit the latest version. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.18...v15.13.24) 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 1293153..b1b93c7 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "jest": "24.8.0", "lint-staged": "9.2.1", "npmvet": "0.1.5", - "semantic-release": "15.13.18", + "semantic-release": "15.13.24", "ts-jest": "24.0.2", "typescript": "3.5.3" },