diff --git a/package-lock.json b/package-lock.json index 5d2f3b9..ea1fbb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "each-async": "^2.0.0", "exec-buffer": "^3.2.0", "gifsicle": "^5.2.0", - "is-gif": "^3.0.0", + "is-gif": "^4.0.1", "is-jpg": "^2.0.0", "is-png": "^2.0.0", "is-svg": "^4.3.1", @@ -7223,22 +7223,14 @@ } }, "node_modules/is-gif": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-gif/-/is-gif-3.0.0.tgz", - "integrity": "sha512-IqJ/jlbw5WJSNfwQ/lHEDXF8rxhRgF6ythk2oiEvhpG29F704eX9NO6TvPfMiq9DrbwgcEDnETYNcZDPewQoVw==", - "dependencies": { - "file-type": "^10.4.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/is-gif/node_modules/file-type": { - "version": "10.11.0", - "resolved": "https://registry.npmjs.org/file-type/-/file-type-10.11.0.tgz", - "integrity": "sha512-uzk64HRpUZyTGZtVuvrjP0FYxzQrBf4rojot6J65YMEbwBLB0CWm0CLojVpwpmFmxcE/lkvYICgfcGozbBq6rw==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-gif/-/is-gif-4.0.1.tgz", + "integrity": "sha512-Az44B+o+6QLOaXPvKUksE05C97MFl1dHf1qkKaE4kGGCosHdCaI6MtBnlLx67t8RcDrfvBsluGBxUytMxhc5+Q==", "engines": { - "node": ">=6" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/is-installed-globally": { @@ -21053,19 +21045,9 @@ } }, "is-gif": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-gif/-/is-gif-3.0.0.tgz", - "integrity": "sha512-IqJ/jlbw5WJSNfwQ/lHEDXF8rxhRgF6ythk2oiEvhpG29F704eX9NO6TvPfMiq9DrbwgcEDnETYNcZDPewQoVw==", - "requires": { - "file-type": "^10.4.0" - }, - "dependencies": { - "file-type": { - "version": "10.11.0", - "resolved": "https://registry.npmjs.org/file-type/-/file-type-10.11.0.tgz", - "integrity": "sha512-uzk64HRpUZyTGZtVuvrjP0FYxzQrBf4rojot6J65YMEbwBLB0CWm0CLojVpwpmFmxcE/lkvYICgfcGozbBq6rw==" - } - } + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-gif/-/is-gif-4.0.1.tgz", + "integrity": "sha512-Az44B+o+6QLOaXPvKUksE05C97MFl1dHf1qkKaE4kGGCosHdCaI6MtBnlLx67t8RcDrfvBsluGBxUytMxhc5+Q==" }, "is-installed-globally": { "version": "0.4.0", diff --git a/package.json b/package.json index ff73c03..07d90cf 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "each-async": "^2.0.0", "exec-buffer": "^3.2.0", "gifsicle": "^5.2.0", - "is-gif": "^3.0.0", + "is-gif": "^4.0.1", "is-jpg": "^2.0.0", "is-png": "^2.0.0", "is-svg": "^4.3.1",