From 7aa7cb2d4428f9c2c8084405d1a19376fbd44fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 21:20:20 +0000 Subject: [PATCH] Bump vite-plugin-pwa from 0.14.1 to 0.14.2 in /client Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.14.1 to 0.14.2. - [Release notes](https://github.com/antfu/vite-plugin-pwa/releases) - [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.14.1...v0.14.2) --- 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 18f0a205..487a9047 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.1" + "vite-plugin-pwa": "^0.14.2" }, "devDependencies": { "@types/react": "^18.0.27", @@ -4453,9 +4453,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.1.tgz", - "integrity": "sha512-5zx7yhQ8RTLwV71+GA9YsQQ63ALKG8XXIMqRJDdZkR8ZYftFcRgnzM7wOWmQZ/DATspyhPih5wCdcZnAIsM+mA==", + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.2.tgz", + "integrity": "sha512-3nTW1LX5i4l2qeuT0ypGyo52KtXagQoW4qdpMxHyUS/qvloa3BHLytQQfdNbU3cXTqV+cfuN99RXXKHiYDiLTA==", "dependencies": { "@rollup/plugin-replace": "^5.0.1", "debug": "^4.3.4", @@ -7778,9 +7778,9 @@ } }, "vite-plugin-pwa": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.1.tgz", - "integrity": "sha512-5zx7yhQ8RTLwV71+GA9YsQQ63ALKG8XXIMqRJDdZkR8ZYftFcRgnzM7wOWmQZ/DATspyhPih5wCdcZnAIsM+mA==", + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.2.tgz", + "integrity": "sha512-3nTW1LX5i4l2qeuT0ypGyo52KtXagQoW4qdpMxHyUS/qvloa3BHLytQQfdNbU3cXTqV+cfuN99RXXKHiYDiLTA==", "requires": { "@rollup/plugin-replace": "^5.0.1", "debug": "^4.3.4", diff --git a/client/package.json b/client/package.json index 97ee1451..3826a594 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.1" + "vite-plugin-pwa": "^0.14.2" }, "devDependencies": { "@types/react": "^18.0.27",