chore(deps-dev): bump @commitlint/cli from 18.4.0 to 18.4.1

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.4.0 to 18.4.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.4.1/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-13 19:51:33 +00:00 committed by GitHub
parent 2c476af7c1
commit 2865b5b63d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@catppuccin/tailwindcss": "^0.1.6", "@catppuccin/tailwindcss": "^0.1.6",
"@commitlint/cli": "^18.4.0", "@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0", "@commitlint/config-conventional": "^18.4.0",
"@quasibit/eleventy-plugin-schema": "^1.11.0", "@quasibit/eleventy-plugin-schema": "^1.11.0",
"@sherby/eleventy-plugin-files-minifier": "^1.1.1", "@sherby/eleventy-plugin-files-minifier": "^1.1.1",
@ -538,14 +538,14 @@
} }
}, },
"node_modules/@commitlint/cli": { "node_modules/@commitlint/cli": {
"version": "18.4.0", "version": "18.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.4.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.4.1.tgz",
"integrity": "sha512-iz3KJtmsRRFm6OlyrORxRR6qcrznuoFDzcvMXTMpl6E/wj9Vr2crolDk6cG3bFpJCjWd9C7KidXerRha6hh1kQ==", "integrity": "sha512-4+jljfd29Udw9RDDyigavLO9LvdbmB8O9xjDzVZ0R3lJuG7nCeyHgnKWIVpFaN590isZMV/cMeQK0gH7hRF40A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/format": "^18.4.0", "@commitlint/format": "^18.4.0",
"@commitlint/lint": "^18.4.0", "@commitlint/lint": "^18.4.0",
"@commitlint/load": "^18.4.0", "@commitlint/load": "^18.4.1",
"@commitlint/read": "^18.4.0", "@commitlint/read": "^18.4.0",
"@commitlint/types": "^18.4.0", "@commitlint/types": "^18.4.0",
"execa": "^5.0.0", "execa": "^5.0.0",
@ -654,9 +654,9 @@
} }
}, },
"node_modules/@commitlint/load": { "node_modules/@commitlint/load": {
"version": "18.4.0", "version": "18.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.4.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.4.1.tgz",
"integrity": "sha512-7unGl1HGRNMgWrUPmj8OFkJyuNUMb6xA1i53/OAFKd9l+U3C4WTfoJe3t/TUz8vKZLCaDcWWR/b2cw5HveBBFg==", "integrity": "sha512-o/plBiPJQgbSq/4ipDpsq4HCmURjBAEjr1EO/p2falr3VhwV0WGXTvb8NlihgI8xtSyO6lHvtycrE535GMLQbA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/config-validator": "^18.4.0", "@commitlint/config-validator": "^18.4.0",
@ -665,7 +665,7 @@
"@commitlint/types": "^18.4.0", "@commitlint/types": "^18.4.0",
"@types/node": "^18.11.9", "@types/node": "^18.11.9",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"cosmiconfig": "^8.0.0", "cosmiconfig": "^8.3.6",
"cosmiconfig-typescript-loader": "^5.0.0", "cosmiconfig-typescript-loader": "^5.0.0",
"lodash.isplainobject": "^4.0.6", "lodash.isplainobject": "^4.0.6",
"lodash.merge": "^4.6.2", "lodash.merge": "^4.6.2",

View file

@ -25,7 +25,7 @@
"@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@catppuccin/tailwindcss": "^0.1.6", "@catppuccin/tailwindcss": "^0.1.6",
"@commitlint/cli": "^18.4.0", "@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0", "@commitlint/config-conventional": "^18.4.0",
"@quasibit/eleventy-plugin-schema": "^1.11.0", "@quasibit/eleventy-plugin-schema": "^1.11.0",
"@sherby/eleventy-plugin-files-minifier": "^1.1.1", "@sherby/eleventy-plugin-files-minifier": "^1.1.1",