chore(deps): update dependency standard-version to v9.3.1

This commit is contained in:
Renovate Bot 2021-07-21 20:17:13 +00:00
parent 3fc15b4ac6
commit 353c53c81d
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -3538,9 +3538,9 @@
"dev": true
},
"standard-version": {
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.3.0.tgz",
"integrity": "sha512-cYxxKXhYfI3S9+CA84HmrJa9B88H56V5FQ302iFF2TNwJukJCNoU8FgWt+11YtwKFXRkQQFpepC2QOF7aDq2Ow==",
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.3.1.tgz",
"integrity": "sha512-5qMxXw/FxLouC5nANyx/5RY1kiorJx9BppUso8gN07MG64q2uLRmrPb4KfXp3Ql4s/gxjZwZ89e0FwxeLubGww==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View file

@ -50,7 +50,7 @@
"lint-staged": "10.5.4",
"npm-run-all": "4.1.5",
"prettier": "2.3.2",
"standard-version": "9.3.0",
"standard-version": "9.3.1",
"ts-node": "9.1.1",
"typescript": "4.3.5"
}