diff --git a/package-lock.json b/package-lock.json index 2b165e4..bb0dacf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@eslint/js": "9.18.0", - "@stylistic/eslint-plugin-js": "2.13.0", + "@stylistic/eslint-plugin-js": "4.4.1", "eslint": "9.26.0", "globals": "15.14.0", "mocha": "11.0.1", @@ -1536,9 +1536,9 @@ "license": "(Unlicense OR Apache-2.0)" }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.13.0.tgz", - "integrity": "sha512-GPPDK4+fcbsQD58a3abbng2Dx+jBoxM5cnYjBM4T24WFZRZdlNSKvR19TxP8CPevzMOodQ9QVzNeqWvMXzfJRA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-4.4.1.tgz", + "integrity": "sha512-eLisyHvx7Sel8vcFZOEwDEBGmYsYM1SqDn81BWgmbqEXfXRf8oe6Rwp+ryM/8odNjlxtaaxp0Ihmt86CnLAxKg==", "dev": true, "license": "MIT", "dependencies": { @@ -1549,7 +1549,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=8.40.0" + "eslint": ">=9.0.0" } }, "node_modules/@types/estree": { diff --git a/package.json b/package.json index fc24f7a..d853ab0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@eslint/js": "9.18.0", - "@stylistic/eslint-plugin-js": "2.13.0", + "@stylistic/eslint-plugin-js": "4.4.1", "eslint": "9.26.0", "globals": "15.14.0", "mocha": "11.0.1",