From b4c3502d5a57624e687cbff74c752cb2dd72dd58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:31:40 +0000 Subject: [PATCH] Update dependency jassub to v1.7.13 --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index afd6086403..a361bd1af4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "history": "5.3.0", "hls.js": "github:nyanmisaka/hls.js#v1.5.0-fix-firefox-av1", "intersection-observer": "0.12.2", - "jassub": "1.7.1", + "jassub": "1.7.13", "jellyfin-apiclient": "1.11.0", "jquery": "3.7.1", "jstree": "3.3.16", @@ -12054,11 +12054,11 @@ } }, "node_modules/jassub": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/jassub/-/jassub-1.7.1.tgz", - "integrity": "sha512-xvrF/4/4ifJCxyF9wgmNW/fzvKuqrvU3OKl1B4373STaCPhblMHkRCHDN6DnRdeI9jUyriWDPcKT97cg38YbNw==", + "version": "1.7.13", + "resolved": "https://registry.npmjs.org/jassub/-/jassub-1.7.13.tgz", + "integrity": "sha512-p9fH+p9Rtwd0Exu+J4GDFLOr17j+32HXDV/2qc39qAY0C2g8+1i8WFSn24OHrweXWqnlUcQS/y83diE0Jxr1Xg==", "dependencies": { - "rvfc-polyfill": "^1.0.4" + "rvfc-polyfill": "^1.0.7" } }, "node_modules/jellyfin-apiclient": { @@ -16643,9 +16643,9 @@ } }, "node_modules/rvfc-polyfill": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/rvfc-polyfill/-/rvfc-polyfill-1.0.4.tgz", - "integrity": "sha512-BemRbBDZiLB8pxoPT+2q6R30ykY1e75XBE/L1A0Ubd/3KdUoCQLqI/z4v4oNFNlN3/Rs93d3b6WoybnXhdebkw==" + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/rvfc-polyfill/-/rvfc-polyfill-1.0.7.tgz", + "integrity": "sha512-seBl7J1J3/k0LuzW2T9fG6JIOpni5AbU+/87LA+zTYKgTVhsfShmS8K/yOo1eeEjGJHnAdkVAUUM+PEjN9Mpkw==" }, "node_modules/safe-array-concat": { "version": "1.0.1", @@ -31087,11 +31087,11 @@ } }, "jassub": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/jassub/-/jassub-1.7.1.tgz", - "integrity": "sha512-xvrF/4/4ifJCxyF9wgmNW/fzvKuqrvU3OKl1B4373STaCPhblMHkRCHDN6DnRdeI9jUyriWDPcKT97cg38YbNw==", + "version": "1.7.13", + "resolved": "https://registry.npmjs.org/jassub/-/jassub-1.7.13.tgz", + "integrity": "sha512-p9fH+p9Rtwd0Exu+J4GDFLOr17j+32HXDV/2qc39qAY0C2g8+1i8WFSn24OHrweXWqnlUcQS/y83diE0Jxr1Xg==", "requires": { - "rvfc-polyfill": "^1.0.4" + "rvfc-polyfill": "^1.0.7" } }, "jellyfin-apiclient": { @@ -34332,9 +34332,9 @@ } }, "rvfc-polyfill": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/rvfc-polyfill/-/rvfc-polyfill-1.0.4.tgz", - "integrity": "sha512-BemRbBDZiLB8pxoPT+2q6R30ykY1e75XBE/L1A0Ubd/3KdUoCQLqI/z4v4oNFNlN3/Rs93d3b6WoybnXhdebkw==" + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/rvfc-polyfill/-/rvfc-polyfill-1.0.7.tgz", + "integrity": "sha512-seBl7J1J3/k0LuzW2T9fG6JIOpni5AbU+/87LA+zTYKgTVhsfShmS8K/yOo1eeEjGJHnAdkVAUUM+PEjN9Mpkw==" }, "safe-array-concat": { "version": "1.0.1", diff --git a/package.json b/package.json index b3016c5631..4cdaab6bed 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "history": "5.3.0", "hls.js": "github:nyanmisaka/hls.js#v1.5.0-fix-firefox-av1", "intersection-observer": "0.12.2", - "jassub": "1.7.1", + "jassub": "1.7.13", "jellyfin-apiclient": "1.11.0", "jquery": "3.7.1", "jstree": "3.3.16",