From 0ebdb75fc8addeda33931542269de809bbd3f711 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2019 14:41:56 +0200 Subject: [PATCH] Bump image-size from 0.8.2 to 0.8.3 (#11444) Bumps [image-size](https://github.com/image-size/image-size) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/image-size/image-size/releases) - [Commits](https://github.com/image-size/image-size/compare/v0.8.2...v0.8.3) Signed-off-by: dependabot-preview[bot] --- 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 eb705bb723..3de2287a52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8785,9 +8785,9 @@ } }, "image-size": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.8.2.tgz", - "integrity": "sha512-0AO8bEDtAcC+dScZmCDUvmxIYWlJ+0DQOl1BkTQYrrM3/oQORS03P0gDT7ZoElRozHlfoUxT+L2ErLFmbT5tdA==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.8.3.tgz", + "integrity": "sha512-SMtq1AJ+aqHB45c3FsB4ERK0UCiA2d3H1uq8s+8T0Pf8A3W4teyBQyaFaktH6xvZqh+npwlKU7i4fJo0r7TYTg==", "requires": { "queue": "6.0.1" } diff --git a/package.json b/package.json index c1bfa5816e..96e2c0e5e9 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "gulp.spritesmith": "^6.9.0", "habitica-markdown": "^1.3.0", "helmet": "^3.21.0", - "image-size": "^0.8.0", + "image-size": "^0.8.3", "in-app-purchase": "^1.11.3", "js2xmlparser": "^4.0.0", "lodash": "^4.17.15",