From 7a86e8719c105168b16e5cb4215bec71f8bd7add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:50:23 +0000 Subject: [PATCH] chore(deps): Bump the patch-deps-updates-main group with 2 updates (#508) Bumps the patch-deps-updates-main group with 2 updates: [@wdio/globals](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-globals) and [typescript](https://github.com/microsoft/TypeScript). Updates `@wdio/globals` from 9.5.1 to 9.5.7 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v9.5.7/packages/wdio-globals) Updates `typescript` from 5.7.2 to 5.7.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: "@wdio/globals" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-deps-updates-main - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-deps-updates-main ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 63 ++++++++++++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 39 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56350fb..76e9e12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "license": "MIT", "dependencies": { - "@wdio/globals": "9.5.1", + "@wdio/globals": "9.5.7", "@wdio/types": "9.5.0", "gmail-tester": "^1.3.8" }, @@ -1475,9 +1475,9 @@ } }, "node_modules/@puppeteer/browsers": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.6.1.tgz", - "integrity": "sha512-aBSREisdsGH890S2rQqK82qmQYU3uFpSH8wcZWHgHzl3LfzsxAKbLNiAG9mO8v1Y0UICBeClICxPJvyr0rcuxg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.7.0.tgz", + "integrity": "sha512-bO61XnTuopsz9kvtfqhVbH6LTM1koxK0IlBR+yuVrM2LB7mk8+5o1w18l5zqd5cs8xlf+ntgambqRqGifMDjog==", "optional": true, "dependencies": { "debug": "^4.4.0", @@ -2319,15 +2319,15 @@ } }, "node_modules/@wdio/globals": { - "version": "9.5.1", - "resolved": "https://registry.npmjs.org/@wdio/globals/-/globals-9.5.1.tgz", - "integrity": "sha512-6D5nuhaobxA9wOfXHQuhk9nA2wM+LXihYB6sIF+jiy2T/VhHncLjrAl4rHIXEAhBvgcGEiDvvYGAeYAYDikw0A==", + "version": "9.5.7", + "resolved": "https://registry.npmjs.org/@wdio/globals/-/globals-9.5.7.tgz", + "integrity": "sha512-Ipl7GR/8RzRqPehOe4ngCFvMzDaVi9vuBcVa/LDbPP8/UUcjGWHbNH2J8pMdu/z3eF3U5MIHnOa9YNSs1jKJ0g==", "engines": { "node": ">=18.20.0" }, "optionalDependencies": { "expect-webdriverio": "^5.0.1", - "webdriverio": "9.5.1" + "webdriverio": "9.5.7" } }, "node_modules/@wdio/logger": { @@ -2726,6 +2726,16 @@ "devOptional": true, "license": "MIT" }, + "node_modules/bare-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/bare-buffer/-/bare-buffer-3.0.1.tgz", + "integrity": "sha512-QuDV/Wv5k1xsevh24zQwEjlQJuRvt3tUC39VFai6PoJiDIwmISEoc76ZTae4yVcacRBw0HBArrHssV1o3TEKhQ==", + "optional": true, + "peer": true, + "engines": { + "bare": ">=1.13.0" + } + }, "node_modules/bare-events": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz", @@ -2760,12 +2770,16 @@ } }, "node_modules/bare-stream": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.6.1.tgz", - "integrity": "sha512-eVZbtKM+4uehzrsj49KtCy3Pbg7kO1pJ3SKZ1SFrIH/0pnj9scuGGgUlNDf/7qS8WKtGdiJY5Kyhs/ivYPTB/g==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.6.2.tgz", + "integrity": "sha512-gSFtIiA/b0Llho+9zEy9MNgqrKpq70T62V4oGN8BSJgZt7Rk3RORPCK1kLj9hxS+YtrvSOOVGUrhraouXZkv3A==", "optional": true, "dependencies": { "streamx": "^2.21.0" + }, + "peerDependencies": { + "bare-buffer": "*", + "bare-events": "*" } }, "node_modules/base64-js": { @@ -9306,9 +9320,9 @@ } }, "node_modules/tar-fs": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.6.tgz", - "integrity": "sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.7.tgz", + "integrity": "sha512-2sAfoF/zw/2n8goUGnGRZTWTD4INtnScPZvyYBI6BDlJ3wNR5o1dw03EfBvuhG6GBLvC4J+C7j7W+64aZ0ogQA==", "optional": true, "dependencies": { "pump": "^3.0.0", @@ -9539,11 +9553,10 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -9989,9 +10002,9 @@ } }, "node_modules/webdriver": { - "version": "9.5.1", - "resolved": "https://registry.npmjs.org/webdriver/-/webdriver-9.5.1.tgz", - "integrity": "sha512-uVQJtk1fLoi8ITmIo5jVpzUb7KMILPptB7uMKBumQJpVxjehz3xi0RGcnscSBuKhi59wkPJ3I5BOvomxQUG8Vw==", + "version": "9.5.4", + "resolved": "https://registry.npmjs.org/webdriver/-/webdriver-9.5.4.tgz", + "integrity": "sha512-wmuIL8XMLUUjmpXuQTqH1fhvWnh+8PA4TemYbXfLP/U1gdAowgxy3+rWMc+LGHkDOZLBIB4tHcdxkj7xbSOvLQ==", "optional": true, "dependencies": { "@types/node": "^20.1.0", @@ -10010,9 +10023,9 @@ } }, "node_modules/webdriverio": { - "version": "9.5.1", - "resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-9.5.1.tgz", - "integrity": "sha512-G/YwalPM/wxRdjY28LoZ0jJzldDUuZ2Do1F90THNw3GwSZae9yARs1kHxdpy1aDxBFwrb4BNTMzzL9hpJ0lASw==", + "version": "9.5.7", + "resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-9.5.7.tgz", + "integrity": "sha512-Uvro6y9AvDzlrEzoEM+J/C8/foQVKisvTFXdr+XF63BYsPBKZAhL2cKiHuwwj0FaSVC/VIhd0IVj+oGdkDKs/Q==", "optional": true, "dependencies": { "@types/node": "^20.11.30", @@ -10041,7 +10054,7 @@ "rgb2hex": "0.2.5", "serialize-error": "^11.0.3", "urlpattern-polyfill": "^10.0.0", - "webdriver": "9.5.1" + "webdriver": "9.5.4" }, "engines": { "node": ">=18.20.0" diff --git a/package.json b/package.json index 96ac143..ed0a343 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "watch": "npm run compile -- --watch" }, "dependencies": { - "@wdio/globals": "9.5.1", + "@wdio/globals": "9.5.7", "@wdio/types": "9.5.0", "gmail-tester": "^1.3.8" },