From 18f7425db17c6a6496ad71d41c6fc5efc160551e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 6 Jun 2021 23:16:36 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4.3.2 --- functions/package-lock.json | 14 +++++++------- functions/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 90e2481..e6a218a 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -20,7 +20,7 @@ "eslint": "7.18.0", "eslint-plugin-import": "2.22.1", "firebase-functions-test": "0.2.3", - "typescript": "4.1.3" + "typescript": "4.3.2" }, "engines": { "node": "10" @@ -4300,9 +4300,9 @@ } }, "node_modules/typescript": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", - "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", + "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -8146,9 +8146,9 @@ } }, "typescript": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", - "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", + "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", "dev": true }, "unique-string": { diff --git a/functions/package.json b/functions/package.json index 47af1f9..fe05da9 100644 --- a/functions/package.json +++ b/functions/package.json @@ -29,7 +29,7 @@ "eslint": "7.18.0", "eslint-plugin-import": "2.22.1", "firebase-functions-test": "0.2.3", - "typescript": "4.1.3" + "typescript": "4.3.2" }, "private": true }