From eb5173ad7e1255f8dce14dc49e83fdc137fd7ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 15:23:47 +0000 Subject: [PATCH] build(deps-dev): bump midnight-smoker from 1.1.1 to 4.0.0 Bumps [midnight-smoker](https://github.com/boneskull/midnight-smoker) from 1.1.1 to 4.0.0. - [Release notes](https://github.com/boneskull/midnight-smoker/releases) - [Changelog](https://github.com/boneskull/midnight-smoker/blob/main/CHANGELOG.md) - [Commits](https://github.com/boneskull/midnight-smoker/compare/v1.1.1...v4.0.0) --- updated-dependencies: - dependency-name: midnight-smoker dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08aa91246..9e954793c 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "jest": "^29.0.3", "log": "^6.0.0", "loglevel": "^1.6.7", - "midnight-smoker": "1.1.1", + "midnight-smoker": "4.0.0", "pino-pretty": "^10.0.0", "pre-commit": "^1.2.2", "proxyquire": "^2.1.3",