From cef12a5f3d2605abb63201b55926734def71d8eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 12:55:54 +0000 Subject: [PATCH] chore(deps): update dependency vite-plugin-pwa to v0.16.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2991fde3..979ed899 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "unocss": "0.53.1", "vite": "4.3.9", "vite-plugin-eslint": "1.8.1", - "vite-plugin-pwa": "0.16.3" + "vite-plugin-pwa": "0.16.4" }, "eslintConfig": { "root": true, diff --git a/yarn.lock b/yarn.lock index 7d5d262f..fbe23846 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3955,10 +3955,10 @@ vite-plugin-eslint@1.8.1: "@types/eslint" "^8.4.5" rollup "^2.77.2" -vite-plugin-pwa@0.16.3: - version "0.16.3" - resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.16.3.tgz#123a47c95567c29f83bcf9988c5645733aad2815" - integrity sha512-eYt++n1dneEo5cChJ7Rg6ZWJG8Xr9I5EzQss5m3zgMOmfHRH83E5W+jhaoLqlSCu/8g4msy9a4iZOxAmhL4HAQ== +vite-plugin-pwa@0.16.4: + version "0.16.4" + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.16.4.tgz#cd2618c8b4f83eac1493f2ed7b05f72552a2b735" + integrity sha512-lmwHFIs9zI2H9bXJld/zVTbCqCQHZ9WrpyDMqosICDV0FVnCJwniX1NMDB79HGTIZzOQkY4gSZaVTJTw6maz/Q== dependencies: debug "^4.3.4" fast-glob "^3.2.12"