1
0
Fork 0
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:
Bill Thornton 2022-09-29 17:00:04 -04:00 committed by GitHub
commit 5c10f432de
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

@ -17,7 +17,7 @@
"@fontsource/noto-sans-tc": "4.5.11",
"@jellyfin/libass-wasm": "4.1.1",
"@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",
"classnames": "2.3.2",
"core-js": "3.25.2",
@ -4023,9 +4023,9 @@
}
},
"node_modules/blurhash": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.5.tgz",
"integrity": "sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg=="
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.0.tgz",
"integrity": "sha512-fdEZnyJZ5E5s9neCfZUMSMkKfMtdKz1fG53t/iYvMjUFUsDnyZ1YnRRayKBK/B8cilNwe5gaIrPF8QlLrukEZQ=="
},
"node_modules/body-parser": {
"version": "1.20.0",
@ -21280,9 +21280,9 @@
"dev": true
},
"blurhash": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.5.tgz",
"integrity": "sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg=="
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.0.tgz",
"integrity": "sha512-fdEZnyJZ5E5s9neCfZUMSMkKfMtdKz1fG53t/iYvMjUFUsDnyZ1YnRRayKBK/B8cilNwe5gaIrPF8QlLrukEZQ=="
},
"body-parser": {
"version": "1.20.0",

View file

@ -72,7 +72,7 @@
"@fontsource/noto-sans-tc": "4.5.11",
"@jellyfin/libass-wasm": "4.1.1",
"@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",
"classnames": "2.3.2",
"core-js": "3.25.2",