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

Update dependency blurhash to v2

This commit is contained in:
renovate[bot] 2022-09-20 01:14:47 +00:00 committed by GitHub
parent 563645347d
commit 64e9eecfc4
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.1",
"core-js": "3.25.1",
@ -4927,9 +4927,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.19.1",
@ -23141,9 +23141,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.19.1",

View file

@ -71,7 +71,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.1",
"core-js": "3.25.1",