From f6cb57c22f2ac816b0354a94f29552943a7a21b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 10:57:47 +0100 Subject: [PATCH] build(deps): bump image-size from 0.9.2 to 0.9.3 (#12747) Bumps [image-size](https://github.com/image-size/image-size) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/image-size/image-size/releases) - [Commits](https://github.com/image-size/image-size/compare/v0.9.2...v0.9.3) 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 72333e28b9..294abf4d84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7636,9 +7636,9 @@ } }, "image-size": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.9.2.tgz", - "integrity": "sha512-spzCX3sjQjIk19U+UqpGYNgoaJTOJ7yTQ/9XtvVjXbjNNzwH2fP8NeMKdGbh867rK+Ngy5IVYkcsij2udJuDLw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.9.3.tgz", + "integrity": "sha512-5SakFa79uhUVSjKeQE30GVzzLJ0QNzB53+I+/VD1vIesD6GP6uatWIlgU0uisFNLt1u0d6kBydp7yfk+lLJhLQ==", "requires": { "queue": "6.0.1" } diff --git a/package.json b/package.json index 06b2d9eaa9..52e7651206 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.9.2", + "image-size": "^0.9.3", "in-app-purchase": "^1.11.3", "js2xmlparser": "^4.0.1", "jsonwebtoken": "^8.5.1",