mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4022 from jellyfin/renovate/blurhash-2.x
This commit is contained in:
commit
bb2fbf0b8b
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -17,7 +17,7 @@
|
|||
"@fontsource/noto-sans-tc": "4.5.11",
|
||||
"@jellyfin/libass-wasm": "4.1.1",
|
||||
"@jellyfin/sdk": "0.7.0",
|
||||
"blurhash": "2.0.2",
|
||||
"blurhash": "2.0.3",
|
||||
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
||||
"classnames": "2.3.2",
|
||||
"core-js": "3.25.5",
|
||||
|
@ -4026,9 +4026,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/blurhash": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.2.tgz",
|
||||
"integrity": "sha512-aYWeITmNkjtnR6X7wNgoIJ198qJc3w5yaIwLa7yxsV7/BMnWDWWgugBNvImSCcWNdVHhpNFIJgEb5jzhV4rkHA=="
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.3.tgz",
|
||||
"integrity": "sha512-nTnJTOheiaV3b189f7rH5AbbrnQB2r3CcOZBg47GUDaE9DrxyBPD2w0HYp4ME2UBlTP7LMIa6nMWqg/58oyIzA=="
|
||||
},
|
||||
"node_modules/body-parser": {
|
||||
"version": "1.20.0",
|
||||
|
@ -21358,9 +21358,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"blurhash": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.2.tgz",
|
||||
"integrity": "sha512-aYWeITmNkjtnR6X7wNgoIJ198qJc3w5yaIwLa7yxsV7/BMnWDWWgugBNvImSCcWNdVHhpNFIJgEb5jzhV4rkHA=="
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.3.tgz",
|
||||
"integrity": "sha512-nTnJTOheiaV3b189f7rH5AbbrnQB2r3CcOZBg47GUDaE9DrxyBPD2w0HYp4ME2UBlTP7LMIa6nMWqg/58oyIzA=="
|
||||
},
|
||||
"body-parser": {
|
||||
"version": "1.20.0",
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
"@fontsource/noto-sans-tc": "4.5.11",
|
||||
"@jellyfin/libass-wasm": "4.1.1",
|
||||
"@jellyfin/sdk": "0.7.0",
|
||||
"blurhash": "2.0.2",
|
||||
"blurhash": "2.0.3",
|
||||
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
||||
"classnames": "2.3.2",
|
||||
"core-js": "3.25.5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue