From 66113a2417f3145f23d56af8fbd108f5585b8aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 22:07:02 +0000 Subject: [PATCH] build(deps-dev): bump @playwright/test from 1.31.0 to 1.34.0 Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.31.0 to 1.34.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.31.0...v1.34.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 940d157..93026f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3513,13 +3513,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.31.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.31.0.tgz", - "integrity": "sha512-Ys5s/06Dg9g3zAIdCIb/UOBYim3U7Zjb3DvC6XBtnRmnglH5O47iwYzmtxXu9fhSyzI2Jn28apkXIOD81GgCdw==", + "version": "1.34.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.0.tgz", + "integrity": "sha512-GIALJVODOIrMflLV54H3Cow635OfrTwOu24ZTDyKC66uchtFX2NcCRq83cLdakMjZKYK78lODNLQSYBj2OgaTw==", "dev": true, "dependencies": { "@types/node": "*", - "playwright-core": "1.31.0" + "playwright-core": "1.34.0" }, "bin": { "playwright": "cli.js" @@ -3532,13 +3532,10 @@ } }, "node_modules/@playwright/test/node_modules/playwright-core": { - "version": "1.31.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.31.0.tgz", - "integrity": "sha512-/KquBjS5DcASCh8cGeNVHuC0kyb7c9plKTwaKxgOGtxT7+DZO2fjmFvPDBSXslEIK5CeOO/2kk5rOCktFXKEdA==", + "version": "1.34.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.0.tgz", + "integrity": "sha512-fMUY1+iR6kYbJF/EsOOqzBA99ZHXbw9sYPNjwA4X/oV0hVF/1aGlWYBGPVUEqxBkGANDKMziYoOdKGU5DIP5Gg==", "dev": true, - "bin": { - "playwright": "cli.js" - }, "engines": { "node": ">=14" } @@ -18472,20 +18469,20 @@ } }, "@playwright/test": { - "version": "1.31.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.31.0.tgz", - "integrity": "sha512-Ys5s/06Dg9g3zAIdCIb/UOBYim3U7Zjb3DvC6XBtnRmnglH5O47iwYzmtxXu9fhSyzI2Jn28apkXIOD81GgCdw==", + "version": "1.34.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.0.tgz", + "integrity": "sha512-GIALJVODOIrMflLV54H3Cow635OfrTwOu24ZTDyKC66uchtFX2NcCRq83cLdakMjZKYK78lODNLQSYBj2OgaTw==", "dev": true, "requires": { "@types/node": "*", "fsevents": "2.3.2", - "playwright-core": "1.31.0" + "playwright-core": "1.34.0" }, "dependencies": { "playwright-core": { - "version": "1.31.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.31.0.tgz", - "integrity": "sha512-/KquBjS5DcASCh8cGeNVHuC0kyb7c9plKTwaKxgOGtxT7+DZO2fjmFvPDBSXslEIK5CeOO/2kk5rOCktFXKEdA==", + "version": "1.34.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.0.tgz", + "integrity": "sha512-fMUY1+iR6kYbJF/EsOOqzBA99ZHXbw9sYPNjwA4X/oV0hVF/1aGlWYBGPVUEqxBkGANDKMziYoOdKGU5DIP5Gg==", "dev": true } }