70.diff (1904B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 03aa824..e530714 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -6,7 +6,7 @@ 6 "": { 7 "name": "matrix-art", 8 "dependencies": { 9 - "blurhash": "1.1.4", 10 + "blurhash": "1.1.5", 11 "cors": "2.8.5", 12 "feed": "yshrsmz/feed#c50d7a82c5b6141039830d615b19b760e173e231", 13 "lightgallery": "2.4.0", 14 @@ -2061,9 +2061,9 @@ 15 } 16 }, 17 "node_modules/blurhash": { 18 - "version": "1.1.4", 19 - "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.4.tgz", 20 - "integrity": "sha512-MXIPz6zwYUKayju+Uidf83KhH0vodZfeRl6Ich8Gu+KGl0JgKiFq9LsfqV7cVU5fKD/AotmduZqvOfrGKOfTaA==" 21 + "version": "1.1.5", 22 + "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.5.tgz", 23 + "integrity": "sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg==" 24 }, 25 "node_modules/boolbase": { 26 "version": "1.0.0", 27 @@ -10557,9 +10557,9 @@ 28 } 29 }, 30 "blurhash": { 31 - "version": "1.1.4", 32 - "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.4.tgz", 33 - "integrity": "sha512-MXIPz6zwYUKayju+Uidf83KhH0vodZfeRl6Ich8Gu+KGl0JgKiFq9LsfqV7cVU5fKD/AotmduZqvOfrGKOfTaA==" 34 + "version": "1.1.5", 35 + "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.5.tgz", 36 + "integrity": "sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg==" 37 }, 38 "boolbase": { 39 "version": "1.0.0", 40 diff --git a/package.json b/package.json 41 index b1f4d6b..6efdab5 100644 42 --- a/package.json 43 +++ b/package.json 44 @@ -17,7 +17,7 @@ 45 "node": ">=17.0.0" 46 }, 47 "dependencies": { 48 - "blurhash": "1.1.4", 49 + "blurhash": "1.1.5", 50 "cors": "2.8.5", 51 "feed": "yshrsmz/feed#c50d7a82c5b6141039830d615b19b760e173e231", 52 "lightgallery": "2.4.0",