diff --git a/functions/package-lock.json b/functions/package-lock.json index bc420bd..2b6177d 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -7,7 +7,7 @@ "name": "functions", "dependencies": { "firebase-admin": "^10.3.0", - "firebase-functions": "^3.23.0" + "firebase-functions": "^3.24.0" }, "devDependencies": { "firebase-functions-test": "^0.2.0" @@ -928,9 +928,9 @@ } }, "node_modules/firebase-functions": { - "version": "3.23.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.23.0.tgz", - "integrity": "sha512-/jujnNChTWIuoXK3IPNGYu1zjXF1fYRy88uYbkrJhs3dhK6EdXZi0rX6JUEOCB7h6IkRQvbio+bvtaoI7h+4Lg==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.24.0.tgz", + "integrity": "sha512-YKZm/AxjnWTP9VbxAyjs7ImWfMydleQAiHB2T6li3imRCcwC4+h6BXU/Jf2uELz9AkCb+UabWbdVrklk3b+70Q==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", @@ -3108,9 +3108,9 @@ } }, "firebase-functions": { - "version": "3.23.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.23.0.tgz", - "integrity": "sha512-/jujnNChTWIuoXK3IPNGYu1zjXF1fYRy88uYbkrJhs3dhK6EdXZi0rX6JUEOCB7h6IkRQvbio+bvtaoI7h+4Lg==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.24.0.tgz", + "integrity": "sha512-YKZm/AxjnWTP9VbxAyjs7ImWfMydleQAiHB2T6li3imRCcwC4+h6BXU/Jf2uELz9AkCb+UabWbdVrklk3b+70Q==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", diff --git a/functions/package.json b/functions/package.json index 0e8227f..f22eab1 100644 --- a/functions/package.json +++ b/functions/package.json @@ -14,7 +14,7 @@ "main": "index.js", "dependencies": { "firebase-admin": "^10.3.0", - "firebase-functions": "^3.23.0" + "firebase-functions": "^3.24.0" }, "devDependencies": { "firebase-functions-test": "^0.2.0"