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

Merge pull request #3815 from jellyfin/renovate/blurhash-1.x

This commit is contained in:
Bill Thornton 2022-08-18 02:30:36 -04:00 committed by GitHub
commit 864f4646dd
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

@ -16,7 +16,7 @@
"@fontsource/noto-sans-sc": "4.5.11", "@fontsource/noto-sans-sc": "4.5.11",
"@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",
"blurhash": "1.1.4", "blurhash": "1.1.5",
"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.1", "classnames": "2.3.1",
"core-js": "3.20.2", "core-js": "3.20.2",
@ -5149,9 +5149,9 @@
} }
}, },
"node_modules/blurhash": { "node_modules/blurhash": {
"version": "1.1.4", "version": "1.1.5",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.4.tgz", "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.5.tgz",
"integrity": "sha512-MXIPz6zwYUKayju+Uidf83KhH0vodZfeRl6Ich8Gu+KGl0JgKiFq9LsfqV7cVU5fKD/AotmduZqvOfrGKOfTaA==" "integrity": "sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg=="
}, },
"node_modules/body-parser": { "node_modules/body-parser": {
"version": "1.19.1", "version": "1.19.1",
@ -24047,9 +24047,9 @@
"dev": true "dev": true
}, },
"blurhash": { "blurhash": {
"version": "1.1.4", "version": "1.1.5",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.4.tgz", "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.5.tgz",
"integrity": "sha512-MXIPz6zwYUKayju+Uidf83KhH0vodZfeRl6Ich8Gu+KGl0JgKiFq9LsfqV7cVU5fKD/AotmduZqvOfrGKOfTaA==" "integrity": "sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg=="
}, },
"body-parser": { "body-parser": {
"version": "1.19.1", "version": "1.19.1",

View file

@ -71,7 +71,7 @@
"@fontsource/noto-sans-sc": "4.5.11", "@fontsource/noto-sans-sc": "4.5.11",
"@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",
"blurhash": "1.1.4", "blurhash": "1.1.5",
"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.1", "classnames": "2.3.1",
"core-js": "3.20.2", "core-js": "3.20.2",