diff --git a/package-lock.json b/package-lock.json index 074a323..c875782 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@commitlint/cli": "^20.5.0", - "@commitlint/config-conventional": "^20.4.4", + "@commitlint/config-conventional": "^20.5.0", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "commitizen": "^4.3.1", @@ -129,13 +129,13 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "20.4.4", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.4.tgz", - "integrity": "sha512-Usg+XXbPNG2GtFWTgRURNWCge1iH1y6jQIvvklOdAbyn2t8ajfVwZCnf5t5X4gUsy17BOiY+myszGsSMIvhOVA==", + "version": "20.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.5.0.tgz", + "integrity": "sha512-t3Ni88rFw1XMa4nZHgOKJ8fIAT9M2j5TnKyTqJzsxea7FUetlNdYFus9dz+MhIRZmc16P0PPyEfh6X2d/qw8SA==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/types": "^20.4.4", + "@commitlint/types": "^20.5.0", "conventional-changelog-conventionalcommits": "^9.2.0" }, "engines": { diff --git a/package.json b/package.json index 0727748..ca13635 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "homepage": "https://gethinode.com", "devDependencies": { "@commitlint/cli": "^20.5.0", - "@commitlint/config-conventional": "^20.4.4", + "@commitlint/config-conventional": "^20.5.0", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "commitizen": "^4.3.1",