Merge pull request #3985 from jellyfin/renovate/blurhash-2.x

This commit is contained in:
Bill Thornton
2022-10-05 08:16:41 -04:00
committed by GitHub
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": "2.0.0",
"blurhash": "2.0.2",
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
"classnames": "2.3.2",
"core-js": "3.25.3",
@@ -4026,9 +4026,9 @@
}
},
"node_modules/blurhash": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.0.tgz",
"integrity": "sha512-fdEZnyJZ5E5s9neCfZUMSMkKfMtdKz1fG53t/iYvMjUFUsDnyZ1YnRRayKBK/B8cilNwe5gaIrPF8QlLrukEZQ=="
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.2.tgz",
"integrity": "sha512-aYWeITmNkjtnR6X7wNgoIJ198qJc3w5yaIwLa7yxsV7/BMnWDWWgugBNvImSCcWNdVHhpNFIJgEb5jzhV4rkHA=="
},
"node_modules/body-parser": {
"version": "1.20.0",
@@ -21358,9 +21358,9 @@
"dev": true
},
"blurhash": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.0.tgz",
"integrity": "sha512-fdEZnyJZ5E5s9neCfZUMSMkKfMtdKz1fG53t/iYvMjUFUsDnyZ1YnRRayKBK/B8cilNwe5gaIrPF8QlLrukEZQ=="
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.2.tgz",
"integrity": "sha512-aYWeITmNkjtnR6X7wNgoIJ198qJc3w5yaIwLa7yxsV7/BMnWDWWgugBNvImSCcWNdVHhpNFIJgEb5jzhV4rkHA=="
},
"body-parser": {
"version": "1.20.0",

View File

@@ -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.0",
"blurhash": "2.0.2",
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
"classnames": "2.3.2",
"core-js": "3.25.3",