From cea6cbad5077862ab9ae6c5ff3b0f34c8b91de3f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 11:57:00 +0200 Subject: [PATCH] build(deps): bump image-size from 0.8.3 to 0.9.1 (#12538) Bumps [image-size](https://github.com/image-size/image-size) from 0.8.3 to 0.9.1. - [Release notes](https://github.com/image-size/image-size/releases) - [Commits](https://github.com/image-size/image-size/compare/v0.8.3...v0.9.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4da17adb45..1268046496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7440,9 +7440,9 @@ } }, "image-size": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.8.3.tgz", - "integrity": "sha512-SMtq1AJ+aqHB45c3FsB4ERK0UCiA2d3H1uq8s+8T0Pf8A3W4teyBQyaFaktH6xvZqh+npwlKU7i4fJo0r7TYTg==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.9.1.tgz", + "integrity": "sha512-yBo6xGGjiWtApYroCGR9wTvaIgande5vmAfTYIld5ss5kN4tyDG5lrW1qGomOXgB05ss7GLXLpDYXEiFqSqkzg==", "requires": { "queue": "6.0.1" } diff --git a/package.json b/package.json index 660424888e..5e8b68c3d7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gulp.spritesmith": "^6.9.0", "habitica-markdown": "^3.0.0", "helmet": "^3.23.3", - "image-size": "^0.8.3", + "image-size": "^0.9.1", "in-app-purchase": "^1.11.3", "js2xmlparser": "^4.0.1", "jsonwebtoken": "^8.5.1",