deps: bump standard-version from 8.0.1 to 8.0.2 (#382)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-07-14 11:18:19 +09:00 committed by GitHub
parent c83f10804e
commit 483f8d1e34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -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",

View file

@ -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"
}