From 2dc73cbc32120648311a5288d0b0f6bf68164813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 11:19:40 +0000 Subject: [PATCH] chore(deps-dev): bump @appium/gulp-plugins from 7.0.8 to 8.0.0 Bumps [@appium/gulp-plugins](https://github.com/appium/appium/tree/HEAD/packages/gulp-plugins) from 7.0.8 to 8.0.0. - [Release notes](https://github.com/appium/appium/releases) - [Changelog](https://github.com/appium/appium/blob/master/packages/gulp-plugins/CHANGELOG.md) - [Commits](https://github.com/appium/appium/commits/@appium/gulp-plugins@8.0.0/packages/gulp-plugins) --- updated-dependencies: - dependency-name: "@appium/gulp-plugins" 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 9b6a1e90f..26896ba10 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "homepage": "https://github.com/appium/WebDriverAgent#readme", "devDependencies": { - "@appium/gulp-plugins": "^7.0.0", + "@appium/gulp-plugins": "^8.0.0", "@appium/eslint-config-appium": "^6.0.0", "@appium/test-support": "^1.0.0", "@semantic-release/git": "^10.0.1",