From 6d14726d1baf2d04bf6979aef3277dbdd026d651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:58:27 +0000 Subject: [PATCH] chore(deps-dev): bump glob from 7.2.3 to 9.1.2 Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 9.1.2. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v7.2.3...v9.1.2) --- updated-dependencies: - dependency-name: glob 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 03831882e..a50ea041f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint-config-appium": "^4.0.1", - "glob": "^7.1.0", + "glob": "^9.1.2", "gulp": "^4.0.2", "ios-uicatalog": "^3.5.0", "mocha": "^8.0.1",