From 7365c27515bb303f92cf8346a9d23fc4d48f9f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:08:19 +0000 Subject: [PATCH] Bump react-blurhash from 0.2.0 to 0.3.0 Bumps [react-blurhash](https://github.com/woltapp/react-blurhash) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/woltapp/react-blurhash/releases) - [Changelog](https://github.com/woltapp/react-blurhash/blob/master/CHANGELOG.md) - [Commits](https://github.com/woltapp/react-blurhash/commits) --- updated-dependencies: - dependency-name: react-blurhash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b60abb5c..6c0c22d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "prop-types": "15.8.1", "react": "17.0.2", "react-autosize-textarea": "7.1.0", - "react-blurhash": "0.2.0", + "react-blurhash": "0.3.0", "react-dnd": "15.1.2", "react-dnd-html5-backend": "15.1.3", "react-dom": "17.0.2", @@ -4247,9 +4247,9 @@ } }, "node_modules/react-blurhash": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/react-blurhash/-/react-blurhash-0.2.0.tgz", - "integrity": "sha512-MfhPLfFTNCX3MCJ8nM5t+T5qAixBUv8QHVcHORs5iVaqdpg+IW/e4lpOphc0bm6AvKz//4MuHESIeKKoxi3wnA==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/react-blurhash/-/react-blurhash-0.3.0.tgz", + "integrity": "sha512-XlKr4Ns1iYFRnk6DkAblNbAwN/bTJvxTVoxMvmTcURdc5oLoXZwqAF9N3LZUh/HT+QFlq5n6IS6VsDGsviYAiQ==", "peerDependencies": { "blurhash": "^2.0.3", "react": ">=15" diff --git a/package.json b/package.json index 5ba7933d..bd52d365 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "prop-types": "15.8.1", "react": "17.0.2", "react-autosize-textarea": "7.1.0", - "react-blurhash": "0.2.0", + "react-blurhash": "0.3.0", "react-dnd": "15.1.2", "react-dnd-html5-backend": "15.1.3", "react-dom": "17.0.2",