diff --git a/functions/package-lock.json b/functions/package-lock.json index affbd71..6c7ba59 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1413,9 +1413,9 @@ } }, "firebase-functions-test": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.1.6.tgz", - "integrity": "sha512-sITLbQunI75gL690qFOq4mqxUEcdETEbY4HcLFawWVJC3PmlSFt81mhfZjJe45GJTt1+7xeowaHQx3jpnoPNpA==", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.1.7.tgz", + "integrity": "sha512-/zVQhaUZ+M7z25aUaZSIah0MIDZIfnRfQxtHYTE8hgUgODmKdaMX20vh5Gv23hnCPauIHuYb7XFTUOZiWU1udA==", "dev": true, "requires": { "@types/lodash": "^4.14.104", diff --git a/functions/package.json b/functions/package.json index 3d3a505..96148e8 100644 --- a/functions/package.json +++ b/functions/package.json @@ -20,7 +20,7 @@ "devDependencies": { "eslint": "^5.12.0", "eslint-plugin-promise": "^4.0.1", - "firebase-functions-test": "^0.1.6" + "firebase-functions-test": "^0.1.7" }, "private": true }