From ca3e15494bbd1353b0960fa5169f1d28f80b322a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 15:29:54 -0400 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 13 ++++++------- package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ebc407..18bd869 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } }, diff --git a/package.json b/package.json index 8caee4b..a845f0c 100644 --- a/package.json +++ b/package.json @@ -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",