From 48930ef760595e0e09a7869564e0602e195abc32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 10:33:42 +0000 Subject: [PATCH] chore(deps-dev): bump standard-version from 9.1.1 to 9.2.0 Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 9.1.1 to 9.2.0. - [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.1.1...v9.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9c04788..18132e7 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "opener": "^1.5.1", "pixi.js-legacy": "^5.3.8", "prettier": "^2.2.1", - "standard-version": "^9.1.1", + "standard-version": "^9.2.0", "typescript": "^4.2.3" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index f865b39..83c23f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6569,10 +6569,10 @@ stack-trace@0.0.10: resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.10.tgz" integrity sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA= -standard-version@^9.1.1: - version "9.1.1" - resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9.1.1.tgz" - integrity sha512-PF9JnRauBwH7DAkmefYu1mB2Kx0MVG13udqDTFmDUiogbyikBAHBdMrVuauxtAb2YIkyZ3FMYCNv0hqUKMOPww== +standard-version@^9.2.0: + version "9.2.0" + resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9.2.0.tgz#d4e64b201ec1abb8a677b265d8755e5e8b9e33a3" + integrity sha512-utJcqjk/wR4sePSwDoRcc5CzJ6S+kec5Hd0+1TJI+j1TRYuuptweAnEUdkkjGf2vYoGab2ezefyVtW065HZ1Uw== dependencies: chalk "^2.4.2" conventional-changelog "3.1.24"