From c84606f2df7f455ecaa2b8207250347299570237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 04:19:46 +0000 Subject: [PATCH] Update standard-version requirement from ^9.3.1 to ^9.3.2 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.3.2) --- 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 962aa52..1e6dc72 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.3.2", "ts-jest": "^26.4.4", "tslib": "^2.3.1", "typescript": "^4.1.3"