From 81137e058cc5d5ea6d2a955b42869d821d1cdfd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 17:17:41 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 9.0.3 to 9.1.0 Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.3 to 9.1.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v9.0.3...v9.1.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e937de91..842ac566 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-tailwindcss": "^1.14.3", "husky": "^7.0.1", "lint-staged": "^11.1.2", - "mocha": "^9.0.2", + "mocha": "^9.1.0", "postcss": "^8.3.6", "postcss-load-config": "^3.1.0", "prettier": "~2.3.2", diff --git a/yarn.lock b/yarn.lock index 12cf3919..148e90f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3992,10 +3992,10 @@ mkdirp@~0.5.1: dependencies: minimist "^1.2.5" -mocha@^9.0.2: - version "9.0.3" - resolved "https://registry.npmjs.org/mocha/-/mocha-9.0.3.tgz" - integrity sha512-hnYFrSefHxYS2XFGtN01x8un0EwNu2bzKvhpRFhgoybIvMaOkkL60IVPmkb5h6XDmUl4IMSB+rT5cIO4/4bJgg== +mocha@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.1.0.tgz#0a7aa6fc4f59d1015d4e11747d9104b752553c67" + integrity sha512-Kjg/XxYOFFUi0h/FwMOeb6RoroiZ+P1yOfya6NK7h3dNhahrJx1r2XIT3ge4ZQvJM86mdjNA+W5phqRQh7DwCg== dependencies: "@ungap/promise-all-settled" "1.1.2" ansi-colors "4.1.1"