diff --git a/package-lock.json b/package-lock.json index 64343bf..aa30d70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "@netlify/plugin-lighthouse": "^6.0.0", + "@netlify/plugin-lighthouse": "^6.0.1", "autoprefixer": "^10.4.20", "netlify-plugin-hugo-cache-resources": "^0.2.1", "postcss": "^8.4.47", @@ -23,9 +23,9 @@ } }, "node_modules/@netlify/plugin-lighthouse": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@netlify/plugin-lighthouse/-/plugin-lighthouse-6.0.0.tgz", - "integrity": "sha512-Uqqy9A7huuDT+1RIBWDoWhp+ntlLE1ibp1jXFpiizWy8QProWkLm8E7PFLu0Bf+aAwgjV2eJPj6ocIbk+jBANQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@netlify/plugin-lighthouse/-/plugin-lighthouse-6.0.1.tgz", + "integrity": "sha512-SIePk/ITkNC1Lug7LCHNMPat1Q+YfI7leCmhg12nsNWnh5g3o0nTTjazY+2nMfOX8AVm53yLUVyXk7ehVBKNdQ==", "dev": true, "dependencies": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index bdefb53..17f9eab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@netlify/plugin-lighthouse": "^6.0.0", + "@netlify/plugin-lighthouse": "^6.0.1", "autoprefixer": "^10.4.20", "netlify-plugin-hugo-cache-resources": "^0.2.1", "postcss": "^8.4.47",