chore(deps): update dependency all-contributors-cli to v6.16.1 (#153)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-07-01 21:38:28 +01:00 committed by GitHub
parent d487a7c90e
commit 1d15ed30d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -92,7 +92,7 @@
"@types/sharp": "0.25.0",
"@typescript-eslint/eslint-plugin": "3.4.0",
"@typescript-eslint/parser": "3.4.0",
"all-contributors-cli": "6.16.0",
"all-contributors-cli": "6.16.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-plugin-prismjs": "2.0.1",

View File

@ -3303,17 +3303,17 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.0, ajv@^6.12.2, ajv@^6.5.5:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
all-contributors-cli@6.16.0:
version "6.16.0"
resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-6.16.0.tgz#c998634778f0e2ba5ac1784df6fc3837b34a7c43"
integrity sha512-CHBqxhC31G3LY3gBiTl93+tVMI/QBfqqBf3/HN1T0O1WSVxx60JX9kvG+rsk7YRMaOqL/0yF6wV5cMtfL4gS7w==
all-contributors-cli@6.16.1:
version "6.16.1"
resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-6.16.1.tgz#a08ff137df63a22a6f6bf20a8df3fdf79b1b6ca8"
integrity sha512-8Hu4vHwW8VF28EBmgCpyfleOG8jCU0RB5sEFMuHzIKy8lUidV2Qo/1GfQ1b78ekB4mYMgdMvfDJd5IKtfzUeGg==
dependencies:
"@babel/runtime" "^7.7.6"
async "^3.0.1"
chalk "^4.0.0"
didyoumean "^1.2.1"
inquirer "^7.0.4"
json-fixer "^1.4.0"
json-fixer "^1.5.1"
lodash "^4.11.2"
pify "^5.0.0"
request "^2.72.0"
@ -9039,13 +9039,13 @@ jsesc@~0.5.0:
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=
json-fixer@^1.4.0:
version "1.4.1"
resolved "https://registry.yarnpkg.com/json-fixer/-/json-fixer-1.4.1.tgz#f55e5634d0d85fa231e3781b82c27a6e2a2fc850"
integrity sha512-zbvD9byMClUKRcGsazP2WBO5kG6hS8q6oRAuIWiOvhDDN4zFFIC+tPYG0I20Vhxv8S4W1VeHzesWZB0p5pzvlA==
json-fixer@^1.5.1:
version "1.5.2"
resolved "https://registry.yarnpkg.com/json-fixer/-/json-fixer-1.5.2.tgz#1c99f7f2e93106a105f1311fec7c13c6925a0a93"
integrity sha512-J5NurfFCzJuSEErPKGTLTTwBk3WQ6GtuaqBovkJxcYha2PHU6//HM/YXO5bTDdAOe9LzLhaBaZO2FAtNjk4/Tg==
dependencies:
"@babel/runtime" "^7.7.6"
chalk "^3.0.0"
"@babel/runtime" "^7.10.2"
chalk "^4.1.0"
pegjs "^0.10.0"
json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: