chore(deps-dev): bump @commitlint/cli from 17.4.0 to 17.4.1 (#706)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.4.0 to 17.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/v17.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>

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-01-10 16:23:46 +00:00 committed by GitHub
parent a9611bf25d
commit 6fdfcc00b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -37,7 +37,7 @@
"tileserver-gl": "src/main.js" "tileserver-gl": "src/main.js"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.4.0", "@commitlint/cli": "^17.4.1",
"@commitlint/config-conventional": "^17.4.0", "@commitlint/config-conventional": "^17.4.0",
"@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.1", "@typescript-eslint/parser": "^5.48.1",
@ -134,14 +134,14 @@
} }
}, },
"node_modules/@commitlint/cli": { "node_modules/@commitlint/cli": {
"version": "17.4.0", "version": "17.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.4.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.4.1.tgz",
"integrity": "sha512-SEY4sYe8yVlgxPP7X0wJb96DBAGBPsCsy6QbqJt/UECbIAjDeDV5xXBV4jnS7T/qMC10sk6Ub9kDhEX0VWvblw==", "integrity": "sha512-W8OJwz+izY+fVwyUt1HveCDmABMZNRVZHSVPw/Bh9Y62tp11SmmQaycgbsYLMiMy7JGn4mAJqEGlSHS9Uti9ZQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/format": "^17.4.0", "@commitlint/format": "^17.4.0",
"@commitlint/lint": "^17.4.0", "@commitlint/lint": "^17.4.0",
"@commitlint/load": "^17.4.0", "@commitlint/load": "^17.4.1",
"@commitlint/read": "^17.4.0", "@commitlint/read": "^17.4.0",
"@commitlint/types": "^17.4.0", "@commitlint/types": "^17.4.0",
"execa": "^5.0.0", "execa": "^5.0.0",
@ -365,15 +365,16 @@
} }
}, },
"node_modules/@commitlint/load": { "node_modules/@commitlint/load": {
"version": "17.4.0", "version": "17.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.1.tgz",
"integrity": "sha512-wDKNvAJqukqZqKmhRlf3KNo/12QGo1AQcd80EbV01SxtGvyHOsJ/g+/IbrZpopZv8rvzmEVktcpfDYH6ITepFA==", "integrity": "sha512-6A7/LhIaQpL4ieciIDcVvK2d5z/UI1GBrtDaHm6sQSCL0265clB2/F7XKQNTJHXv9yG4LByT2r+QCpM4GugIfw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/config-validator": "^17.4.0", "@commitlint/config-validator": "^17.4.0",
"@commitlint/execute-rule": "^17.4.0", "@commitlint/execute-rule": "^17.4.0",
"@commitlint/resolve-extends": "^17.4.0", "@commitlint/resolve-extends": "^17.4.0",
"@commitlint/types": "^17.4.0", "@commitlint/types": "^17.4.0",
"@types/node": "*",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"cosmiconfig": "^8.0.0", "cosmiconfig": "^8.0.0",
"cosmiconfig-typescript-loader": "^4.0.0", "cosmiconfig-typescript-loader": "^4.0.0",
@ -1167,8 +1168,7 @@
"version": "18.11.18", "version": "18.11.18",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz",
"integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==", "integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==",
"dev": true, "dev": true
"peer": true
}, },
"node_modules/@types/normalize-package-data": { "node_modules/@types/normalize-package-data": {
"version": "2.4.1", "version": "2.4.1",
@ -9015,14 +9015,14 @@
} }
}, },
"@commitlint/cli": { "@commitlint/cli": {
"version": "17.4.0", "version": "17.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.4.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.4.1.tgz",
"integrity": "sha512-SEY4sYe8yVlgxPP7X0wJb96DBAGBPsCsy6QbqJt/UECbIAjDeDV5xXBV4jnS7T/qMC10sk6Ub9kDhEX0VWvblw==", "integrity": "sha512-W8OJwz+izY+fVwyUt1HveCDmABMZNRVZHSVPw/Bh9Y62tp11SmmQaycgbsYLMiMy7JGn4mAJqEGlSHS9Uti9ZQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@commitlint/format": "^17.4.0", "@commitlint/format": "^17.4.0",
"@commitlint/lint": "^17.4.0", "@commitlint/lint": "^17.4.0",
"@commitlint/load": "^17.4.0", "@commitlint/load": "^17.4.1",
"@commitlint/read": "^17.4.0", "@commitlint/read": "^17.4.0",
"@commitlint/types": "^17.4.0", "@commitlint/types": "^17.4.0",
"execa": "^5.0.0", "execa": "^5.0.0",
@ -9194,15 +9194,16 @@
} }
}, },
"@commitlint/load": { "@commitlint/load": {
"version": "17.4.0", "version": "17.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.1.tgz",
"integrity": "sha512-wDKNvAJqukqZqKmhRlf3KNo/12QGo1AQcd80EbV01SxtGvyHOsJ/g+/IbrZpopZv8rvzmEVktcpfDYH6ITepFA==", "integrity": "sha512-6A7/LhIaQpL4ieciIDcVvK2d5z/UI1GBrtDaHm6sQSCL0265clB2/F7XKQNTJHXv9yG4LByT2r+QCpM4GugIfw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@commitlint/config-validator": "^17.4.0", "@commitlint/config-validator": "^17.4.0",
"@commitlint/execute-rule": "^17.4.0", "@commitlint/execute-rule": "^17.4.0",
"@commitlint/resolve-extends": "^17.4.0", "@commitlint/resolve-extends": "^17.4.0",
"@commitlint/types": "^17.4.0", "@commitlint/types": "^17.4.0",
"@types/node": "*",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"cosmiconfig": "^8.0.0", "cosmiconfig": "^8.0.0",
"cosmiconfig-typescript-loader": "^4.0.0", "cosmiconfig-typescript-loader": "^4.0.0",
@ -9837,8 +9838,7 @@
"version": "18.11.18", "version": "18.11.18",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz",
"integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==", "integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==",
"dev": true, "dev": true
"peer": true
}, },
"@types/normalize-package-data": { "@types/normalize-package-data": {
"version": "2.4.1", "version": "2.4.1",

View file

@ -43,7 +43,7 @@
"sanitize-filename": "1.6.3" "sanitize-filename": "1.6.3"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.4.0", "@commitlint/cli": "^17.4.1",
"@commitlint/config-conventional": "^17.4.0", "@commitlint/config-conventional": "^17.4.0",
"@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.1", "@typescript-eslint/parser": "^5.48.1",