From 888f8ffc4a596ee8d956eacf58e6358d90797431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 19:20:46 +0000 Subject: [PATCH] Bump firebase-functions-test from 0.3.3 to 2.1.0 in /functions Bumps [firebase-functions-test](https://github.com/firebase/firebase-functions-test) from 0.3.3 to 2.1.0. - [Release notes](https://github.com/firebase/firebase-functions-test/releases) - [Changelog](https://github.com/firebase/firebase-functions-test/blob/master/tsconfig.release.json) - [Commits](https://github.com/firebase/firebase-functions-test/compare/v0.3.3...v2.1.0) --- updated-dependencies: - dependency-name: firebase-functions-test dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 21 ++++++++++++++------- functions/package.json | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) 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 }