From 83198f9726fdd0286686d896ee943e13d03985e6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 08:51:21 +0000 Subject: [PATCH] Bump firebase-functions from 3.11.0 to 3.12.0 in /functions Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/firebase/firebase-functions/releases) - [Changelog](https://github.com/firebase/firebase-functions/blob/master/tsconfig.release.json) - [Commits](https://github.com/firebase/firebase-functions/compare/v3.11.0...v3.12.0) Signed-off-by: dependabot-preview[bot] --- functions/package-lock.json | 28 ++++++++++++++-------------- functions/package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 5eb7e74..dfe41fb 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -282,9 +282,9 @@ } }, "@types/express-serve-static-core": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.9.tgz", - "integrity": "sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA==", + "version": "4.17.14", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.14.tgz", + "integrity": "sha512-uFTLwu94TfUFMToXNgRZikwPuZdOtDgs3syBtAIr/OXorL1kJqUJT9qCLnRZ5KBOWfZQikQ2xKgR2tnDj1OgDA==", "requires": { "@types/node": "*", "@types/qs": "*", @@ -322,9 +322,9 @@ "integrity": "sha512-46/xThm3zvvc9t9/7M3AaLEqtOpqlYYYcCZbpYVAQHG20+oMZBkae/VMrn4BTi6AJ8cpack0mEXhGiKmDNbLrQ==" }, "@types/qs": { - "version": "6.9.4", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.4.tgz", - "integrity": "sha512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ==" + "version": "6.9.5", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.5.tgz", + "integrity": "sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ==" }, "@types/range-parser": { "version": "1.2.3", @@ -332,12 +332,12 @@ "integrity": "sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==" }, "@types/serve-static": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.5.tgz", - "integrity": "sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ==", + "version": "1.13.8", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.8.tgz", + "integrity": "sha512-MoJhSQreaVoL+/hurAZzIm8wafFR6ajiTM1m4A0kv6AGeVBl4r4pOV8bGFrjjq1sGxDTnCoF8i22o0/aE5XCyA==", "requires": { - "@types/express-serve-static-core": "*", - "@types/mime": "*" + "@types/mime": "*", + "@types/node": "*" } }, "@types/unzipper": { @@ -1178,9 +1178,9 @@ } }, "firebase-functions": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.11.0.tgz", - "integrity": "sha512-i1uMhZ/M6i5SCI3ulKo7EWX0/LD+I5o6N+sk0HbOWfzyWfOl0iJTvQkR3BVDcjrlhPVC4xG1bDTLxd+DTkLqaw==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.12.0.tgz", + "integrity": "sha512-C6XfFlnL9JPo2tRNpncxkXeXIpViLzKxBsfNTMB3M2i33mJFvkrLhxp9rhsCRSrcwxraBKmpeSvyh3FJkka54w==", "requires": { "@types/express": "4.17.3", "cors": "^2.8.5", diff --git a/functions/package.json b/functions/package.json index 9f3422f..6ce59f8 100644 --- a/functions/package.json +++ b/functions/package.json @@ -19,7 +19,7 @@ "cors": "^2.8.5", "express": "^4.17.1", "firebase-admin": "^8.13.0", - "firebase-functions": "^3.11.0", + "firebase-functions": "^3.12.0", "unzipper": "^0.10.11" }, "devDependencies": {