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

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

This commit is contained in:
Bill Thornton 2023-05-04 11:43:23 -04:00 committed by GitHub
commit f0e8eb52bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -32,7 +32,7 @@
"history": "5.3.0",
"hls.js": "1.4.0",
"intersection-observer": "0.12.2",
"jassub": "1.5.12",
"jassub": "1.5.13",
"jellyfin-apiclient": "1.10.0",
"jquery": "3.6.4",
"jstree": "3.3.15",
@ -10030,9 +10030,9 @@
}
},
"node_modules/jassub": {
"version": "1.5.12",
"resolved": "https://registry.npmjs.org/jassub/-/jassub-1.5.12.tgz",
"integrity": "sha512-CJiuNCXMMGqfmVVlaDyxqaKfOy3RIHW4HBwVWvbq8pl/d1/y1fgTarfR31whUUupHZCe7Tfq8XB7WDgdu6IHaA==",
"version": "1.5.13",
"resolved": "https://registry.npmjs.org/jassub/-/jassub-1.5.13.tgz",
"integrity": "sha512-mQM88BcYgppvpPG6VE+DPQm7r6QS65EBedbm13RE4lRIhdrnQ+ihWhBOZXYZe3SlGhg+ROIDRK8uY4dm9ER2XQ==",
"dependencies": {
"rvfc-polyfill": "^1.0.4"
}
@ -27271,9 +27271,9 @@
"dev": true
},
"jassub": {
"version": "1.5.12",
"resolved": "https://registry.npmjs.org/jassub/-/jassub-1.5.12.tgz",
"integrity": "sha512-CJiuNCXMMGqfmVVlaDyxqaKfOy3RIHW4HBwVWvbq8pl/d1/y1fgTarfR31whUUupHZCe7Tfq8XB7WDgdu6IHaA==",
"version": "1.5.13",
"resolved": "https://registry.npmjs.org/jassub/-/jassub-1.5.13.tgz",
"integrity": "sha512-mQM88BcYgppvpPG6VE+DPQm7r6QS65EBedbm13RE4lRIhdrnQ+ihWhBOZXYZe3SlGhg+ROIDRK8uY4dm9ER2XQ==",
"requires": {
"rvfc-polyfill": "^1.0.4"
}

View file

@ -88,7 +88,7 @@
"history": "5.3.0",
"hls.js": "1.4.0",
"intersection-observer": "0.12.2",
"jassub": "1.5.12",
"jassub": "1.5.13",
"jellyfin-apiclient": "1.10.0",
"jquery": "3.6.4",
"jstree": "3.3.15",