From be412d486e30b2015dea23d7d508ad8ddf9e7dce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:02:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Update=20linting=20devDependenci?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7dab89cde22a..b5ea7e3898f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -103,8 +103,8 @@ "eslint-plugin-eslint-plugin": "5.3.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jasmine": "4.1.3", - "eslint-plugin-jsdoc": "48.0.6", - "eslint-plugin-local": "4.1.1", + "eslint-plugin-jsdoc": "48.1.0", + "eslint-plugin-local": "4.2.0", "eslint-plugin-module-resolver": "1.5.0", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-react": "7.33.2", @@ -10114,9 +10114,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "48.0.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.0.6.tgz", - "integrity": "sha512-LgwXOX6TWxxFYcbdVe+BJ94Kl/pgjSPYHLzqEdAMXTA1BH9WDx7iJ+9/iDajPF64LtzWX8C1mCfpbMZjJGhAOw==", + "version": "48.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.1.0.tgz", + "integrity": "sha512-g9S8ukmTd1DVcV/xeBYPPXOZ6rc8WJ4yi0+MVxJ1jBOrz5kmxV9gJJQ64ltCqIWFnBChLIhLVx3tbTSarqVyFA==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.42.0", @@ -10164,9 +10164,9 @@ } }, "node_modules/eslint-plugin-local": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-local/-/eslint-plugin-local-4.1.1.tgz", - "integrity": "sha512-T+bfcfuCLdBDqsiwP55KW8U4kk2k/iwrimdY1HyG3BO3SoGXaW5qhQHILN1jaNhwKwnJ+1anaKQGs5V+woMpgQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-local/-/eslint-plugin-local-4.2.0.tgz", + "integrity": "sha512-DUpcmgekFmd6o8u6C6mrjjaJce6gfb8+cfXq0gvrQGHWyjun0gZVIGaHmXFciJjVCA0YO/J6MLe1KO6TvCjDsw==", "dev": true, "dependencies": { "@thisismanta/pessimist": "^1.2.0", @@ -30256,9 +30256,9 @@ "dev": true }, "eslint-plugin-jsdoc": { - "version": "48.0.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.0.6.tgz", - "integrity": "sha512-LgwXOX6TWxxFYcbdVe+BJ94Kl/pgjSPYHLzqEdAMXTA1BH9WDx7iJ+9/iDajPF64LtzWX8C1mCfpbMZjJGhAOw==", + "version": "48.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.1.0.tgz", + "integrity": "sha512-g9S8ukmTd1DVcV/xeBYPPXOZ6rc8WJ4yi0+MVxJ1jBOrz5kmxV9gJJQ64ltCqIWFnBChLIhLVx3tbTSarqVyFA==", "dev": true, "requires": { "@es-joy/jsdoccomment": "~0.42.0", @@ -30290,9 +30290,9 @@ } }, "eslint-plugin-local": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-local/-/eslint-plugin-local-4.1.1.tgz", - "integrity": "sha512-T+bfcfuCLdBDqsiwP55KW8U4kk2k/iwrimdY1HyG3BO3SoGXaW5qhQHILN1jaNhwKwnJ+1anaKQGs5V+woMpgQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-local/-/eslint-plugin-local-4.2.0.tgz", + "integrity": "sha512-DUpcmgekFmd6o8u6C6mrjjaJce6gfb8+cfXq0gvrQGHWyjun0gZVIGaHmXFciJjVCA0YO/J6MLe1KO6TvCjDsw==", "dev": true, "requires": { "@thisismanta/pessimist": "^1.2.0", diff --git a/package.json b/package.json index 0adb9f443023..63242b308981 100644 --- a/package.json +++ b/package.json @@ -108,8 +108,8 @@ "eslint-plugin-eslint-plugin": "5.3.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jasmine": "4.1.3", - "eslint-plugin-jsdoc": "48.0.6", - "eslint-plugin-local": "4.1.1", + "eslint-plugin-jsdoc": "48.1.0", + "eslint-plugin-local": "4.2.0", "eslint-plugin-module-resolver": "1.5.0", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-react": "7.33.2",