diff --git a/package-lock.json b/package-lock.json index 59747c1..1a2e5f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.6.0", "@actions/github": "^5.0.0", "@commitlint/config-angular": "^13.2.0", - "@commitlint/config-conventional": "^13.2.0", + "@commitlint/config-conventional": "^16.2.1", "@commitlint/config-lerna-scopes": "^13.2.0", "@commitlint/config-patternplate": "^13.2.0", "@commitlint/format": "^13.2.0", @@ -1845,9 +1845,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.2.0.tgz", - "integrity": "sha512-7u7DdOiF+3qSdDlbQGfpvCH8DCQdLFvnI2+VucYmmV7E92iD6t9PBj+UjIoSQCaMAzYp27Vkall78AkcXBh6Xw==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.2.1.tgz", + "integrity": "sha512-cP9gArx7gnaj4IqmtCIcHdRjTYdRUi6lmGE+lOzGGjGe45qGOS8nyQQNvkNy2Ey2VqoSWuXXkD8zCUh6EHf1Ww==", "dependencies": { "conventional-changelog-conventionalcommits": "^4.3.1" }, @@ -16062,9 +16062,9 @@ "integrity": "sha512-HSP9lzCoHC9+bjJquvByiSUpo0GbAipbjcT6l3Jl6XOzkCjhnUkYcQ2b/O5nXv3mf8Vv/n5k2Sk4nbCYEVpSGQ==" }, "@commitlint/config-conventional": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.2.0.tgz", - "integrity": "sha512-7u7DdOiF+3qSdDlbQGfpvCH8DCQdLFvnI2+VucYmmV7E92iD6t9PBj+UjIoSQCaMAzYp27Vkall78AkcXBh6Xw==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.2.1.tgz", + "integrity": "sha512-cP9gArx7gnaj4IqmtCIcHdRjTYdRUi6lmGE+lOzGGjGe45qGOS8nyQQNvkNy2Ey2VqoSWuXXkD8zCUh6EHf1Ww==", "requires": { "conventional-changelog-conventionalcommits": "^4.3.1" } diff --git a/package.json b/package.json index 838d5dc..074e1da 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@actions/core": "^1.6.0", "@actions/github": "^5.0.0", "@commitlint/config-angular": "^13.2.0", - "@commitlint/config-conventional": "^13.2.0", + "@commitlint/config-conventional": "^16.2.1", "@commitlint/config-lerna-scopes": "^13.2.0", "@commitlint/config-patternplate": "^13.2.0", "@commitlint/format": "^13.2.0",