From b83d80bbd3fb9509f4a2ff53ded96fc5dd9c65dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:35:24 +0000 Subject: [PATCH] Bump vite from 4.1.4 to 4.1.5 in /appcheck-start/hosting Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.1.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.1.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- appcheck-start/hosting/package-lock.json | 14 +++++++------- appcheck-start/hosting/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/appcheck-start/hosting/package-lock.json b/appcheck-start/hosting/package-lock.json index 7d7357bae..b4e3a7e32 100644 --- a/appcheck-start/hosting/package-lock.json +++ b/appcheck-start/hosting/package-lock.json @@ -11,7 +11,7 @@ "firebase": "^9.17.1" }, "devDependencies": { - "vite": "^4.1.0" + "vite": "^4.1.5" } }, "node_modules/@esbuild/android-arm": { @@ -1414,9 +1414,9 @@ "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" }, "node_modules/vite": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.1.4.tgz", - "integrity": "sha512-3knk/HsbSTKEin43zHu7jTwYWv81f8kgAL99G5NWBcA1LKvtvcVAC4JjBH1arBunO9kQka+1oGbrMKOjk4ZrBg==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.1.5.tgz", + "integrity": "sha512-zJ0RiVkf61kpd7O+VtU6r766xgnTaIknP/lR6sJTZq3HtVJ3HGnTo5DaJhTUtYoTyS/CQwZ6yEVdc/lrmQT7dQ==", "dev": true, "dependencies": { "esbuild": "^0.16.14", @@ -2537,9 +2537,9 @@ "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" }, "vite": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.1.4.tgz", - "integrity": "sha512-3knk/HsbSTKEin43zHu7jTwYWv81f8kgAL99G5NWBcA1LKvtvcVAC4JjBH1arBunO9kQka+1oGbrMKOjk4ZrBg==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.1.5.tgz", + "integrity": "sha512-zJ0RiVkf61kpd7O+VtU6r766xgnTaIknP/lR6sJTZq3HtVJ3HGnTo5DaJhTUtYoTyS/CQwZ6yEVdc/lrmQT7dQ==", "dev": true, "requires": { "esbuild": "^0.16.14", diff --git a/appcheck-start/hosting/package.json b/appcheck-start/hosting/package.json index 164b01da3..ab4eee4c2 100644 --- a/appcheck-start/hosting/package.json +++ b/appcheck-start/hosting/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "devDependencies": { - "vite": "^4.1.0" + "vite": "^4.1.5" }, "dependencies": { "firebase": "^9.17.1"