Update dependency blurhash to v2.0.3

This commit is contained in:
renovate[bot] 2022-10-10 09:59:42 +00:00 committed by GitHub
parent 80902fc908
commit 9b12b452e8
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": "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.4",
@ -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",

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.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.4",