From f7f0628ca5e98f32c93dce37a59f65a28f54901e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:58:55 +0000 Subject: [PATCH] build(deps-dev): bump @netlify/plugin-lighthouse from 6.0.0 to 6.0.1 Bumps [@netlify/plugin-lighthouse](https://github.com/netlify/netlify-plugin-lighthouse) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/netlify/netlify-plugin-lighthouse/releases) - [Changelog](https://github.com/netlify/netlify-plugin-lighthouse/blob/main/CHANGELOG.md) - [Commits](https://github.com/netlify/netlify-plugin-lighthouse/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: "@netlify/plugin-lighthouse" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",