From 8f719a866a60fdc7e6ad2cfade9d76afbff8a76a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 02:03:07 +0000 Subject: [PATCH] deps: bump standard-version from 8.0.1 to 8.0.2 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] --- 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 128f3ed..3d9a1e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11189,9 +11189,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 c9ec963..9f12461 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,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" }