From 5d26804fea75e6ee4d83b91730a2e11be82e1c59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:24:45 +0000 Subject: [PATCH] Update dependency vite-plugin-pwa to v0.14.6 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b9feff06..67c8d802 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "unocss": "0.50.6", "vite": "4.2.1", "vite-plugin-eslint": "1.8.1", - "vite-plugin-pwa": "0.14.5" + "vite-plugin-pwa": "0.14.6" }, "eslintConfig": { "root": true, diff --git a/yarn.lock b/yarn.lock index 850712b8..f00dc705 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4840,10 +4840,10 @@ vite-plugin-eslint@1.8.1: "@types/eslint" "^8.4.5" rollup "^2.77.2" -vite-plugin-pwa@0.14.5: - version "0.14.5" - resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.14.5.tgz#86fb1233b31dc4e30d5f040391fc4a57977f2c86" - integrity sha512-LH3VCtoWx0scfim8Ph+daVl45uVRyWzXn3C3GUq92uWUui1p8eh+DjTQ23Pvb7SJ0SJtxZ99LCpOLCkFkaxokg== +vite-plugin-pwa@0.14.6: + version "0.14.6" + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.14.6.tgz#71d77a9e39a3b3ccc265aa5e4d920d1fdd661461" + integrity sha512-3mqbkjvSF89pCSZyXAbv6AO4gYKYZel0rcpBgWOWqEupoBOZF9oHDdgHc+FgjmvQXxuU2k9aEFOfRCMGorV+4Q== dependencies: "@rollup/plugin-replace" "^5.0.1" debug "^4.3.4"