fix(deps): update dependency catharsis to ^0.9.0 (#1798)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-06-15 21:27:48 +00:00 committed by GitHub
parent 5748091d38
commit d2bb80fb0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -15,11 +15,11 @@
"integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
}, },
"catharsis": { "catharsis": {
"version": "0.8.11", "version": "0.9.0",
"resolved": "https://registry.npmjs.org/catharsis/-/catharsis-0.8.11.tgz", "resolved": "https://registry.npmjs.org/catharsis/-/catharsis-0.9.0.tgz",
"integrity": "sha512-a+xUyMV7hD1BrDQA/3iPV7oc+6W26BgVJO05PGEoatMyIuPScQKsde6i3YorWX1qs+AZjnJ18NqdKoCtKiNh1g==", "integrity": "sha512-prMTQVpcns/tzFgFVkVp6ak6RykZyWb3gu8ckUpd6YkTlacOd3DXGJjIpD4Q6zJirizvaiAjSSHlOsA+6sNh2A==",
"requires": { "requires": {
"lodash": "^4.17.14" "lodash": "^4.17.15"
} }
}, },
"code-prettify": { "code-prettify": {

View File

@ -19,7 +19,7 @@
"@jsdoc/core": "^0.3.1", "@jsdoc/core": "^0.3.1",
"@jsdoc/util": "^0.2.1", "@jsdoc/util": "^0.2.1",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"catharsis": "^0.8.11", "catharsis": "^0.9.0",
"code-prettify": "^0.1.0", "code-prettify": "^0.1.0",
"color-themes-for-google-code-prettify": "^2.0.4", "color-themes-for-google-code-prettify": "^2.0.4",
"common-path-prefix": "^3.0.0", "common-path-prefix": "^3.0.0",