From 1a19027a7800b15917ce7985b378a554720abe62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 21:23:11 +0000 Subject: [PATCH] Bump vite-plugin-pwa from 0.14.0 to 0.14.1 in /client Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/antfu/vite-plugin-pwa/releases) - [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.14.0...v0.14.1) --- 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 65428753..3cda15bd 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -21,7 +21,7 @@ "react-i18next": "^12.1.1", "sass": "^1.57.1", "vite": "^4.0.3", - "vite-plugin-pwa": "^0.14.0" + "vite-plugin-pwa": "^0.14.1" }, "devDependencies": { "@types/react": "^18.0.26", @@ -4444,9 +4444,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.0.tgz", - "integrity": "sha512-3wZx47PLWTckOQhc8Y6YZjAbNZ89Ovh4TdCT97MGhgl7aFd2LUekVnAmIgFwgMqyxzJ93nmkPF/ALpEW/i2qCg==", + "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==", "dependencies": { "@rollup/plugin-replace": "^5.0.1", "debug": "^4.3.4", @@ -7755,9 +7755,9 @@ } }, "vite-plugin-pwa": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.0.tgz", - "integrity": "sha512-3wZx47PLWTckOQhc8Y6YZjAbNZ89Ovh4TdCT97MGhgl7aFd2LUekVnAmIgFwgMqyxzJ93nmkPF/ALpEW/i2qCg==", + "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==", "requires": { "@rollup/plugin-replace": "^5.0.1", "debug": "^4.3.4", diff --git a/client/package.json b/client/package.json index e85a6552..4e85e943 100644 --- a/client/package.json +++ b/client/package.json @@ -20,7 +20,7 @@ "react-dom": "^18.2.0", "sass": "^1.57.1", "vite": "^4.0.3", - "vite-plugin-pwa": "^0.14.0" + "vite-plugin-pwa": "^0.14.1" }, "devDependencies": { "@types/react": "^18.0.26",