From b1dc5d152580b642991fec2ccd8695b5295cb351 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 14:59:41 -0500 Subject: [PATCH] chore(deps): bump image-size from 0.9.3 to 1.0.0 (#13187) Bumps [image-size](https://github.com/image-size/image-size) from 0.9.3 to 1.0.0. - [Release notes](https://github.com/image-size/image-size/releases) - [Commits](https://github.com/image-size/image-size/compare/v0.9.3...v1.0.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index df209713c1..7d187ce04c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7537,11 +7537,11 @@ } }, "image-size": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.9.3.tgz", - "integrity": "sha512-5SakFa79uhUVSjKeQE30GVzzLJ0QNzB53+I+/VD1vIesD6GP6uatWIlgU0uisFNLt1u0d6kBydp7yfk+lLJhLQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.0.0.tgz", + "integrity": "sha512-JLJ6OwBfO1KcA+TvJT+v8gbE6iWbj24LyDNFgFEN0lzegn6cC6a/p3NIDaepMsJjQjlUWqIC7wJv8lBFxPNjcw==", "requires": { - "queue": "6.0.1" + "queue": "6.0.2" } }, "imagemin": { @@ -11326,9 +11326,9 @@ } }, "queue": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.1.tgz", - "integrity": "sha512-AJBQabRCCNr9ANq8v77RJEv73DPbn55cdTb+Giq4X0AVnNVZvMHlYp7XlQiN+1npCZj1DuSmaA2hYVUUDgxFDg==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz", + "integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==", "requires": { "inherits": "~2.0.3" } diff --git a/package.json b/package.json index e0e7aa858f..67cf12ff45 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gulp.spritesmith": "^6.9.0", "habitica-markdown": "^3.0.0", "helmet": "^4.5.0", - "image-size": "^0.9.3", + "image-size": "^1.0.0", "in-app-purchase": "^1.11.3", "js2xmlparser": "^4.0.1", "jsonwebtoken": "^8.5.1",