diff --git a/package-lock.json b/package-lock.json index 494c83bfc..9ed8b9ea3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1649,6 +1649,11 @@ "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz", "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==" }, + "blurhash": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.3.tgz", + "integrity": "sha512-yUhPJvXexbqbyijCIE/T2NCXcj9iNPhWmOKbPTuR/cm7Q5snXYIfnVnz6m7MWOXxODMz/Cr3UcVkRdHiuDVRDw==" + }, "bn.js": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.1.tgz", diff --git a/package.json b/package.json index 4c1ccd439..3a6285a0b 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "dependencies": { "@trevoreyre/autocomplete-vue": "^2.2.0", "animate.css": "^4.1.0", + "blurhash": "^1.1.3", "bootstrap-vue": "^2.16.0", "filesize": "^3.6.1", "howler": "^2.2.0",