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" },