diff --git a/package-lock.json b/package-lock.json index 583fd8c..439eefe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2110,9 +2110,9 @@ "dev": true }, "image-downloader": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/image-downloader/-/image-downloader-4.0.1.tgz", - "integrity": "sha512-VfjlMHx1DDPN27x6IC15+6oejeG0A1S955r7oF4rsxqAh8+ygJ3avK8yi8pJztz5qir/x1dFV+eCIy3155byhg==" + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/image-downloader/-/image-downloader-4.0.2.tgz", + "integrity": "sha512-lk3kQ5dwGMZz2Q1UHAFVOhTLW73lV55s5DSM4rDPttEKtRrf9yEWxwRlXp9xIr7owvTeIEAc4VCPAghunlNxzQ==" }, "imurmurhash": { "version": "0.1.4", diff --git a/package.json b/package.json index 7385903..9807b52 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "homepage": "https://github.com/WFCD/warframe-nexus-query#README", "dependencies": { "get-image-colors": "^1.8.1", - "image-downloader": "^4.0.1", + "image-downloader": "^4.0.2", "json-fetch-cache": "^1.2.6", "json-query": "^2.2.2", "nexushub-client": "^1.2.0",