diff --git a/package-lock.json b/package-lock.json index a436772894..1498b7bfef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@fontsource/noto-sans-sc": "4.5.11", "@fontsource/noto-sans-tc": "4.5.11", "@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", "classnames": "2.3.1", "core-js": "3.20.2", @@ -5149,9 +5149,9 @@ } }, "node_modules/blurhash": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.4.tgz", - "integrity": "sha512-MXIPz6zwYUKayju+Uidf83KhH0vodZfeRl6Ich8Gu+KGl0JgKiFq9LsfqV7cVU5fKD/AotmduZqvOfrGKOfTaA==" + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.5.tgz", + "integrity": "sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg==" }, "node_modules/body-parser": { "version": "1.19.1", @@ -24047,9 +24047,9 @@ "dev": true }, "blurhash": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.4.tgz", - "integrity": "sha512-MXIPz6zwYUKayju+Uidf83KhH0vodZfeRl6Ich8Gu+KGl0JgKiFq9LsfqV7cVU5fKD/AotmduZqvOfrGKOfTaA==" + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.5.tgz", + "integrity": "sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg==" }, "body-parser": { "version": "1.19.1", diff --git a/package.json b/package.json index c5b9ae3c1e..b458559362 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@fontsource/noto-sans-sc": "4.5.11", "@fontsource/noto-sans-tc": "4.5.11", "@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", "classnames": "2.3.1", "core-js": "3.20.2",