From 83f8b7d6c9622aba52f41a7fdcf4d92e81fbd3e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 09:47:17 +0200 Subject: [PATCH] Bump mocha from 9.0.3 to 9.1.1 (#552) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 174bfa6a..37a6aded 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "cheerio": "^1.0.0-rc.3", "dirty-chai": "2.0.1", "libnpmpublish": "^4.0.0", - "mocha": "9.0.3", + "mocha": "9.1.1", "nunjucks": "^3.2.1", "pacote": "^11.2.6", "pixelmatch": "^5.1.0", @@ -4033,9 +4033,9 @@ "dev": true }, "node_modules/mocha": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.3.tgz", - "integrity": "sha512-hnYFrSefHxYS2XFGtN01x8un0EwNu2bzKvhpRFhgoybIvMaOkkL60IVPmkb5h6XDmUl4IMSB+rT5cIO4/4bJgg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.1.tgz", + "integrity": "sha512-0wE74YMgOkCgBUj8VyIDwmLUjTsS13WV1Pg7l0SHea2qzZzlq7MDnfbPsHKcELBRk3+izEVkRofjmClpycudCA==", "dev": true, "dependencies": { "@ungap/promise-all-settled": "1.1.2", @@ -10051,9 +10051,9 @@ "dev": true }, "mocha": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.3.tgz", - "integrity": "sha512-hnYFrSefHxYS2XFGtN01x8un0EwNu2bzKvhpRFhgoybIvMaOkkL60IVPmkb5h6XDmUl4IMSB+rT5cIO4/4bJgg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.1.tgz", + "integrity": "sha512-0wE74YMgOkCgBUj8VyIDwmLUjTsS13WV1Pg7l0SHea2qzZzlq7MDnfbPsHKcELBRk3+izEVkRofjmClpycudCA==", "dev": true, "requires": { "@ungap/promise-all-settled": "1.1.2", diff --git a/package.json b/package.json index 323f5720..bc0f6f5b 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "cheerio": "^1.0.0-rc.3", "dirty-chai": "2.0.1", "libnpmpublish": "^4.0.0", - "mocha": "9.0.3", + "mocha": "9.1.1", "nunjucks": "^3.2.1", "pacote": "^11.2.6", "pixelmatch": "^5.1.0",