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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-13 10:59:47 +00:00 committed by Diana Lau
parent fbec80374c
commit 1295389c7f
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View File

@ -19,7 +19,7 @@
"strong-globalize": "^6.0.6"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/config-conventional": "^18.6.1",
"eslint": "^8.56.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.0.6",
@ -42,17 +42,30 @@
}
},
"node_modules/@commitlint/config-conventional": {
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.0.tgz",
"integrity": "sha512-CDCOf2eJz9D/TL44IBks0stM9TmdLCNE2B48owIU3YCadwzts/bobXPScagIgPQF6hhKYMEdj5zpUDlmbwuqwQ==",
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.1.tgz",
"integrity": "sha512-ftpfAOQyI+IHvut0cRF4EFM39PWCqde+uOXCjH9NpK6FpqfhncAbEvP0E7OIpFsrDX0aS7k81tzH5Yz7prcNxA==",
"dev": true,
"dependencies": {
"@commitlint/types": "^18.6.1",
"conventional-changelog-conventionalcommits": "^7.0.2"
},
"engines": {
"node": ">=v18"
}
},
"node_modules/@commitlint/types": {
"version": "18.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.6.1.tgz",
"integrity": "sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0"
},
"engines": {
"node": ">=v18"
}
},
"node_modules/@eslint-community/eslint-utils": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",

View File

@ -30,7 +30,7 @@
"strong-globalize": "^6.0.6"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/config-conventional": "^18.6.1",
"eslint": "^8.56.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.0.6",