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

Merge pull request #4991 from jellyfin/renovate/jassub-1.x

This commit is contained in:
Bill Thornton 2023-12-06 12:39:52 -05:00 committed by GitHub
commit 0b3d2d841f
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",
"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",

View file

@ -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",