mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3926 from jellyfin/renovate/blurhash-2.x
Update dependency blurhash to v2
This commit is contained in:
commit
5c10f432de
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",
|
"@fontsource/noto-sans-tc": "4.5.11",
|
||||||
"@jellyfin/libass-wasm": "4.1.1",
|
"@jellyfin/libass-wasm": "4.1.1",
|
||||||
"@jellyfin/sdk": "0.7.0",
|
"@jellyfin/sdk": "0.7.0",
|
||||||
"blurhash": "1.1.5",
|
"blurhash": "2.0.0",
|
||||||
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
||||||
"classnames": "2.3.2",
|
"classnames": "2.3.2",
|
||||||
"core-js": "3.25.2",
|
"core-js": "3.25.2",
|
||||||
|
@ -4023,9 +4023,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/blurhash": {
|
"node_modules/blurhash": {
|
||||||
"version": "1.1.5",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.5.tgz",
|
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.0.tgz",
|
||||||
"integrity": "sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg=="
|
"integrity": "sha512-fdEZnyJZ5E5s9neCfZUMSMkKfMtdKz1fG53t/iYvMjUFUsDnyZ1YnRRayKBK/B8cilNwe5gaIrPF8QlLrukEZQ=="
|
||||||
},
|
},
|
||||||
"node_modules/body-parser": {
|
"node_modules/body-parser": {
|
||||||
"version": "1.20.0",
|
"version": "1.20.0",
|
||||||
|
@ -21280,9 +21280,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"blurhash": {
|
"blurhash": {
|
||||||
"version": "1.1.5",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.5.tgz",
|
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.0.tgz",
|
||||||
"integrity": "sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg=="
|
"integrity": "sha512-fdEZnyJZ5E5s9neCfZUMSMkKfMtdKz1fG53t/iYvMjUFUsDnyZ1YnRRayKBK/B8cilNwe5gaIrPF8QlLrukEZQ=="
|
||||||
},
|
},
|
||||||
"body-parser": {
|
"body-parser": {
|
||||||
"version": "1.20.0",
|
"version": "1.20.0",
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
"@fontsource/noto-sans-tc": "4.5.11",
|
"@fontsource/noto-sans-tc": "4.5.11",
|
||||||
"@jellyfin/libass-wasm": "4.1.1",
|
"@jellyfin/libass-wasm": "4.1.1",
|
||||||
"@jellyfin/sdk": "0.7.0",
|
"@jellyfin/sdk": "0.7.0",
|
||||||
"blurhash": "1.1.5",
|
"blurhash": "2.0.0",
|
||||||
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
||||||
"classnames": "2.3.2",
|
"classnames": "2.3.2",
|
||||||
"core-js": "3.25.2",
|
"core-js": "3.25.2",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue