From 0ae94dce339d6daa6aafca0026a0c7a448541b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:14:33 +0000 Subject: [PATCH] chore(deps): bump node-simctl from 6.6.0 to 7.3.11 Bumps [node-simctl](https://github.com/appium/node-simctl) from 6.6.0 to 7.3.11. - [Release notes](https://github.com/appium/node-simctl/releases) - [Changelog](https://github.com/appium/node-simctl/blob/master/CHANGELOG.md) - [Commits](https://github.com/appium/node-simctl/compare/v6.6.0...v7.3.11) --- updated-dependencies: - dependency-name: node-simctl dependency-type: direct:production 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 03831882e..bfbd2e4cd 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "axios": "^0.x", "bluebird": "^3.5.5", "lodash": "^4.17.11", - "node-simctl": "^6.0.2", + "node-simctl": "^7.3.11", "source-map-support": "^0.5.12", "teen_process": "^1.14.1" },