diff --git a/package-lock.json b/package-lock.json index e170f92..78718f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "chokidar": "^4.0.3", "ejs": "^3.1.10", "express": "^4.21.2", - "image-size": "^2.0.1", + "image-size": "^2.0.2", "markdown-it": "^14.1.0" }, "devDependencies": { @@ -1241,9 +1241,9 @@ } }, "node_modules/image-size": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-2.0.1.tgz", - "integrity": "sha512-NI6NK/2zchlZopsQrcVIS7jxA0/rtIy74B+/rx5s7rKQyFebmQjZVhzxXgRZJROk+WhhOq+S6sUaODxp0L5hfg==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-2.0.2.tgz", + "integrity": "sha512-IRqXKlaXwgSMAMtpNzZa1ZAe8m+Sa1770Dhk8VkSsP9LS+iHD62Zd8FQKs8fbPiagBE7BzoFX23cxFnwshpV6w==", "license": "MIT", "bin": { "image-size": "bin/image-size.js" diff --git a/package.json b/package.json index 8bd0473..d0d2c9e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "chokidar": "^4.0.3", "ejs": "^3.1.10", "express": "^4.21.2", - "image-size": "^2.0.1", + "image-size": "^2.0.2", "markdown-it": "^14.1.0" }, "devDependencies": {