chore: update dependency @commitlint/cli to ^17.7.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-28 19:42:30 +00:00
parent da06e6ea60
commit 7926b52480
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -24,7 +24,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@types/node": "^10.17.60",
"async-iterators": "^0.2.2",
@ -537,14 +537,14 @@
}
},
"node_modules/@commitlint/cli": {
"version": "17.7.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.7.1.tgz",
"integrity": "sha512-BCm/AT06SNCQtvFv921iNhudOHuY16LswT0R3OeolVGLk8oP+Rk9TfQfgjH7QPMjhvp76bNqGFEcpKojxUNW1g==",
"version": "17.7.2",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.7.2.tgz",
"integrity": "sha512-t3N7TZq7lOeqTOyEgfGcaltHqEJf7YDlPg75MldeVPPyz14jZq/+mbGF9tueDLFX8R6RwdymrN6D+U5XwZ8Iwg==",
"dev": true,
"dependencies": {
"@commitlint/format": "^17.4.4",
"@commitlint/lint": "^17.7.0",
"@commitlint/load": "^17.7.1",
"@commitlint/load": "^17.7.2",
"@commitlint/read": "^17.5.1",
"@commitlint/types": "^17.4.4",
"execa": "^5.0.0",
@ -653,16 +653,16 @@
}
},
"node_modules/@commitlint/load": {
"version": "17.7.1",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.7.1.tgz",
"integrity": "sha512-S/QSOjE1ztdogYj61p6n3UbkUvweR17FQ0zDbNtoTLc+Hz7vvfS7ehoTMQ27hPSjVBpp7SzEcOQu081RLjKHJQ==",
"version": "17.7.2",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.7.2.tgz",
"integrity": "sha512-XA7WTnsjHZ4YH6ZYsrnxgLdXzriwMMq+utZUET6spbOEEIPBCDLdOQXS26P+v3TTO4hUHOEhzUquaBv3jbBixw==",
"dev": true,
"dependencies": {
"@commitlint/config-validator": "^17.6.7",
"@commitlint/execute-rule": "^17.4.0",
"@commitlint/resolve-extends": "^17.6.7",
"@commitlint/types": "^17.4.4",
"@types/node": "20.4.7",
"@types/node": "20.5.1",
"chalk": "^4.1.0",
"cosmiconfig": "^8.0.0",
"cosmiconfig-typescript-loader": "^4.0.0",
@ -678,9 +678,9 @@
}
},
"node_modules/@commitlint/load/node_modules/@types/node": {
"version": "20.4.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.7.tgz",
"integrity": "sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g==",
"version": "20.5.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
"integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
"dev": true
},
"node_modules/@commitlint/message": {

View File

@ -36,7 +36,7 @@
"posttest": "npm run lint"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@types/node": "^10.17.60",
"async-iterators": "^0.2.2",