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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-20 17:12:59 +00:00 committed by Diana Lau
parent 9ebd97df07
commit 69b247814a
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": { "packages": {
"": { "": {
"name": "loopback-connector-mysql", "name": "loopback-connector-mysql",
"version": "7.0.2", "version": "7.0.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"async": "^3.2.4", "async": "^3.2.4",
@ -17,7 +17,7 @@
"strong-globalize": "^6.0.6" "strong-globalize": "^6.0.6"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/config-conventional": "^17.8.0", "@commitlint/config-conventional": "^17.8.1",
"eslint": "^8.51.0", "eslint": "^8.51.0",
"eslint-config-loopback": "^13.1.0", "eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^4.28.9", "loopback-datasource-juggler": "^4.28.9",
@ -40,9 +40,9 @@
} }
}, },
"node_modules/@commitlint/config-conventional": { "node_modules/@commitlint/config-conventional": {
"version": "17.8.0", "version": "17.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.8.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz",
"integrity": "sha512-MgiFXujmqAvi7M33C7OSMTznwrVkckrbXe/aZWQ/+KFGLLF6IE50XIcjGrW0/uiDGb/im5qbqF2dh1dCFNa+sQ==", "integrity": "sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"conventional-changelog-conventionalcommits": "^6.1.0" "conventional-changelog-conventionalcommits": "^6.1.0"

View File

@ -28,7 +28,7 @@
"strong-globalize": "^6.0.6" "strong-globalize": "^6.0.6"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/config-conventional": "^17.8.0", "@commitlint/config-conventional": "^17.8.1",
"eslint": "^8.51.0", "eslint": "^8.51.0",
"eslint-config-loopback": "^13.1.0", "eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^4.28.9", "loopback-datasource-juggler": "^4.28.9",