diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index c693a92441b..dedc6a0b990 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@commitlint/test": "^18.0.0", "@commitlint/utils": "^18.6.1", - "@types/conventional-commits-parser": "^3.0.6" + "@types/conventional-commits-parser": "^5.0.0" }, "dependencies": { "@commitlint/types": "^18.6.1", diff --git a/yarn.lock b/yarn.lock index 0d8a22f4917..40b0370f6d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1864,10 +1864,10 @@ resolved "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz" integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== -"@types/conventional-commits-parser@^3.0.6": - version "3.0.6" - resolved "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-3.0.6.tgz" - integrity sha512-z4crlplLzL9uA5kbE4ZghAf5RbrEr1UL/uNGGgxYbJjI0jRBjuYKuasbo13ANZsSapLTM2DLZk6LDcjemow4qQ== +"@types/conventional-commits-parser@^5.0.0": + version "5.0.0" + resolved "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz#8c9d23e0b415b24b91626d07017303755d542dc8" + integrity sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ== dependencies: "@types/node" "*"