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

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-13 22:28:09 +00:00 committed by GitHub
parent 1725eb6014
commit a0a7ff9b58
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

@ -40,7 +40,7 @@
"tileserver-gl": "src/main.js"
},
"devDependencies": {
"@commitlint/cli": "^18.4.0",
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.62.0",
@ -207,14 +207,14 @@
}
},
"node_modules/@commitlint/cli": {
"version": "18.4.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.4.0.tgz",
"integrity": "sha512-iz3KJtmsRRFm6OlyrORxRR6qcrznuoFDzcvMXTMpl6E/wj9Vr2crolDk6cG3bFpJCjWd9C7KidXerRha6hh1kQ==",
"version": "18.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.4.1.tgz",
"integrity": "sha512-4+jljfd29Udw9RDDyigavLO9LvdbmB8O9xjDzVZ0R3lJuG7nCeyHgnKWIVpFaN590isZMV/cMeQK0gH7hRF40A==",
"dev": true,
"dependencies": {
"@commitlint/format": "^18.4.0",
"@commitlint/lint": "^18.4.0",
"@commitlint/load": "^18.4.0",
"@commitlint/load": "^18.4.1",
"@commitlint/read": "^18.4.0",
"@commitlint/types": "^18.4.0",
"execa": "^5.0.0",
@ -323,9 +323,9 @@
}
},
"node_modules/@commitlint/load": {
"version": "18.4.0",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.4.0.tgz",
"integrity": "sha512-7unGl1HGRNMgWrUPmj8OFkJyuNUMb6xA1i53/OAFKd9l+U3C4WTfoJe3t/TUz8vKZLCaDcWWR/b2cw5HveBBFg==",
"version": "18.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.4.1.tgz",
"integrity": "sha512-o/plBiPJQgbSq/4ipDpsq4HCmURjBAEjr1EO/p2falr3VhwV0WGXTvb8NlihgI8xtSyO6lHvtycrE535GMLQbA==",
"dev": true,
"dependencies": {
"@commitlint/config-validator": "^18.4.0",
@ -334,7 +334,7 @@
"@commitlint/types": "^18.4.0",
"@types/node": "^18.11.9",
"chalk": "^4.1.0",
"cosmiconfig": "^8.0.0",
"cosmiconfig": "^8.3.6",
"cosmiconfig-typescript-loader": "^5.0.0",
"lodash.isplainobject": "^4.0.6",
"lodash.merge": "^4.6.2",

View File

@ -46,7 +46,7 @@
"tileserver-gl-styles": "2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.0",
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.62.0",