From 8350675b3478a5f1b891b505e274632109b6ad93 Mon Sep 17 00:00:00 2001 From: Charlie T Date: Fri, 5 Jul 2024 12:25:28 +1000 Subject: [PATCH] feat: bump botium-core to latest --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28b0ba9..cc9a513 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@babel/runtime": "^7.21.0", "async": "^3.2.4", - "botium-core": "1.13.16", + "botium-core": "1.14.9", "debug": "^4.3.4", "lodash": "^4.17.21", "mkdirp": "^3.0.0",