diff --git a/package-lock.json b/package-lock.json index c55aa0a565..9f57037ad2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17578,26 +17578,39 @@ } }, "gatsby-plugin-minify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-minify/-/gatsby-plugin-minify-0.2.0.tgz", - "integrity": "sha512-pJgQc+1NLTiMgbWiRvtxRecQLz2LLZ13vznxui4Nv0KxjxUHt7zXOvoTXu2+4RGXaupD3E+pByrGd9bxxEHWqQ==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-minify/-/gatsby-plugin-minify-0.3.0.tgz", + "integrity": "sha512-kjn/EedCJCwVw4Ttj7albkvwDzLnSwJ8bdo5PYDAAUOoKJbv5DEMyqbxIhd4bjwTkNBAaO7j6jPX3V6bfFTo3A==", "requires": { - "glob": "^7.1.6", + "fast-glob": "^3.2.4", "html-minifier": "^4.0.0" }, "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "fast-glob": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.5.tgz", + "integrity": "sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==", "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.0", + "merge2": "^1.3.0", + "micromatch": "^4.0.2", + "picomatch": "^2.2.1" + } + }, + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "requires": { + "is-glob": "^4.0.1" } + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" } } }, diff --git a/package.json b/package.json index 8327cc0a3a..673dd153dd 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gatsby-plugin-layout": "^1.5.0", "gatsby-plugin-lodash": "^3.9.0", "gatsby-plugin-manifest": "^2.7.0", - "gatsby-plugin-minify": "^0.2.0", + "gatsby-plugin-minify": "^0.3.0", "gatsby-plugin-minify-classnames": "^0.2.0", "gatsby-plugin-netlify": "^2.6.0", "gatsby-plugin-nprogress": "^2.5.0",