From 4576f7d66fb066a0b2616ab18d9cb68c1fb8b8b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 04:12:11 +0000 Subject: [PATCH] Update airtap requirement from ^4.0.3 to ^4.0.4 Updates the requirements on [airtap](https://github.com/airtap/airtap) to permit the latest version. - [Release notes](https://github.com/airtap/airtap/releases) - [Changelog](https://github.com/airtap/airtap/blob/master/CHANGELOG.md) - [Commits](https://github.com/airtap/airtap/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: airtap 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 9ead71bc..1c3e4d2e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "readable-stream": "^3.6.0" }, "devDependencies": { - "airtap": "^4.0.3", + "airtap": "^4.0.4", "airtap-manual": "^1.0.0", "airtap-sauce": "^1.1.0", "babel-minify": "^0.5.1",