From b25132e89df722061e4cbcdc4e563ff89a831396 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Oct 2021 07:00:47 +0000 Subject: [PATCH] chore(deps): update dependency firebase-functions-test to v0.3.3 --- functions/package-lock.json | 12 ++++++------ functions/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 85e7ef6..1442c15 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -398,9 +398,9 @@ "dev": true }, "@types/lodash": { - "version": "4.14.165", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.165.tgz", - "integrity": "sha512-tjSSOTHhI5mCHTy/OOXYIhi2Wt1qcbHmuXD1Ha7q70CgI/I71afO4XtLb/cVexki1oVYchpul/TOuu3Arcdxrg==", + "version": "4.14.175", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.175.tgz", + "integrity": "sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw==", "dev": true }, "@types/long": { @@ -1709,9 +1709,9 @@ } }, "firebase-functions-test": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.2.3.tgz", - "integrity": "sha512-zYX0QTm53wCazuej7O0xqbHl90r/v1PTXt/hwa0jo1YF8nDM+iBKnLDlkIoW66MDd0R6aGg4BvKzTTdJpvigUA==", + "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==", "dev": true, "requires": { "@types/lodash": "^4.14.104", diff --git a/functions/package.json b/functions/package.json index bca195c..84e6c9b 100644 --- a/functions/package.json +++ b/functions/package.json @@ -28,7 +28,7 @@ "@typescript-eslint/parser": "4.14.0", "eslint": "7.17.0", "eslint-plugin-import": "2.22.1", - "firebase-functions-test": "0.2.3", + "firebase-functions-test": "0.3.3", "typescript": "4.1.3" }, "private": true