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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-03 18:00:39 +05:30 committed by GitHub
parent bf94550a84
commit f577435e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -15,7 +15,7 @@
"@matrix-org/olm": "3.2.12", "@matrix-org/olm": "3.2.12",
"@tippyjs/react": "4.2.6", "@tippyjs/react": "4.2.6",
"babel-polyfill": "6.26.0", "babel-polyfill": "6.26.0",
"blurhash": "2.0.2", "blurhash": "2.0.3",
"browser-encrypt-attachment": "0.3.0", "browser-encrypt-attachment": "0.3.0",
"dateformat": "5.0.3", "dateformat": "5.0.3",
"emojibase-data": "7.0.1", "emojibase-data": "7.0.1",
@ -3050,9 +3050,9 @@
"dev": true "dev": true
}, },
"node_modules/blurhash": { "node_modules/blurhash": {
"version": "2.0.2", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.2.tgz", "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.3.tgz",
"integrity": "sha512-aYWeITmNkjtnR6X7wNgoIJ198qJc3w5yaIwLa7yxsV7/BMnWDWWgugBNvImSCcWNdVHhpNFIJgEb5jzhV4rkHA==" "integrity": "sha512-nTnJTOheiaV3b189f7rH5AbbrnQB2r3CcOZBg47GUDaE9DrxyBPD2w0HYp4ME2UBlTP7LMIa6nMWqg/58oyIzA=="
}, },
"node_modules/bn.js": { "node_modules/bn.js": {
"version": "5.2.1", "version": "5.2.1",
@ -14141,9 +14141,9 @@
} }
}, },
"blurhash": { "blurhash": {
"version": "2.0.2", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.2.tgz", "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.3.tgz",
"integrity": "sha512-aYWeITmNkjtnR6X7wNgoIJ198qJc3w5yaIwLa7yxsV7/BMnWDWWgugBNvImSCcWNdVHhpNFIJgEb5jzhV4rkHA==" "integrity": "sha512-nTnJTOheiaV3b189f7rH5AbbrnQB2r3CcOZBg47GUDaE9DrxyBPD2w0HYp4ME2UBlTP7LMIa6nMWqg/58oyIzA=="
}, },
"bn.js": { "bn.js": {
"version": "5.2.1", "version": "5.2.1",

View file

@ -21,7 +21,7 @@
"@matrix-org/olm": "3.2.12", "@matrix-org/olm": "3.2.12",
"@tippyjs/react": "4.2.6", "@tippyjs/react": "4.2.6",
"babel-polyfill": "6.26.0", "babel-polyfill": "6.26.0",
"blurhash": "2.0.2", "blurhash": "2.0.3",
"browser-encrypt-attachment": "0.3.0", "browser-encrypt-attachment": "0.3.0",
"dateformat": "5.0.3", "dateformat": "5.0.3",
"emojibase-data": "7.0.1", "emojibase-data": "7.0.1",