diff --git a/functions/package-lock.json b/functions/package-lock.json index fe39c61..e140271 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -383,9 +383,9 @@ } }, "@types/lodash": { - "version": "4.14.175", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.175.tgz", - "integrity": "sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw==", + "version": "4.14.191", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.191.tgz", + "integrity": "sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==", "dev": true }, "@types/long": { @@ -1237,13 +1237,14 @@ } }, "firebase-functions-test": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.3.3.tgz", - "integrity": "sha512-dCppF/2Ztv87IyyBaUQlT1Z05ial5v/3LB0huS2ktXz05yNiID5FVIKtO0/+w9Q7/SThJ8qIDG0hoGDPt4Xcug==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-2.1.0.tgz", + "integrity": "sha512-USA1iwprxStMSidxBXBVydQOEUrByVdDSD83oUFX5+e/sdeLY3qFWk3naC2XhfoXw9T/RF9m+p8EarupS+Xo9w==", "dev": true, "requires": { "@types/lodash": "^4.14.104", - "lodash": "^4.17.5" + "lodash": "^4.17.5", + "ts-deepmerge": "^2.0.1" } }, "flat-cache": { @@ -2521,6 +2522,12 @@ "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=", "optional": true }, + "ts-deepmerge": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/ts-deepmerge/-/ts-deepmerge-2.0.7.tgz", + "integrity": "sha512-3phiGcxPSSR47RBubQxPoZ+pqXsEsozLo4G4AlSrsMKTFg9TA3l+3he5BqpUi9wiuDbaHWXH/amlzQ49uEdXtg==", + "dev": true + }, "tslib": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", diff --git a/functions/package.json b/functions/package.json index 9769e36..064aa3f 100644 --- a/functions/package.json +++ b/functions/package.json @@ -23,7 +23,7 @@ "devDependencies": { "eslint": "^8.31.0", "eslint-plugin-promise": "^6.0.0", - "firebase-functions-test": "^0.3.3" + "firebase-functions-test": "^2.1.0" }, "private": true }