From 9cee5053701c2888245a5d522aae9b9e423053fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 10:00:19 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-mozilla to v4.3.4 --- package-lock.json | 59 +++++++++++++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 40 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ab1cf7..194a97e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eslint-plugin-html": "8.1.3", "eslint-plugin-jest": "29.12.1", "eslint-plugin-json": "4.0.1", - "eslint-plugin-mozilla": "4.3.3", + "eslint-plugin-mozilla": "4.3.4", "eslint-plugin-no-unsanitized": "4.1.4", "jest": "^30.0.0", "npm-run-all2": "8.0.4", @@ -4409,9 +4409,9 @@ } }, "node_modules/eslint-plugin-mozilla": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-mozilla/-/eslint-plugin-mozilla-4.3.3.tgz", - "integrity": "sha512-Caxrl4pZoEV612oU4iGcRP+R4G7ooO1MpV5rTPCGKFTYVY6Iw3FEJ0AA+1mUY/rDIdqw7CxyV7+Hllzyh3UYlQ==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-mozilla/-/eslint-plugin-mozilla-4.3.4.tgz", + "integrity": "sha512-jwrbh4IcUI5GClPxCPci97iRfHywoaTJcri1hnkofDU0pKNMiX57lo11EVFC3SOZLS5sJyEiPtKS7AqUgvmUiQ==", "dev": true, "dependencies": { "eslint-scope": "^8.4.0", @@ -4419,7 +4419,7 @@ "espree": "^10.4.0", "estraverse": "^5.3.0", "htmlparser2": "^10.0.0", - "toml-eslint-parser": "0.10.0" + "toml-eslint-parser": "1.0.0" }, "engines": { "node": ">=22.0.0" @@ -4427,7 +4427,7 @@ "peerDependencies": { "@microsoft/eslint-plugin-sdl": "^1.0.0", "eslint": "^9.0.0", - "eslint-plugin-jsdoc": "^61.0.0", + "eslint-plugin-jsdoc": "*", "eslint-plugin-no-unsanitized": "^4.1.0", "eslint-plugin-promise": "^7.2.1" }, @@ -9626,21 +9626,32 @@ } }, "node_modules/toml-eslint-parser": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/toml-eslint-parser/-/toml-eslint-parser-0.10.0.tgz", - "integrity": "sha512-khrZo4buq4qVmsGzS5yQjKe/WsFvV8fGfOjDQN0q4iy9FjRfPWRgTFrU8u1R2iu/SfWLhY9WnCi4Jhdrcbtg+g==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toml-eslint-parser/-/toml-eslint-parser-1.0.0.tgz", + "integrity": "sha512-syGkwm4fa+uOzswyJQy6aFmmpcSBm/M0+F/iOAWfDkFuz33OnPMJkVQzaCk10WpqwzKcbaeAJWxfSGkkH8GiBw==", "dev": true, - "license": "MIT", "dependencies": { - "eslint-visitor-keys": "^3.0.0" + "eslint-visitor-keys": "^5.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^20.19.0 || ^22.13.0 || >=24" }, "funding": { "url": "https://github.com/sponsors/ota-meshi" } }, + "node_modules/toml-eslint-parser/node_modules/eslint-visitor-keys": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz", + "integrity": "sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==", + "dev": true, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/ts-api-utils": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.0.tgz", @@ -13780,9 +13791,9 @@ } }, "eslint-plugin-mozilla": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-mozilla/-/eslint-plugin-mozilla-4.3.3.tgz", - "integrity": "sha512-Caxrl4pZoEV612oU4iGcRP+R4G7ooO1MpV5rTPCGKFTYVY6Iw3FEJ0AA+1mUY/rDIdqw7CxyV7+Hllzyh3UYlQ==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-mozilla/-/eslint-plugin-mozilla-4.3.4.tgz", + "integrity": "sha512-jwrbh4IcUI5GClPxCPci97iRfHywoaTJcri1hnkofDU0pKNMiX57lo11EVFC3SOZLS5sJyEiPtKS7AqUgvmUiQ==", "dev": true, "requires": { "eslint-scope": "^8.4.0", @@ -13790,7 +13801,7 @@ "espree": "^10.4.0", "estraverse": "^5.3.0", "htmlparser2": "^10.0.0", - "toml-eslint-parser": "0.10.0" + "toml-eslint-parser": "1.0.0" }, "dependencies": { "eslint-visitor-keys": { @@ -17454,12 +17465,20 @@ } }, "toml-eslint-parser": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/toml-eslint-parser/-/toml-eslint-parser-0.10.0.tgz", - "integrity": "sha512-khrZo4buq4qVmsGzS5yQjKe/WsFvV8fGfOjDQN0q4iy9FjRfPWRgTFrU8u1R2iu/SfWLhY9WnCi4Jhdrcbtg+g==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toml-eslint-parser/-/toml-eslint-parser-1.0.0.tgz", + "integrity": "sha512-syGkwm4fa+uOzswyJQy6aFmmpcSBm/M0+F/iOAWfDkFuz33OnPMJkVQzaCk10WpqwzKcbaeAJWxfSGkkH8GiBw==", "dev": true, "requires": { - "eslint-visitor-keys": "^3.0.0" + "eslint-visitor-keys": "^5.0.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz", + "integrity": "sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==", + "dev": true + } } }, "ts-api-utils": { diff --git a/package.json b/package.json index 9111b17..36de52d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-plugin-html": "8.1.3", "eslint-plugin-json": "4.0.1", "eslint-plugin-jest": "29.12.1", - "eslint-plugin-mozilla": "4.3.3", + "eslint-plugin-mozilla": "4.3.4", "eslint-plugin-no-unsanitized": "4.1.4", "prettier": "3.7.4", "jest": "^30.0.0",