From b703a5545b7b38e262cb50999878ccc217980e7e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:52:42 +0000 Subject: [PATCH] Bump firebase-functions-test from 0.2.1 to 0.3.0 in /functions Bumps [firebase-functions-test](https://github.com/firebase/firebase-functions-test) from 0.2.1 to 0.3.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/0.2.1...v0.3.0) 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..971c9d5 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.170", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.170.tgz", + "integrity": "sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q==", "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.3.0", + "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.3.0.tgz", + "integrity": "sha512-V1bOe3XZxbQNd4taaRbxNIwMjHxfo04LMTnA5KFS3jkEaJrHmKCsosLLtVG4eOw4iVQHrc+q4AlhpyJ66DjMbw==", "dev": true, "requires": { "@types/lodash": "^4.14.104", diff --git a/functions/package.json b/functions/package.json index 9f3422f..be3e9ac 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.3.0", "tslint": "^6.1.2", "typescript": "^4.0.2" },