diff --git a/package-lock.json b/package-lock.json index 51b2638..e01d4ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "expect.js": "^0.3.1", "hasha": "^6.0.0", "html-minifier": "^4.0.0", - "image-size": "^1.2.0", + "image-size": "^1.2.1", "jimp": "^1.6.0", "lru-cache": "^11.1.0", "phin": "^3.7.1", @@ -3451,9 +3451,9 @@ } }, "node_modules/image-size": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.2.0.tgz", - "integrity": "sha512-4S8fwbO6w3GeCVN6OPtA9I5IGKkcDMPcKndtUlpJuCwu7JLjtj7JZpwqLuyY2nrmQT3AWsCJLSKPsc2mPBSl3w==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.2.1.tgz", + "integrity": "sha512-rH+46sQJ2dlwfjfhCyNx5thzrv+dtmBIhPHk0zgRUukHzZ/kRueTJXoYYsclBaKcSMBWuGbOFXtioLpzTb5euw==", "license": "MIT", "dependencies": { "queue": "6.0.2" diff --git a/package.json b/package.json index 567aadc..19a448f 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "expect.js": "^0.3.1", "hasha": "^6.0.0", "html-minifier": "^4.0.0", - "image-size": "^1.2.0", + "image-size": "^1.2.1", "jimp": "^1.6.0", "lru-cache": "^11.1.0", "phin": "^3.7.1",