diff --git a/package-lock.json b/package-lock.json index ff99b23e9..07a902a9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "@angular/compiler-cli": "17.0.8", "@angular/service-worker": "17.0.8", "@commitlint/cli": "^18.5.0", - "@commitlint/config-conventional": "^18.4.4", + "@commitlint/config-conventional": "^18.5.0", "@types/jest": "29.5.11", "@types/node": "20.11.5", "@typescript-eslint/eslint-plugin": "6.19.0", @@ -2636,9 +2636,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "18.4.4", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.4.4.tgz", - "integrity": "sha512-Bz3sPQSboBN+Et/KyZrR+OJ3z9PrHDw7Bls0/hv94PmuHBtMq1dCGxS9XzTGzxeMNlytCC4kxF083tbhPljl3Q==", + "version": "18.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.5.0.tgz", + "integrity": "sha512-XGmU4u3Z7bCn0H0nTEG9LUn6hMDUIPP4P6dun7PKFhtnt/wwiKAqmPj+QRmFiqWjkOWcmrh7w7xRiDL32cWS5g==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^7.0.2" diff --git a/package.json b/package.json index 4fd6ecaec..2de20d02c 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "@angular/compiler-cli": "17.0.8", "@angular/service-worker": "17.0.8", "@commitlint/cli": "^18.5.0", - "@commitlint/config-conventional": "^18.4.4", + "@commitlint/config-conventional": "^18.5.0", "@types/jest": "29.5.11", "@types/node": "20.11.5", "@typescript-eslint/eslint-plugin": "6.19.0",