From 3c9706f8e6f42627babcad9728f437b975a1a2c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 11:57:05 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 9.1.3 to 9.1.4 Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.3 to 9.1.4. - [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.1.3...v9.1.4) --- 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 9564f49f..21134681 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-tailwindcss": "^1.17.2", "husky": "^7.0.4", "lint-staged": "^12.2.0", - "mocha": "^9.1.3", + "mocha": "^9.1.4", "node-html-parser": "^5.2.0", "postcss": "^8.4.5", "postcss-load-config": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index 162fd225..7933eda2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3174,10 +3174,10 @@ mkdirp@^0.5.1, mkdirp@~0.5.1: dependencies: minimist "^1.2.5" -mocha@^9.1.3: - version "9.1.3" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.1.3.tgz#8a623be6b323810493d8c8f6f7667440fa469fdb" - integrity sha512-Xcpl9FqXOAYqI3j79pEtHBBnQgVXIhpULjGQa7DVb0Po+VzmSIK9kanAiWLHoRR/dbZ2qpdPshuXr8l1VaHCzw== +mocha@^9.1.4: + version "9.1.4" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.1.4.tgz#5a332d6ade6345b975fd97b5b39139854c8e1b32" + integrity sha512-+q2aV5VlJZuLgCWoBvGI5zEwPF9eEI0kr/sAA9Jm4xMND7RfIEyF8JE7C0JIg8WXRG+P1sdIAb5ccoHPlXLzcw== dependencies: "@ungap/promise-all-settled" "1.1.2" ansi-colors "4.1.1"