From 8df9718cca693dc37942008f0309536dea052b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 05:04:48 +0000 Subject: [PATCH] Bump vite-plugin-pwa from 0.14.3 to 0.14.4 in /frontend Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.14.3 to 0.14.4. - [Release notes](https://github.com/antfu/vite-plugin-pwa/releases) - [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.14.3...v0.14.4) --- updated-dependencies: - dependency-name: vite-plugin-pwa dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 6700e24..d050533 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "^9.9.0", "vite": "^4.1.1", "vite-plugin-html": "^3.2.0", - "vite-plugin-pwa": "^0.14.3", + "vite-plugin-pwa": "^0.14.4", "vite-plugin-vue2": "^2.0.3", "vue-template-compiler": "^2.7.14" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 8fd8571..ccfc107 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3499,10 +3499,10 @@ vite-plugin-html@^3.2.0: node-html-parser "^5.3.3" pathe "^0.2.0" -vite-plugin-pwa@^0.14.3: - version "0.14.3" - resolved "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.3.tgz" - 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"