diff --git a/package-lock.json b/package-lock.json index e007332..5421403 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1212,15 +1212,16 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.0.tgz", - "integrity": "sha512-bIh/d9X+OQLCAMdhHtps+frvyjvAM4B1YlSJzcEEhl7wXLIqPar3ngn9DrHhkBOrTA/z9J0bUMtctAspe0dxdQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.0.0.tgz", + "integrity": "sha512-nVV2FSzeTJ3oFKw+3t9gQYQcrgbopgCASSY27QOtkhEGgSfdQQjDmzZd41NeT1myQ8Wc6l+pZllST9qIu4NKzg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.32.1", - "eslint-visitor-keys": "^4.2.0", - "espree": "^10.3.0", + "@eslint-community/eslint-utils": "^4.7.0", + "@typescript-eslint/types": "^8.34.1", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", "estraverse": "^5.3.0", "picomatch": "^4.0.2" }, @@ -1231,14 +1232,28 @@ "eslint": ">=9.0.0" } }, + "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": { + "version": "8.35.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.35.0.tgz", + "integrity": "sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, "node_modules/@trojs/lint": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@trojs/lint/-/lint-0.3.1.tgz", - "integrity": "sha512-P096g2LmXHj372UglY8nXbQrWUS8dhy1ScIdktAJCc6TqB/XZKKPMwLJw1rpA/inmy4L/RYTW108oSA0i8HUjQ==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@trojs/lint/-/lint-0.3.2.tgz", + "integrity": "sha512-Qh2RwX3KL+bgQNP+87hNn5RayveafN4HCgKGOk8Ujwcq45HpGEXd6wcULLVfwHFbiDxLsU3PphkiUaapYDTaeA==", "dev": true, "license": "MIT", "dependencies": { - "@stylistic/eslint-plugin": "^4.0.0", + "@stylistic/eslint-plugin": "^5.0.0", "eslint": "^9.19.0", "eslint-plugin-import-x": "^4.6.1", "eslint-plugin-jsdoc": "^51.0.0",