From 8eda9f38d915ed6ad2ec1539c96d2152166c38ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 01:50:36 +0000 Subject: [PATCH] Bump @playwright/test from 1.22.0 to 1.29.2 Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.22.0 to 1.29.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.22.0...v1.29.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++++++++++--------------- package.json | 2 +- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3de289e..cbd00ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "@playwright/test": "^1.21.1", + "@playwright/test": "^1.29.2", "@types/node": "^17.0.33", "@typescript-eslint/eslint-plugin": "^5.23.0", "eslint": "^8.15.0", @@ -203,12 +203,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.22.0.tgz", - "integrity": "sha512-ExcAjiECo3uTG5Sl5H4a7rKp/5TEHTI87dv9NHYEoUFuOHPhSVxB7QsuM70ktO+wTTZ9KzhwzcegxAGRmUFKEA==", + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.29.2.tgz", + "integrity": "sha512-+3/GPwOgcoF0xLz/opTnahel1/y42PdcgZ4hs+BZGIUjtmEFSXGg+nFoaH3NSmuc7a6GSFwXDJ5L7VXpqzigNg==", "dev": true, "dependencies": { - "playwright-core": "1.22.0" + "@types/node": "*", + "playwright-core": "1.29.2" }, "bin": { "playwright": "cli.js" @@ -3494,9 +3495,9 @@ } }, "node_modules/playwright-core": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.22.0.tgz", - "integrity": "sha512-XnDPiV4NCzTtXWxQdyJ6Wg8xhST3ciUjt5mITaxoqOoYggmRtofKm0PXLehfbetXh2ppPYj5U8UhtUpdIE4wag==", + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.29.2.tgz", + "integrity": "sha512-94QXm4PMgFoHAhlCuoWyaBYKb92yOcGVHdQLoxQ7Wjlc7Flg4aC/jbFW7xMR52OfXMVkWicue4WXE7QEegbIRA==", "dev": true, "bin": { "playwright": "cli.js" @@ -4665,12 +4666,13 @@ } }, "@playwright/test": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.22.0.tgz", - "integrity": "sha512-ExcAjiECo3uTG5Sl5H4a7rKp/5TEHTI87dv9NHYEoUFuOHPhSVxB7QsuM70ktO+wTTZ9KzhwzcegxAGRmUFKEA==", + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.29.2.tgz", + "integrity": "sha512-+3/GPwOgcoF0xLz/opTnahel1/y42PdcgZ4hs+BZGIUjtmEFSXGg+nFoaH3NSmuc7a6GSFwXDJ5L7VXpqzigNg==", "dev": true, "requires": { - "playwright-core": "1.22.0" + "@types/node": "*", + "playwright-core": "1.29.2" } }, "@sindresorhus/is": { @@ -7023,9 +7025,9 @@ "dev": true }, "playwright-core": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.22.0.tgz", - "integrity": "sha512-XnDPiV4NCzTtXWxQdyJ6Wg8xhST3ciUjt5mITaxoqOoYggmRtofKm0PXLehfbetXh2ppPYj5U8UhtUpdIE4wag==", + "version": "1.29.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.29.2.tgz", + "integrity": "sha512-94QXm4PMgFoHAhlCuoWyaBYKb92yOcGVHdQLoxQ7Wjlc7Flg4aC/jbFW7xMR52OfXMVkWicue4WXE7QEegbIRA==", "dev": true }, "prelude-ls": { diff --git a/package.json b/package.json index 5459ea4..f960a5b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "Asad Hasan", "license": "MIT", "devDependencies": { - "@playwright/test": "^1.21.1", + "@playwright/test": "^1.29.2", "@types/node": "^17.0.33", "@typescript-eslint/eslint-plugin": "^5.23.0", "eslint": "^8.15.0",