diff --git a/package-lock.json b/package-lock.json index 5b5c7e0b..cd83b4c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4195,15 +4195,15 @@ } }, "@commitlint/cli": { - "version": "17.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.5.0.tgz", - "integrity": "sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==", + "version": "17.5.1", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.5.1.tgz", + "integrity": "sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==", "dev": true, "requires": { "@commitlint/format": "^17.4.4", "@commitlint/lint": "^17.4.4", "@commitlint/load": "^17.5.0", - "@commitlint/read": "^17.4.4", + "@commitlint/read": "^17.5.1", "@commitlint/types": "^17.4.4", "execa": "^5.0.0", "lodash.isfunction": "^3.0.9", @@ -4543,15 +4543,15 @@ } }, "@commitlint/read": { - "version": "17.4.4", - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.4.4.tgz", - "integrity": "sha512-B2TvUMJKK+Svzs6eji23WXsRJ8PAD+orI44lVuVNsm5zmI7O8RSGJMvdEZEikiA4Vohfb+HevaPoWZ7PiFZ3zA==", + "version": "17.5.1", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.5.1.tgz", + "integrity": "sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==", "dev": true, "requires": { "@commitlint/top-level": "^17.4.0", "@commitlint/types": "^17.4.4", "fs-extra": "^11.0.0", - "git-raw-commits": "^2.0.0", + "git-raw-commits": "^2.0.11", "minimist": "^1.2.6" } }, diff --git a/package.json b/package.json index 96a79216..1f82f37c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.21.0", - "@commitlint/cli": "^17.5.0", + "@commitlint/cli": "^17.5.1", "@commitlint/config-conventional": "^17.4.4", "@delucis/if-env": "^1.1.2", "@samhammer/vue-cli-plugin-stylelint": "^2.1.0",