From 1ca4e10e73c5a1dfed37487ab39732d50f11eb14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:18:46 +0000 Subject: [PATCH] chore(deps): bump eslint-plugin-sonarjs from 2.0.4 to 3.0.1 Bumps [eslint-plugin-sonarjs](https://github.com/SonarSource/SonarJS) from 2.0.4 to 3.0.1. - [Release notes](https://github.com/SonarSource/SonarJS/releases) - [Commits](https://github.com/SonarSource/SonarJS/commits) --- updated-dependencies: - dependency-name: eslint-plugin-sonarjs dependency-type: direct:production 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 b0d5420..0b16502 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-plugin-perfectionist": "^3.9.1", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-security": "^3.0.1", - "eslint-plugin-sonarjs": "^2.0.4", + "eslint-plugin-sonarjs": "^3.0.1", "eslint-plugin-testing-library": "^6.4.0", "eslint-plugin-unicorn": "^56.0.0", "eslint-plugin-unused-imports": "^4.1.4",