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"