From 97f46a236c3b97b0e991f26ee9d1febc630e0966 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 15:45:34 +0000 Subject: [PATCH] Update dependency eslint-plugin-sonarjs to ^0.17.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13ecb55..00c397b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-config-typescript": "^3.0.0", "eslint-plugin-optimize-regex": "^1.2.1", - "eslint-plugin-sonarjs": "^0.16.0", + "eslint-plugin-sonarjs": "^0.17.0", "jest": "^29.3.1", "jest-environment-miniflare": "^2.11.0", "prettier": "^2.8.0", @@ -3651,9 +3651,9 @@ } }, "node_modules/eslint-plugin-sonarjs": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.16.0.tgz", - "integrity": "sha512-al8ojAzcQW8Eu0tWn841ldhPpPcjrJ59TzzTfAVWR45bWvdAASCmrGl8vK0MWHyKVDdC0i17IGbtQQ1KgxLlVA==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.17.0.tgz", + "integrity": "sha512-jtGtxI49UbJJeJj7CVRLI3+LLH+y+hkR3GOOwM7vBbci9DEFIRGCWvEd2BJScrzltZ6D6iubukTAfc9cyG7sdw==", "dev": true, "engines": { "node": ">=14" @@ -10416,9 +10416,9 @@ } }, "eslint-plugin-sonarjs": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.16.0.tgz", - "integrity": "sha512-al8ojAzcQW8Eu0tWn841ldhPpPcjrJ59TzzTfAVWR45bWvdAASCmrGl8vK0MWHyKVDdC0i17IGbtQQ1KgxLlVA==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.17.0.tgz", + "integrity": "sha512-jtGtxI49UbJJeJj7CVRLI3+LLH+y+hkR3GOOwM7vBbci9DEFIRGCWvEd2BJScrzltZ6D6iubukTAfc9cyG7sdw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index d88b8d8..e80fd09 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-config-typescript": "^3.0.0", "eslint-plugin-optimize-regex": "^1.2.1", - "eslint-plugin-sonarjs": "^0.16.0", + "eslint-plugin-sonarjs": "^0.17.0", "jest": "^29.3.1", "jest-environment-miniflare": "^2.11.0", "prettier": "^2.8.0",