diff --git a/package-lock.json b/package-lock.json index 7fb554e7e..7ac21bcf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@vanilla-extract/recipes": "0.3.0", "@vanilla-extract/vite-plugin": "3.7.1", "await-to-js": "3.0.0", - "blurhash": "2.0.4", + "blurhash": "2.0.5", "browser-encrypt-attachment": "0.3.0", "classnames": "2.3.2", "dateformat": "5.0.3", @@ -5896,9 +5896,9 @@ "integrity": "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==" }, "node_modules/blurhash": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.4.tgz", - "integrity": "sha512-r/As72u2FbucLoK5NTegM/GucxJc3d8GvHc4ngo13IO/nt2HU4gONxNLq1XPN6EM/V8Y9URIa7PcSz2RZu553A==" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.5.tgz", + "integrity": "sha512-cRygWd7kGBQO3VEhPiTgq4Wc43ctsM+o46urrmPOiuAe+07fzlSB9OJVdpgDL0jPqXUVQ9ht7aq7kxOeJHRK+w==" }, "node_modules/brace-expansion": { "version": "1.1.11", diff --git a/package.json b/package.json index 1ecbc1900..a6d3b38f8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@vanilla-extract/recipes": "0.3.0", "@vanilla-extract/vite-plugin": "3.7.1", "await-to-js": "3.0.0", - "blurhash": "2.0.4", + "blurhash": "2.0.5", "browser-encrypt-attachment": "0.3.0", "classnames": "2.3.2", "dateformat": "5.0.3",