From f577435e98933ff21ba11e7e722c24dac8a7463d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 18:00:39 +0530 Subject: [PATCH] Bump blurhash from 2.0.2 to 2.0.3 (#893) Bumps [blurhash](https://github.com/woltapp/blurhash) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/woltapp/blurhash/releases) - [Commits](https://github.com/woltapp/blurhash/commits) --- updated-dependencies: - dependency-name: blurhash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc9d604..d56a671 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@matrix-org/olm": "3.2.12", "@tippyjs/react": "4.2.6", "babel-polyfill": "6.26.0", - "blurhash": "2.0.2", + "blurhash": "2.0.3", "browser-encrypt-attachment": "0.3.0", "dateformat": "5.0.3", "emojibase-data": "7.0.1", @@ -3050,9 +3050,9 @@ "dev": true }, "node_modules/blurhash": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.2.tgz", - "integrity": "sha512-aYWeITmNkjtnR6X7wNgoIJ198qJc3w5yaIwLa7yxsV7/BMnWDWWgugBNvImSCcWNdVHhpNFIJgEb5jzhV4rkHA==" + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.3.tgz", + "integrity": "sha512-nTnJTOheiaV3b189f7rH5AbbrnQB2r3CcOZBg47GUDaE9DrxyBPD2w0HYp4ME2UBlTP7LMIa6nMWqg/58oyIzA==" }, "node_modules/bn.js": { "version": "5.2.1", @@ -14141,9 +14141,9 @@ } }, "blurhash": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.2.tgz", - "integrity": "sha512-aYWeITmNkjtnR6X7wNgoIJ198qJc3w5yaIwLa7yxsV7/BMnWDWWgugBNvImSCcWNdVHhpNFIJgEb5jzhV4rkHA==" + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.3.tgz", + "integrity": "sha512-nTnJTOheiaV3b189f7rH5AbbrnQB2r3CcOZBg47GUDaE9DrxyBPD2w0HYp4ME2UBlTP7LMIa6nMWqg/58oyIzA==" }, "bn.js": { "version": "5.2.1", diff --git a/package.json b/package.json index 02b26ca..7c537d7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@matrix-org/olm": "3.2.12", "@tippyjs/react": "4.2.6", "babel-polyfill": "6.26.0", - "blurhash": "2.0.2", + "blurhash": "2.0.3", "browser-encrypt-attachment": "0.3.0", "dateformat": "5.0.3", "emojibase-data": "7.0.1",