From ec42eb13a8f8478142168e6a333892c53b03c364 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 02:30:36 +0000 Subject: [PATCH] Bump firebase-functions-test from 0.2.1 to 0.2.3 in /functions Bumps [firebase-functions-test](https://github.com/firebase/firebase-functions-test) from 0.2.1 to 0.2.3. - [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.3) 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..f2efb1d 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.162", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.162.tgz", + "integrity": "sha512-alvcho1kRUnnD1Gcl4J+hK0eencvzq9rmzvFPRmP5rPHx9VVsJj6bKLTATPVf9ktgv4ujzh7T+XWKp+jhuODig==", "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.3", + "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.2.3.tgz", + "integrity": "sha512-zYX0QTm53wCazuej7O0xqbHl90r/v1PTXt/hwa0jo1YF8nDM+iBKnLDlkIoW66MDd0R6aGg4BvKzTTdJpvigUA==", "dev": true, "requires": { "@types/lodash": "^4.14.104", diff --git a/functions/package.json b/functions/package.json index 9f3422f..3add415 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.3", "tslint": "^6.1.2", "typescript": "^4.0.2" },