Bump all-contributors-cli from 6.17.4 to 6.18.0 (#602)

Bumps [all-contributors-cli](https://github.com/all-contributors/all-contributors-cli) from 6.17.4 to 6.18.0.
- [Release notes](https://github.com/all-contributors/all-contributors-cli/releases)
- [Commits](https://github.com/all-contributors/all-contributors-cli/compare/v6.17.4...v6.18.0)

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-10-05 15:29:54 -04:00 committed by GitHub
parent f919bc9278
commit ca3e15494b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

13
package-lock.json generated
View File

@ -286,9 +286,9 @@
}
},
"all-contributors-cli": {
"version": "6.17.4",
"resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.17.4.tgz",
"integrity": "sha512-fv55BHQu1cna2/pJJdv/ULp1C7vfUMxnW8ZRm16RE0brTR3RmuEa4NPY180vHwFjGF5vBZdZsjX/+XxAyapazA==",
"version": "6.18.0",
"resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.18.0.tgz",
"integrity": "sha512-Dy90FtqKZ0TKmjWF3rkJUJzENW7O57mHL4B7JE7nziGjnSSLjGek9VeGAgCfluU037ENj4BKYbsB4oB/op+xFA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.7.6",
@ -683,12 +683,11 @@
},
"dependencies": {
"ansi-styles": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz",
"integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"dev": true,
"requires": {
"@types/color-name": "^1.1.1",
"color-convert": "^2.0.1"
}
},

View File

@ -40,7 +40,7 @@
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
"all-contributors-cli": "^6.17.4",
"all-contributors-cli": "^6.18.0",
"clean-css": "^4.2.3",
"html-minifier": "^4.0.0",
"luxon": "^1.25.0",