From e9dbba3c5b2edf0af0c0b2c2235682d9abfd53ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2020 18:51:17 +0000 Subject: [PATCH] Bump typescript from 3.7.4 to 3.7.5 in /functions Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.4 to 3.7.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.4...v3.7.5) Signed-off-by: dependabot-preview[bot] --- functions/package-lock.json | 6 +++--- functions/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 82074df..1988dff 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -2036,9 +2036,9 @@ } }, "typescript": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.4.tgz", - "integrity": "sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==", + "version": "3.7.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz", + "integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==", "dev": true }, "unique-string": { diff --git a/functions/package.json b/functions/package.json index 1b3f3f3..875d560 100644 --- a/functions/package.json +++ b/functions/package.json @@ -22,6 +22,6 @@ "@types/cheerio": "^0.22.15", "@types/node-fetch": "^2.5.4", "firebase-functions-test": "^0.1.6", - "typescript": "^3.2.2" + "typescript": "^3.7.5" } }