chore: update dependency commitlint to ^17.7.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-01 18:56:06 +00:00
parent c70fdddce9
commit 25c6d10236
2 changed files with 17 additions and 17 deletions

32
package-lock.json generated
View File

@ -20,7 +20,7 @@
"@commitlint/config-conventional": "^17.7.0",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"commitlint": "^17.7.1",
"commitlint": "^17.7.2",
"eslint": "^8.49.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^4.28.9",
@ -526,14 +526,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",
@ -642,16 +642,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",
@ -1117,9 +1117,9 @@
"dev": true
},
"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/@types/normalize-package-data": {
@ -1672,12 +1672,12 @@
"dev": true
},
"node_modules/commitlint": {
"version": "17.7.1",
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.7.1.tgz",
"integrity": "sha512-DVsF4pNpcGfQPu8KOVohNJAHE6ZBT7qTo33yG2SYiojrMnUOjh3eUOjQSjn5sP60/w2UndZqpQNsfQJrXU1bFA==",
"version": "17.7.2",
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.7.2.tgz",
"integrity": "sha512-2WK/svhKxuPlBgXtZ3uJj5FYZDjfbPiD7P7BkHNgKs3ZPbj3wTXxP3TivPJPB8KY2M7/6AYwNNpc6KOOT83qww==",
"dev": true,
"dependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/cli": "^17.7.2",
"@commitlint/types": "^17.4.4"
},
"bin": {

View File

@ -36,7 +36,7 @@
"@commitlint/config-conventional": "^17.7.0",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"commitlint": "^17.7.1",
"commitlint": "^17.7.2",
"eslint": "^8.49.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^4.28.9",