From 31e79a4386ee51b84dcc069a646d28a0c7f369e5 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Wed, 8 Oct 2025 23:28:55 +0300 Subject: [PATCH] Update dependencies --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84cff3f8bf..a5f14a99b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "eslint": "^9.32.0", "glob": "^11.0.3", "globals": "^16.3.0", - "iptv-playlist-parser": "^0.15.0", + "iptv-playlist-parser": "^0.15.1", "jest": "^30.0.5", "jest-expect-message": "^1.1.3", "lodash.uniqueid": "^4.0.1", @@ -5057,9 +5057,9 @@ } }, "node_modules/iptv-playlist-parser": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.15.0.tgz", - "integrity": "sha512-9EGiQ5y95UZsV24HBSHuSyOuqzFR4YCAm7X8MqJNHlcm9jP38DHH7inYU0YJuXVq9fAttij3Yh8MJZkV1Bu/SA==", + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.15.1.tgz", + "integrity": "sha512-Fsm0uGiKsxZxOFvrpO0YY8eZtZLA9yqre7ne+T5AN2xvMsxFF2yY84CbFF6CTMYm7S+/AUQ+hPVst+uo9dGEuA==", "dependencies": { "is-valid-path": "^0.1.1", "validator": "^13.7.0" diff --git a/package.json b/package.json index 6f0e2aac74..3fe38c50db 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint": "^9.32.0", "glob": "^11.0.3", "globals": "^16.3.0", - "iptv-playlist-parser": "^0.15.0", + "iptv-playlist-parser": "^0.15.1", "jest": "^30.0.5", "jest-expect-message": "^1.1.3", "lodash.uniqueid": "^4.0.1",