From afb8e8b06c9544f63a5f89414377e1e681e01f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 03:05:05 +0000 Subject: [PATCH] Bump eslint-plugin-sonarjs from 0.7.0 to 0.9.0 Bumps [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs) from 0.7.0 to 0.9.0. - [Release notes](https://github.com/SonarSource/eslint-plugin-sonarjs/releases) - [Commits](https://github.com/SonarSource/eslint-plugin-sonarjs/commits/0.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-sonarjs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33dcc99..10e9023 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5689,9 +5689,9 @@ } }, "eslint-plugin-sonarjs": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.7.0.tgz", - "integrity": "sha512-vi6zGkd5Eznc32AQlleWUOMrMeDiUih9wR7nPPfrDCyVRmwYNHIBRPZGv1EgXwELwaPghCSvoAoHoR7uSbBF/Q==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.9.0.tgz", + "integrity": "sha512-zXbYcjJmv72qJlIJ4Wig/4RHkH5047ZjoD4kjKmjLi6Hs91RP8HjGKV+n/Ob1Cg85pDJcA952ftXtxVXrX4IkA==", "dev": true }, "eslint-scope": { diff --git a/package.json b/package.json index 441eaef..b08c999 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-plugin-no-secrets": "^0.8.9", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.7.0", + "eslint-plugin-sonarjs": "^0.9.0", "husky": "^7.0.0", "jest": "^27.0.6", "lint-staged": "^11.0.0",