From bcf1a2aaf07cc2b8bb679ea31fae66ab89b1cdfb Mon Sep 17 00:00:00 2001 From: Iku-turso Date: Tue, 12 Apr 2022 14:31:07 +0300 Subject: [PATCH] Bump async-fn Co-authored-by: Janne Savolainen Signed-off-by: Iku-turso --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b5e499f17..35a16578d7 100644 --- a/package.json +++ b/package.json @@ -276,7 +276,7 @@ "ws": "^7.5.7" }, "devDependencies": { - "@async-fn/jest": "1.5.3", + "@async-fn/jest": "1.6.0", "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.60",