From dc1550eb8c690a112e636d4b6c1cc0e7fa78626c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 20:07:08 +0000 Subject: [PATCH] Update dependency vite-plugin-pwa to v0.14.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3f556b8e..541cfeab 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "unocss": "0.49.4", "vite": "4.1.1", "vite-plugin-eslint": "1.8.1", - "vite-plugin-pwa": "0.14.3" + "vite-plugin-pwa": "0.14.4" }, "eslintConfig": { "root": true, diff --git a/yarn.lock b/yarn.lock index 8fd7beba..b61df089 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4756,10 +4756,10 @@ vite-plugin-eslint@1.8.1: "@types/eslint" "^8.4.5" rollup "^2.77.2" -vite-plugin-pwa@0.14.3: - version "0.14.3" - resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.14.3.tgz#4470aefaf7a3a385b92da3c624bd0a5fbedba5a0" - integrity sha512-o/CEzdHXamdSV4WJ6hp1EQNe+yVvoFf9b5q1nMhOSqKxaW7BaDqAHAwnq8jt21wakDmcaipnuF3/j78AzZJ6wg== +vite-plugin-pwa@0.14.4: + version "0.14.4" + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.14.4.tgz#d83fae9e85ab4a082e11ab475b3ec124bfe49084" + integrity sha512-M7Ct0so8OlouMkTWgXnl8W1xU95glITSKIe7qswZf1tniAstO2idElGCnsrTJ5NPNSx1XqfTCOUj8j94S6FD7Q== dependencies: "@rollup/plugin-replace" "^5.0.1" debug "^4.3.4"