diff --git a/package-lock.json b/package-lock.json index 311533160b..88ae773ec5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4004,9 +4004,9 @@ "dev": true }, "blurhash": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.3.tgz", - "integrity": "sha512-yUhPJvXexbqbyijCIE/T2NCXcj9iNPhWmOKbPTuR/cm7Q5snXYIfnVnz6m7MWOXxODMz/Cr3UcVkRdHiuDVRDw==" + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.4.tgz", + "integrity": "sha512-MXIPz6zwYUKayju+Uidf83KhH0vodZfeRl6Ich8Gu+KGl0JgKiFq9LsfqV7cVU5fKD/AotmduZqvOfrGKOfTaA==" }, "body-parser": { "version": "1.19.0", diff --git a/package.json b/package.json index b20c2d30a7..84e1b4e5b5 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@fontsource/noto-sans-jp": "^4.5.0", "@fontsource/noto-sans-kr": "^4.5.0", "@fontsource/noto-sans-sc": "^4.5.0", - "blurhash": "^1.1.3", + "blurhash": "^1.1.4", "classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz", "classnames": "^2.3.1", "core-js": "^3.16.1",