From e4eee11d335525a0e8b0d772e39d70f793fabea1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 20:48:21 +0000 Subject: [PATCH] Bump firebase-functions-test from 0.2.1 to 0.2.2 in /functions Bumps [firebase-functions-test](https://github.com/firebase/firebase-functions-test) from 0.2.1 to 0.2.2. - [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/0.2.1...v0.2.2) Signed-off-by: dependabot-preview[bot] --- 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 5eb7e74..1c8268d 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -301,9 +301,9 @@ } }, "@types/lodash": { - "version": "4.14.155", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.155.tgz", - "integrity": "sha512-vEcX7S7aPhsBCivxMwAANQburHBtfN9RdyXFk84IJmu2Z4Hkg1tOFgaslRiEqqvoLtbCBi6ika1EMspE+NZ9Lg==", + "version": "4.14.161", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.161.tgz", + "integrity": "sha512-EP6O3Jkr7bXvZZSZYlsgt5DIjiGr0dXP1/jVEwVLTFgg0d+3lWVQkRavYVQszV7dYUwvg0B8R0MBDpcmXg7XIA==", "dev": true }, "@types/long": { @@ -1189,9 +1189,9 @@ } }, "firebase-functions-test": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.2.1.tgz", - "integrity": "sha512-+ZaNrDoRVy0ar4NGtrYbqVTsnitL3/Ud5yC7ElZUkX3956j+AzPCcrsCfa+5GJnpnVODXkMKpw9AySFJ/12nvA==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.2.2.tgz", + "integrity": "sha512-SlHLnpKRn5nMsg4Y0CUTGs/R8NatghJCYZGw3fHzaS/5xDqwWPWuxmdHHc+MSuxrSrUROEwOrDTwrbjmRaSNjw==", "dev": true, "requires": { "@types/lodash": "^4.14.104", diff --git a/functions/package.json b/functions/package.json index 9f3422f..457125f 100644 --- a/functions/package.json +++ b/functions/package.json @@ -23,7 +23,7 @@ "unzipper": "^0.10.11" }, "devDependencies": { - "firebase-functions-test": "^0.2.1", + "firebase-functions-test": "^0.2.2", "tslint": "^6.1.2", "typescript": "^4.0.2" },