From b786728a5576c7163b09723d3f5c90b00ade19c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 06:56:47 +0000 Subject: [PATCH] Bump @types/mocha from 8.0.4 to 8.2.2 in /functions Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 8.0.4 to 8.2.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) Signed-off-by: dependabot[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 7783273..d97faec 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -479,9 +479,9 @@ "integrity": "sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q==" }, "@types/mocha": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.0.4.tgz", - "integrity": "sha512-M4BwiTJjHmLq6kjON7ZoI2JMlBvpY3BYSdiP6s/qCT3jb1s9/DeJF0JELpAxiVSIxXDzfNKe+r7yedMIoLbknQ==", + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.2.tgz", + "integrity": "sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==", "dev": true }, "@types/node": { diff --git a/functions/package.json b/functions/package.json index 952b536..e66c7b9 100644 --- a/functions/package.json +++ b/functions/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@types/chai": "^4.2.12", "@types/chai-as-promised": "^7.1.3", - "@types/mocha": "^8.0.4", + "@types/mocha": "^8.2.2", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "firebase-functions-test": "^0.2.3",