diff --git a/package-lock.json b/package-lock.json index 05ac7fd..61cde51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,6 @@ "license": "MIT", "dependencies": { "@builder.io/partytown": "^0.10.3", - "@rollup/rollup-linux-x64-gnu": "^4.39.0", "clean-css": "^5.3.3", "concurrently": "^9.1.2", "csp-hash-generator": "0.0.3", @@ -19,7 +18,7 @@ "expect.js": "^0.3.1", "hasha": "^6.0.0", "html-minifier": "^4.0.0", - "image-size": "^1.2.1", + "image-size": "^2.0.2", "jimp": "^1.6.0", "lru-cache": "^11.1.0", "phin": "^3.7.1", @@ -3468,13 +3467,10 @@ } }, "node_modules/image-size": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.2.1.tgz", - "integrity": "sha512-rH+46sQJ2dlwfjfhCyNx5thzrv+dtmBIhPHk0zgRUukHzZ/kRueTJXoYYsclBaKcSMBWuGbOFXtioLpzTb5euw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-2.0.2.tgz", + "integrity": "sha512-IRqXKlaXwgSMAMtpNzZa1ZAe8m+Sa1770Dhk8VkSsP9LS+iHD62Zd8FQKs8fbPiagBE7BzoFX23cxFnwshpV6w==", "license": "MIT", - "dependencies": { - "queue": "6.0.2" - }, "bin": { "image-size": "bin/image-size.js" }, diff --git a/package.json b/package.json index 9a47834..24c20f2 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.1", + "image-size": "^2.0.2", "jimp": "^1.6.0", "lru-cache": "^11.1.0", "phin": "^3.7.1",