From 80cc0582d46c2e6dafaddac937cbd255bdff074b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 04:11:55 +0000 Subject: [PATCH] Update standard-version requirement from ^9.3.1 to ^9.5.0 Updates the requirements on [standard-version](https://github.com/conventional-changelog/standard-version) to permit the latest version. - [Release notes](https://github.com/conventional-changelog/standard-version/releases) - [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/standard-version/compare/v9.3.1...v9.5.0) --- updated-dependencies: - dependency-name: standard-version 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 957f248..6b9f0b2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@typescript-eslint/parser": "^4.11.1", "eslint": "^7.5.0", "jest": "^26.6.3", - "standard-version": "^9.3.1", + "standard-version": "^9.5.0", "ts-jest": "^26.4.4", "tslib": "^2.3.1", "typescript": "^4.1.3"