diff --git a/functions/package-lock.json b/functions/package-lock.json index a461697..5e3b591 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -18,7 +18,7 @@ "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-plugin-promise": "^6.0.0", - "firebase-functions-test": "^3.0.0", + "firebase-functions-test": "^3.5.0", "mocha": "^10.0.0", "nyc": "^15.0.1", "typescript": "^5.0.0" @@ -3848,9 +3848,9 @@ } }, "node_modules/firebase-functions-test": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-3.4.1.tgz", - "integrity": "sha512-qAq0oszrBGdf4bnCF6t4FoSgMsepeIXh0Pi/FhikSE6e+TvKKGpfrfUP/5pFjJZxFcLsweoau88KydCql4xSeg==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-3.5.0.tgz", + "integrity": "sha512-Jg+f9GeWkWpgYRY9s+Oxst/b9kEnOJ6pU/XNFthOFYs2Ax2fU2Zxc7ckfTozYKEH/mzptSDxV5JYiPTvR+RhKA==", "dev": true, "dependencies": { "@types/lodash": "^4.14.104", @@ -11078,9 +11078,9 @@ } }, "firebase-functions-test": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-3.4.1.tgz", - "integrity": "sha512-qAq0oszrBGdf4bnCF6t4FoSgMsepeIXh0Pi/FhikSE6e+TvKKGpfrfUP/5pFjJZxFcLsweoau88KydCql4xSeg==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-3.5.0.tgz", + "integrity": "sha512-Jg+f9GeWkWpgYRY9s+Oxst/b9kEnOJ6pU/XNFthOFYs2Ax2fU2Zxc7ckfTozYKEH/mzptSDxV5JYiPTvR+RhKA==", "dev": true, "requires": { "@types/lodash": "^4.14.104", diff --git a/functions/package.json b/functions/package.json index 446ddc1..031bc39 100644 --- a/functions/package.json +++ b/functions/package.json @@ -29,7 +29,7 @@ "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-plugin-promise": "^6.0.0", - "firebase-functions-test": "^3.0.0", + "firebase-functions-test": "^3.5.0", "mocha": "^10.0.0", "nyc": "^15.0.1", "typescript": "^5.0.0"