From 5a2880ebf0ff08c10c5b0539fecfe0338e4cf721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 20:03:29 +0000 Subject: [PATCH] chore(deps): update semantic-release requirement from ^17.4.2 to ^17.4.5 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/v17.4.2...v17.4.5) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd83a56..b6514a9 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "cli-spinners": "^2.6.0", "eslint": "^7.31.0", "eslint-config-codedependant": "^2.1.6", - "semantic-release": "^17.4.2", + "semantic-release": "^17.4.5", "tap": "^14.10.2", "vuepress": "^1.8.2" },