From c935046a93788ca4ea55bb13f438ae77a54a9197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 11:18:14 +0900 Subject: [PATCH] deps: bump standard-version from 8.0.1 to 8.0.2 (#395) Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 8.0.1 to 8.0.2. - [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/v8.0.1...v8.0.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b469a9890..3324c2945 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8388,9 +8388,9 @@ "dev": true }, "standard-version": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/standard-version/-/standard-version-8.0.1.tgz", - "integrity": "sha512-FLZdjvL2tBdwlctfQeyBf4+dX+SFljwdWfUA0F3wPiU9Rn0+FSuD3I0WXuzC1RmcaWwU5WL3EyV4Aanejc8Pqg==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/standard-version/-/standard-version-8.0.2.tgz", + "integrity": "sha512-L8X9KFq2SmVmaeZgUmWHFJMOsEWpjgFAwqic6yIIoveM1kdw1vH4Io03WWxUDjypjGqGU6qUtcJoR8UvOv5w3g==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index c5691b2fa..d98eea4cf 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "js-yaml": "^3.14.0", "lint-staged": "^10.2.11", "prettier": "2.0.5", - "standard-version": "^8.0.1", + "standard-version": "^8.0.2", "ts-jest": "^25.5.1", "typescript": "^3.9.6" }