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",