From c47cc534eeff336e1c399f85d8dc584b655398ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 21:13:48 +0000 Subject: [PATCH] Bump vite-plugin-pwa from 0.14.2 to 0.14.3 in /client Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.14.2 to 0.14.3. - [Release notes](https://github.com/antfu/vite-plugin-pwa/releases) - [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.14.2...v0.14.3) --- updated-dependencies: - dependency-name: vite-plugin-pwa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 76ca1f34..8abfe754 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -21,7 +21,7 @@ "react-i18next": "^12.1.5", "sass": "^1.58.0", "vite": "^4.0.4", - "vite-plugin-pwa": "^0.14.2" + "vite-plugin-pwa": "^0.14.3" }, "devDependencies": { "@types/react": "^18.0.27", @@ -4453,9 +4453,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.2.tgz", - "integrity": "sha512-3nTW1LX5i4l2qeuT0ypGyo52KtXagQoW4qdpMxHyUS/qvloa3BHLytQQfdNbU3cXTqV+cfuN99RXXKHiYDiLTA==", + "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==", "dependencies": { "@rollup/plugin-replace": "^5.0.1", "debug": "^4.3.4", @@ -7778,9 +7778,9 @@ } }, "vite-plugin-pwa": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.2.tgz", - "integrity": "sha512-3nTW1LX5i4l2qeuT0ypGyo52KtXagQoW4qdpMxHyUS/qvloa3BHLytQQfdNbU3cXTqV+cfuN99RXXKHiYDiLTA==", + "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==", "requires": { "@rollup/plugin-replace": "^5.0.1", "debug": "^4.3.4", diff --git a/client/package.json b/client/package.json index 9cbac2da..2b2033e8 100644 --- a/client/package.json +++ b/client/package.json @@ -20,7 +20,7 @@ "react-dom": "^18.2.0", "sass": "^1.58.0", "vite": "^4.0.4", - "vite-plugin-pwa": "^0.14.2" + "vite-plugin-pwa": "^0.14.3" }, "devDependencies": { "@types/react": "^18.0.27",