From 775c5765a3e3fadebb0f0bcc6bf6bf8f2fe68a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 13:02:58 +0000 Subject: [PATCH] Bump mocha from 9.0.0 to 9.0.1 Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.0 to 9.0.1. - [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.0...v9.0.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... 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 1ae59922..201cd6c9 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-plugin-tailwindcss": "^1.13.4", "husky": "^6.0.0", "lint-staged": "^11.0.0", - "mocha": "^9.0.0", + "mocha": "^9.0.1", "postcss": "^8.3.5", "postcss-load-config": "^3.1.0", "prettier": "~2.3.1", diff --git a/yarn.lock b/yarn.lock index ae108197..bd5f5543 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2900,10 +2900,10 @@ mkdirp@~0.5.1: dependencies: minimist "^1.2.5" -mocha@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.0.0.tgz#67ce848170cb6426f9e84c57e38376dc9017bab4" - integrity sha512-GRGG/q9bIaUkHJB9NL+KZNjDhMBHB30zW3bZW9qOiYr+QChyLjPzswaxFWkI1q6lGlSL28EQYzAi2vKWNkPx+g== +mocha@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.0.1.tgz#01e66b7af0012330c0a38c4b6eaa6d92b8a81bf9" + integrity sha512-9zwsavlRO+5csZu6iRtl3GHImAbhERoDsZwdRkdJ/bE+eVplmoxNKE901ZJ9LdSchYBjSCPbjKc5XvcAri2ylw== dependencies: "@ungap/promise-all-settled" "1.1.2" ansi-colors "4.1.1"