From 2873fbafb713177961ae53a6ec0889515d544184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:14:57 +0000 Subject: [PATCH] npm(deps-dev): bump madge from 7.0.0 to 8.0.0 Bumps [madge](https://github.com/pahen/madge) from 7.0.0 to 8.0.0. - [Changelog](https://github.com/pahen/madge/blob/master/CHANGELOG.md) - [Commits](https://github.com/pahen/madge/compare/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: madge dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 902d391..e11a528 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "husky": "^9.0.11", "jest": "^29.7.0", "lint-staged": "^15.2.0", - "madge": "^7.0.0", + "madge": "^8.0.0", "prettier": "^3.2.1", "ts-jest": "^29.1.1", "typedoc": "^0.26.2",