1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update dependency jassub to v1.7.13

This commit is contained in:
renovate[bot] 2023-12-06 16:31:40 +00:00 committed by GitHub
parent f7d744169e
commit b4c3502d5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View file

@ -41,7 +41,7 @@
"history": "5.3.0", "history": "5.3.0",
"hls.js": "github:nyanmisaka/hls.js#v1.5.0-fix-firefox-av1", "hls.js": "github:nyanmisaka/hls.js#v1.5.0-fix-firefox-av1",
"intersection-observer": "0.12.2", "intersection-observer": "0.12.2",
"jassub": "1.7.1", "jassub": "1.7.13",
"jellyfin-apiclient": "1.11.0", "jellyfin-apiclient": "1.11.0",
"jquery": "3.7.1", "jquery": "3.7.1",
"jstree": "3.3.16", "jstree": "3.3.16",
@ -12054,11 +12054,11 @@
} }
}, },
"node_modules/jassub": { "node_modules/jassub": {
"version": "1.7.1", "version": "1.7.13",
"resolved": "https://registry.npmjs.org/jassub/-/jassub-1.7.1.tgz", "resolved": "https://registry.npmjs.org/jassub/-/jassub-1.7.13.tgz",
"integrity": "sha512-xvrF/4/4ifJCxyF9wgmNW/fzvKuqrvU3OKl1B4373STaCPhblMHkRCHDN6DnRdeI9jUyriWDPcKT97cg38YbNw==", "integrity": "sha512-p9fH+p9Rtwd0Exu+J4GDFLOr17j+32HXDV/2qc39qAY0C2g8+1i8WFSn24OHrweXWqnlUcQS/y83diE0Jxr1Xg==",
"dependencies": { "dependencies": {
"rvfc-polyfill": "^1.0.4" "rvfc-polyfill": "^1.0.7"
} }
}, },
"node_modules/jellyfin-apiclient": { "node_modules/jellyfin-apiclient": {
@ -16643,9 +16643,9 @@
} }
}, },
"node_modules/rvfc-polyfill": { "node_modules/rvfc-polyfill": {
"version": "1.0.4", "version": "1.0.7",
"resolved": "https://registry.npmjs.org/rvfc-polyfill/-/rvfc-polyfill-1.0.4.tgz", "resolved": "https://registry.npmjs.org/rvfc-polyfill/-/rvfc-polyfill-1.0.7.tgz",
"integrity": "sha512-BemRbBDZiLB8pxoPT+2q6R30ykY1e75XBE/L1A0Ubd/3KdUoCQLqI/z4v4oNFNlN3/Rs93d3b6WoybnXhdebkw==" "integrity": "sha512-seBl7J1J3/k0LuzW2T9fG6JIOpni5AbU+/87LA+zTYKgTVhsfShmS8K/yOo1eeEjGJHnAdkVAUUM+PEjN9Mpkw=="
}, },
"node_modules/safe-array-concat": { "node_modules/safe-array-concat": {
"version": "1.0.1", "version": "1.0.1",
@ -31087,11 +31087,11 @@
} }
}, },
"jassub": { "jassub": {
"version": "1.7.1", "version": "1.7.13",
"resolved": "https://registry.npmjs.org/jassub/-/jassub-1.7.1.tgz", "resolved": "https://registry.npmjs.org/jassub/-/jassub-1.7.13.tgz",
"integrity": "sha512-xvrF/4/4ifJCxyF9wgmNW/fzvKuqrvU3OKl1B4373STaCPhblMHkRCHDN6DnRdeI9jUyriWDPcKT97cg38YbNw==", "integrity": "sha512-p9fH+p9Rtwd0Exu+J4GDFLOr17j+32HXDV/2qc39qAY0C2g8+1i8WFSn24OHrweXWqnlUcQS/y83diE0Jxr1Xg==",
"requires": { "requires": {
"rvfc-polyfill": "^1.0.4" "rvfc-polyfill": "^1.0.7"
} }
}, },
"jellyfin-apiclient": { "jellyfin-apiclient": {
@ -34332,9 +34332,9 @@
} }
}, },
"rvfc-polyfill": { "rvfc-polyfill": {
"version": "1.0.4", "version": "1.0.7",
"resolved": "https://registry.npmjs.org/rvfc-polyfill/-/rvfc-polyfill-1.0.4.tgz", "resolved": "https://registry.npmjs.org/rvfc-polyfill/-/rvfc-polyfill-1.0.7.tgz",
"integrity": "sha512-BemRbBDZiLB8pxoPT+2q6R30ykY1e75XBE/L1A0Ubd/3KdUoCQLqI/z4v4oNFNlN3/Rs93d3b6WoybnXhdebkw==" "integrity": "sha512-seBl7J1J3/k0LuzW2T9fG6JIOpni5AbU+/87LA+zTYKgTVhsfShmS8K/yOo1eeEjGJHnAdkVAUUM+PEjN9Mpkw=="
}, },
"safe-array-concat": { "safe-array-concat": {
"version": "1.0.1", "version": "1.0.1",

View file

@ -102,7 +102,7 @@
"history": "5.3.0", "history": "5.3.0",
"hls.js": "github:nyanmisaka/hls.js#v1.5.0-fix-firefox-av1", "hls.js": "github:nyanmisaka/hls.js#v1.5.0-fix-firefox-av1",
"intersection-observer": "0.12.2", "intersection-observer": "0.12.2",
"jassub": "1.7.1", "jassub": "1.7.13",
"jellyfin-apiclient": "1.11.0", "jellyfin-apiclient": "1.11.0",
"jquery": "3.7.1", "jquery": "3.7.1",
"jstree": "3.3.16", "jstree": "3.3.16",