From a41fe11b892e34d57b600ed7bbaa118bb4fc6e6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:38:12 +0000 Subject: [PATCH] chore(deps): update dependency vite-plugin-pwa to v0.14.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f33a843d..fcce5bc9 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "unocss": "0.48.0", "vite": "3.2.5", "vite-plugin-eslint": "1.8.1", - "vite-plugin-pwa": "0.14.0" + "vite-plugin-pwa": "0.14.1" }, "eslintConfig": { "root": true, diff --git a/yarn.lock b/yarn.lock index 0dc11fab..222ce08d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3862,10 +3862,10 @@ vite-plugin-eslint@1.8.1: "@types/eslint" "^8.4.5" rollup "^2.77.2" -vite-plugin-pwa@0.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.14.0.tgz#6782874c397cbea4212681db752b43076b56cc99" - integrity sha512-3wZx47PLWTckOQhc8Y6YZjAbNZ89Ovh4TdCT97MGhgl7aFd2LUekVnAmIgFwgMqyxzJ93nmkPF/ALpEW/i2qCg== +vite-plugin-pwa@0.14.1: + version "0.14.1" + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.14.1.tgz#c32905d77916aab23e86522e2d4882c652f008d5" + integrity sha512-5zx7yhQ8RTLwV71+GA9YsQQ63ALKG8XXIMqRJDdZkR8ZYftFcRgnzM7wOWmQZ/DATspyhPih5wCdcZnAIsM+mA== dependencies: "@rollup/plugin-replace" "^5.0.1" debug "^4.3.4"