From c1179718725fe13966835556d089a5dde68f0502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 15:10:22 +0000 Subject: [PATCH] Bump growl from 1.7.0 to 1.10.5 in /modules/hw-core/js-modules/mocha Bumps [growl](https://github.com/tj/node-growl) from 1.7.0 to 1.10.5. - [Release notes](https://github.com/tj/node-growl/releases) - [Changelog](https://github.com/tj/node-growl/blob/master/History.md) - [Commits](https://github.com/tj/node-growl/compare/1.7.0...v1.10.5) Signed-off-by: dependabot[bot] --- modules/hw-core/js-modules/mocha/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hw-core/js-modules/mocha/package.json b/modules/hw-core/js-modules/mocha/package.json index 89770c8..38dc968 100644 --- a/modules/hw-core/js-modules/mocha/package.json +++ b/modules/hw-core/js-modules/mocha/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "commander": "2.0.0", - "growl": "1.7.x", + "growl": "1.10.x", "jade": "0.26.3", "diff": "1.0.7", "debug": "*",