From b08673db1d32d236711f87b6e5907c78857d65f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 12:31:47 +0000 Subject: [PATCH] chore(deps): update all dependencies --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2d41de25..1d255758 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "license": "Apache-2.0", "devDependencies": { "@actions/github": "6.0.0", - "@octokit/auth-app": "6.1.1", + "@octokit/auth-app": "7.0.0", "@types/conventional-changelog-writer": "4.0.10", "@types/conventional-commits-parser": "5.0.0", "@types/debug": "4.1.12", @@ -50,8 +50,8 @@ "@types/semver": "7.5.8", "@typescript-eslint/eslint-plugin": "7.8.0", "@typescript-eslint/parser": "7.8.0", - "conventional-changelog-angular": "7.0.0", - "eslint": "8.57.0", + "conventional-changelog-angular": "8.0.0", + "eslint": "9.2.0", "husky": "9.0.11", "jest": "29.7.0", "lint-staged": "15.2.2", @@ -63,10 +63,10 @@ "yaml": "^2.2.1" }, "dependencies": { - "conventional-changelog-writer": "^7.0.0", - "conventional-commits-parser": "^5.0.0", + "conventional-changelog-writer": "^8.0.0", + "conventional-commits-parser": "^6.0.0", "debug": "^4.3.3", - "git-raw-commits": "^4.0.0", + "git-raw-commits": "^5.0.0", "semver": "^7.3.7", "tempfile": "^5.0.0" },