chore: update dependency @commitlint/config-conventional to ^19.6.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-19 13:07:18 +00:00 committed by GitHub
parent 4c4ddb8ea5
commit 00eb4fdcd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "loopback-connector-mysql",
"version": "7.0.15",
"version": "7.0.16",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -19,7 +19,7 @@
"strong-globalize": "^6.0.6"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/config-conventional": "^19.6.0",
"eslint": "^8.57.1",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.1.2",
@ -42,9 +42,9 @@
}
},
"node_modules/@commitlint/config-conventional": {
"version": "19.5.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.5.0.tgz",
"integrity": "sha512-OBhdtJyHNPryZKg0fFpZNOBM1ZDbntMvqMuSmpfyP86XSfwzGw4CaoYRG4RutUPg0BTK07VMRIkNJT6wi2zthg==",
"version": "19.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.6.0.tgz",
"integrity": "sha512-DJT40iMnTYtBtUfw9ApbsLZFke1zKh6llITVJ+x9mtpHD08gsNXaIRqHTmwTZL3dNX5+WoyK7pCN/5zswvkBCQ==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -30,7 +30,7 @@
"strong-globalize": "^6.0.6"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/config-conventional": "^19.6.0",
"eslint": "^8.57.1",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.1.2",