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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-08 06:18:39 +00:00 committed by Diana Lau
parent 71f4ad2920
commit 18acd43188
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -19,7 +19,7 @@
"strong-globalize": "^6.0.6" "strong-globalize": "^6.0.6"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/config-conventional": "^19.8.0", "@commitlint/config-conventional": "^19.8.1",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-config-loopback": "^13.1.0", "eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.1.7", "loopback-datasource-juggler": "^5.1.7",
@ -42,13 +42,13 @@
} }
}, },
"node_modules/@commitlint/config-conventional": { "node_modules/@commitlint/config-conventional": {
"version": "19.8.0", "version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.1.tgz",
"integrity": "sha512-9I2kKJwcAPwMoAj38hwqFXG0CzS2Kj+SAByPUQ0SlHTfb7VUhYVmo7G2w2tBrqmOf7PFd6MpZ/a1GQJo8na8kw==", "integrity": "sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@commitlint/types": "^19.8.0", "@commitlint/types": "^19.8.1",
"conventional-changelog-conventionalcommits": "^7.0.2" "conventional-changelog-conventionalcommits": "^7.0.2"
}, },
"engines": { "engines": {
@ -56,9 +56,9 @@
} }
}, },
"node_modules/@commitlint/types": { "node_modules/@commitlint/types": {
"version": "19.8.0", "version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
"integrity": "sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==", "integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

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