chore(deps-dev): bump @commitlint/cli from 17.4.2 to 17.4.3 (#764)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.4.2 to 17.4.3.
- [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/v17.4.3/@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-02-13 23:35:17 +00:00 committed by GitHub
parent bd3a5aad49
commit dc4fa1261c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -38,7 +38,7 @@
"tileserver-gl": "src/main.js"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
@ -196,13 +196,13 @@
}
},
"node_modules/@commitlint/cli": {
"version": "17.4.2",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.4.2.tgz",
"integrity": "sha512-0rPGJ2O1owhpxMIXL9YJ2CgPkdrFLKZElIZHXDN8L8+qWK1DGH7Q7IelBT1pchXTYTuDlqkOTdh//aTvT3bSUA==",
"version": "17.4.3",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.4.3.tgz",
"integrity": "sha512-IPTS7AZuBHgD0gl24El8HwuDM9zJN9JLa5KmZUQoFD1BQeGGdzAYJOnAr85CeJWpTDok0BGHDL0+4odnH0iTyA==",
"dev": true,
"dependencies": {
"@commitlint/format": "^17.4.0",
"@commitlint/lint": "^17.4.2",
"@commitlint/lint": "^17.4.3",
"@commitlint/load": "^17.4.2",
"@commitlint/read": "^17.4.2",
"@commitlint/types": "^17.4.0",
@ -297,14 +297,14 @@
}
},
"node_modules/@commitlint/lint": {
"version": "17.4.2",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.4.2.tgz",
"integrity": "sha512-HcymabrdBhsDMNzIv146+ZPNBPBK5gMNsVH+el2lCagnYgCi/4ixrHooeVyS64Fgce2K26+MC7OQ4vVH8wQWVw==",
"version": "17.4.3",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.4.3.tgz",
"integrity": "sha512-GnPsqEYmXIB/MaBhRMzkiDJWyjuLrKad4xoxKO4N6Kc19iqjR4DPc/bl2dxeW9kUmtrAtefOzIEzJAevpA5y2w==",
"dev": true,
"dependencies": {
"@commitlint/is-ignored": "^17.4.2",
"@commitlint/parse": "^17.4.2",
"@commitlint/rules": "^17.4.2",
"@commitlint/rules": "^17.4.3",
"@commitlint/types": "^17.4.0"
},
"engines": {
@ -393,9 +393,9 @@
}
},
"node_modules/@commitlint/rules": {
"version": "17.4.2",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.4.2.tgz",
"integrity": "sha512-OGrPsMb9Fx3/bZ64/EzJehY9YDSGWzp81Pj+zJiY+r/NSgJI3nUYdlS37jykNIugzazdEXfMtQ10kmA+Kx2pZQ==",
"version": "17.4.3",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.4.3.tgz",
"integrity": "sha512-xHReDfE3Z+O9p1sXeEhPRSk4FifBsC4EbXzvQ4aa0ykQe+n/iZDd4CrFC/Oiv2K9BU4ZnFHak30IbMLa4ks1Rw==",
"dev": true,
"dependencies": {
"@commitlint/ensure": "^17.4.0",

View File

@ -44,7 +44,7 @@
"tileserver-gl-styles": "2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",