From f428ff6fb5cbb8f68ff6c4cc662f336e880f940f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 08:16:12 +0000 Subject: [PATCH] chore(deps)(deps): bump blurhash from 1.1.5 to 2.0.5 Bumps [blurhash](https://github.com/woltapp/blurhash) from 1.1.5 to 2.0.5. - [Commits](https://github.com/woltapp/blurhash/commits) --- updated-dependencies: - dependency-name: blurhash dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-major ... 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 ff9016113..864b816bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@zip.js/zip.js": "^2.7.24", "animate.css": "^4.1.0", "bigpicture": "^2.6.2", - "blurhash": "^1.1.3", + "blurhash": "^2.0.5", "bootstrap-vue": "^2.22.0", "caniuse-lite": "^1.0.30001418", "chart.js": "^2.7.2", @@ -4767,9 +4767,9 @@ "license": "MIT" }, "node_modules/blurhash": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.5.tgz", - "integrity": "sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.5.tgz", + "integrity": "sha512-cRygWd7kGBQO3VEhPiTgq4Wc43ctsM+o46urrmPOiuAe+07fzlSB9OJVdpgDL0jPqXUVQ9ht7aq7kxOeJHRK+w==", "license": "MIT" }, "node_modules/bn.js": { diff --git a/package.json b/package.json index cb8d11bb9..621e64669 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@zip.js/zip.js": "^2.7.24", "animate.css": "^4.1.0", "bigpicture": "^2.6.2", - "blurhash": "^1.1.3", + "blurhash": "^2.0.5", "bootstrap-vue": "^2.22.0", "caniuse-lite": "^1.0.30001418", "chart.js": "^2.7.2",