From a0635658bddf8997989b2cc92bb1deb8f5ad3794 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 4 May 2025 02:09:56 -0700 Subject: [PATCH] chore(deps): update dependency @stylistic/eslint-plugin-js to v4 --- tvapp2/package-lock.json | 14 +++++++------- tvapp2/package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tvapp2/package-lock.json b/tvapp2/package-lock.json index 3a69e28c..e1415f81 100755 --- a/tvapp2/package-lock.json +++ b/tvapp2/package-lock.json @@ -1,12 +1,12 @@ { "name": "tvapp2", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tvapp2", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "dependencies": { "chalk": "^5.3.0", @@ -17,7 +17,7 @@ "user-agents": "^1.1.480" }, "devDependencies": { - "@stylistic/eslint-plugin-js": "^3.1.0", + "@stylistic/eslint-plugin-js": "^4.2.0", "@types/uuid": "^10.0.0", "all-contributors-cli": "^6.26.1", "env-cmd": "^10.1.0", @@ -260,9 +260,9 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-3.1.0.tgz", - "integrity": "sha512-lQktsOiCr8S6StG29C5fzXYxLOD6ID1rp4j6TRS+E/qY1xd59Fm7dy5qm9UauJIEoSTlYx6yGsCHYh5UkgXPyg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-4.2.0.tgz", + "integrity": "sha512-MiJr6wvyzMYl/wElmj8Jns8zH7Q1w8XoVtm+WM6yDaTrfxryMyb8n0CMxt82fo42RoLIfxAEtM6tmQVxqhk0/A==", "dev": true, "license": "MIT", "dependencies": { @@ -273,7 +273,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/tvapp2/package.json b/tvapp2/package.json index 398481c3..b3bca1d8 100755 --- a/tvapp2/package.json +++ b/tvapp2/package.json @@ -1,6 +1,6 @@ { "name": "tvapp2", - "version": "1.4.0", + "version": "1.5.0", "description": "This package allows you to generate M3U playlists and EPG guides from various online IPTV services.", "author": "BinaryNinja", "license": "MIT", @@ -89,7 +89,7 @@ "eslint-plugin-import": "2.31.0", "eslint-plugin-n": "17.15.0", "eslint-plugin-promise": "7.2.1", - "@stylistic/eslint-plugin-js": "^3.1.0" + "@stylistic/eslint-plugin-js": "^4.2.0" }, "engines": { "node": ">=20"