From b55e3641b69c7782ffe661c1efc655602f75d3d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:33:27 +0000 Subject: [PATCH] Bump eslint-plugin-sonarjs from 0.24.0 to 0.25.0 Bumps [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/SonarSource/eslint-plugin-sonarjs/releases) - [Commits](https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.24.0...0.25.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1457f61..0ac8a85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@stylistic/eslint-plugin-js": "^1.7.0", "eslint": "^8.57.0", "eslint-plugin-html": "^8.0.0", - "eslint-plugin-sonarjs": "^0.24.0", + "eslint-plugin-sonarjs": "^0.25.0", "eslint-plugin-unicorn": "^51.0.1", "globals": "^15.0.0" } @@ -905,9 +905,9 @@ } }, "node_modules/eslint-plugin-sonarjs": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.24.0.tgz", - "integrity": "sha512-87zp50mbbNrSTuoEOebdRQBPa0mdejA5UEjyuScyIw8hEpEjfWP89Qhkq5xVZfVyVSRQKZc9alVm7yRKQvvUmg==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.25.0.tgz", + "integrity": "sha512-DaZOtpUucEZbvowgKxVFwICV6r0h7jSCAx0IHICvCowP+etFussnhtaiCPSnYAuwVJ+P/6UFUhkv7QJklpXFyA==", "dev": true, "engines": { "node": ">=16" diff --git a/package.json b/package.json index 8822e19..ab0da07 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@stylistic/eslint-plugin-js": "^1.7.0", "eslint": "^8.57.0", "eslint-plugin-html": "^8.0.0", - "eslint-plugin-sonarjs": "^0.24.0", + "eslint-plugin-sonarjs": "^0.25.0", "eslint-plugin-unicorn": "^51.0.1", "globals": "^15.0.0" }