From c93a62e2f7d35972cdaa141d4d4e58351d1c2bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:01:20 +0000 Subject: [PATCH] chore(deps-dev): bump echint from 2.1.3 to 4.0.2 Bumps [echint](https://github.com/ahmadnassri/echint) from 2.1.3 to 4.0.2. - [Release notes](https://github.com/ahmadnassri/echint/releases) - [Commits](https://github.com/ahmadnassri/echint/compare/v2.1.3...v4.0.2) --- updated-dependencies: - dependency-name: echint 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 d12f185..2003b1d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "codeclimate-test-reporter": "0.5.1", - "echint": "^2.0.0", + "echint": "^4.0.2", "istanbul": "^0.4.5", "mocha": "^6.0.0", "should": "^11.1.0",