Bump all-contributors-cli from 6.25.0 to 6.26.1 (#803)

Bumps [all-contributors-cli](https://github.com/all-contributors/all-contributors-cli) from 6.25.0 to 6.26.1.
- [Release notes](https://github.com/all-contributors/all-contributors-cli/releases)
- [Commits](https://github.com/all-contributors/all-contributors-cli/compare/v6.25.0...v6.26.1)

---
updated-dependencies:
- dependency-name: all-contributors-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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] 2023-09-05 16:06:06 -04:00 committed by GitHub
parent 541047561b
commit 1dee4fae0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 5 deletions

27
package-lock.json generated
View File

@ -11,7 +11,7 @@
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"all-contributors-cli": "^6.25.0",
"all-contributors-cli": "^6.26.1",
"clean-css": "^5.3.2",
"html-minifier": "^4.0.0",
"luxon": "^3.3.0",
@ -335,9 +335,9 @@
}
},
"node_modules/all-contributors-cli": {
"version": "6.25.0",
"resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.25.0.tgz",
"integrity": "sha512-vsMPLmpnYxzUV0Em/4RNmrnmCruUnIWcY10I0QNRUU9A0275VEuJTVhICi/L2V6foIemwog3ZeNfNV9qeetfsw==",
"version": "6.26.1",
"resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.26.1.tgz",
"integrity": "sha512-Ymgo3FJACRBEd1eE653FD1J/+uD0kqpUNYfr9zNC1Qby0LgbhDBzB3EF6uvkAbYpycStkk41J+0oo37Lc02yEw==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.7.6",
@ -356,6 +356,9 @@
},
"engines": {
"node": ">=4"
},
"optionalDependencies": {
"prettier": "^2"
}
},
"node_modules/all-contributors-cli/node_modules/pify": {
@ -2247,6 +2250,22 @@
"node": ">= 4"
}
},
"node_modules/prettier": {
"version": "2.8.8",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
"dev": true,
"optional": true,
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prismjs": {
"version": "1.29.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz",

View File

@ -39,7 +39,7 @@
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"all-contributors-cli": "^6.25.0",
"all-contributors-cli": "^6.26.1",
"clean-css": "^5.3.2",
"html-minifier": "^4.0.0",
"luxon": "^3.3.0",