diff --git a/package-lock.json b/package-lock.json index 2740c02..003f0fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,16 +9,16 @@ "version": "1.0.5", "license": "MIT", "dependencies": { - "@commitlint/config-conventional": "20.4.0" + "@commitlint/config-conventional": "20.4.2" }, "devDependencies": { "@commitlint/types": "^20.0.0" } }, "node_modules/@commitlint/config-conventional": { - "version": "20.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.0.tgz", - "integrity": "sha512-nolhFe2YKIix0D4+tPXAWnnIc9WB5fOCgmm4h2EcRyEShC64oH/DpM9n++85NRdItvIhKb+Szsaeuug7KcEeIA==", + "version": "20.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.2.tgz", + "integrity": "sha512-rwkTF55q7Q+6dpSKUmJoScV0f3EpDlWKw2UPzklkLS4o5krMN1tPWAVOgHRtyUTMneIapLeQwaCjn44Td6OzBQ==", "dependencies": { "@commitlint/types": "^20.4.0", "conventional-changelog-conventionalcommits": "^9.1.0" @@ -116,9 +116,9 @@ }, "dependencies": { "@commitlint/config-conventional": { - "version": "20.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.0.tgz", - "integrity": "sha512-nolhFe2YKIix0D4+tPXAWnnIc9WB5fOCgmm4h2EcRyEShC64oH/DpM9n++85NRdItvIhKb+Szsaeuug7KcEeIA==", + "version": "20.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.2.tgz", + "integrity": "sha512-rwkTF55q7Q+6dpSKUmJoScV0f3EpDlWKw2UPzklkLS4o5krMN1tPWAVOgHRtyUTMneIapLeQwaCjn44Td6OzBQ==", "requires": { "@commitlint/types": "^20.4.0", "conventional-changelog-conventionalcommits": "^9.1.0" diff --git a/package.json b/package.json index dd9ddac..e57825b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "author": "TEAM23", "license": "MIT", "dependencies": { - "@commitlint/config-conventional": "20.4.0" + "@commitlint/config-conventional": "20.4.2" }, "devDependencies": { "@commitlint/types": "^20.0.0"