Skip to content

Commit 307ef13

Browse files
fix(deps): update dependency blurhash to v2
1 parent adc3ede commit 307ef13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "MIT",
1919
"dependencies": {
20-
"blurhash": "^1.1.5",
20+
"blurhash": "^2.0.0",
2121
"image-size": "^1.0.2",
2222
"node-fetch": "2.6.7",
2323
"sharp": "^0.30.7"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ bl@^4.0.3:
206206
inherits "^2.0.4"
207207
readable-stream "^3.4.0"
208208

209-
blurhash@^1.1.5:
210-
version "1.1.5"
211-
resolved "https://registry.yarnpkg.com/blurhash/-/blurhash-1.1.5.tgz#3034104cd5dce5a3e5caa871ae2f0f1f2d0ab566"
212-
integrity sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg==
209+
blurhash@^2.0.0:
210+
version "2.0.5"
211+
resolved "https://registry.yarnpkg.com/blurhash/-/blurhash-2.0.5.tgz#efde729fc14a2f03571a6aa91b49cba80d1abe4b"
212+
integrity sha512-cRygWd7kGBQO3VEhPiTgq4Wc43ctsM+o46urrmPOiuAe+07fzlSB9OJVdpgDL0jPqXUVQ9ht7aq7kxOeJHRK+w==
213213

214214
boxen@^5.0.0:
215215
version "5.1.2"

0 commit comments

Comments
 (0)