diff --git a/package-lock.json b/package-lock.json index b26dbfb5..c7f87ef9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@actions/github": "6.0.0", "@octokit/auth-app": "6.0.3", "@types/conventional-changelog-writer": "4.0.10", - "@types/conventional-commits-parser": "3.0.6", + "@types/conventional-commits-parser": "5.0.0", "@types/debug": "4.1.12", "@types/git-raw-commits": "2.0.4", "@types/jest": "29.5.12", @@ -1835,9 +1835,9 @@ } }, "node_modules/@types/conventional-commits-parser": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-3.0.6.tgz", - "integrity": "sha512-z4crlplLzL9uA5kbE4ZghAf5RbrEr1UL/uNGGgxYbJjI0jRBjuYKuasbo13ANZsSapLTM2DLZk6LDcjemow4qQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz", + "integrity": "sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==", "dev": true, "dependencies": { "@types/node": "*" diff --git a/package.json b/package.json index 89cb1bd1..5ba837bc 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@actions/github": "6.0.0", "@octokit/auth-app": "6.0.3", "@types/conventional-changelog-writer": "4.0.10", - "@types/conventional-commits-parser": "3.0.6", + "@types/conventional-commits-parser": "5.0.0", "@types/debug": "4.1.12", "@types/git-raw-commits": "2.0.4", "@types/jest": "29.5.12",