From f11b0bf5b7ee6ce748461290cfd205f4d575230d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:16:57 +0000 Subject: [PATCH] dependency: bump growl and mocha Removes [growl](https://github.com/tj/node-growl). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `growl` Updates `mocha` from 3.2.0 to 10.3.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/v3.2.0...v10.3.0) --- updated-dependencies: - dependency-name: growl dependency-type: indirect - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d81391..a9758ae 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ }, "devDependencies": { "chai": "3.5.0", - "mocha": "3.2.0" + "mocha": "10.3.0" } }