From d040e9d3de94ad8e768549ae66c97cf911c78815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 11:18:02 +0900 Subject: [PATCH] deps: bump standard-version from 8.0.1 to 8.0.2 (#266) 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 abc2658..c381af5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10434,9 +10434,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 ec5d396..a597a17 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "lint-staged": "^10.2.11", "nock": "^13.0.2", "prettier": "2.0.5", - "standard-version": "^8.0.1", + "standard-version": "^8.0.2", "ts-jest": "^25.5.1", "typescript": "^3.9.6" }