From fa27e0c05c4694e76a5c082d473f0f7030db1c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 09:30:53 +0100 Subject: [PATCH] Build(deps-dev): Bump @playwright/test from 1.34.0 to 1.35.0 (#3272) Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.34.0 to 1.35.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.34.0...v1.35.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 23 +++++++++++++---------- package.json | 2 +- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37887518b..5a40c8fe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "@nrwl/angular": "15.9.2", "@nrwl/eslint-plugin-nx": "^15.9.2", "@nrwl/workspace": "15.9.2", - "@playwright/test": "^1.34.0", + "@playwright/test": "^1.35.0", "@schematics/angular": "14.1.2", "@types/event-emitter": "^0.3.3", "@types/jasmine": "~3.6.0", @@ -7500,19 +7500,19 @@ } }, "node_modules/@playwright/test": { - "version": "1.34.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.0.tgz", - "integrity": "sha512-GIALJVODOIrMflLV54H3Cow635OfrTwOu24ZTDyKC66uchtFX2NcCRq83cLdakMjZKYK78lODNLQSYBj2OgaTw==", + "version": "1.35.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.0.tgz", + "integrity": "sha512-6qXdd5edCBynOwsz1YcNfgX8tNWeuS9fxy5o59D0rvHXxRtjXRebB4gE4vFVfEMXl/z8zTnAzfOs7aQDEs8G4Q==", "dev": true, "dependencies": { "@types/node": "*", - "playwright-core": "1.34.0" + "playwright-core": "1.35.0" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=14" + "node": ">=16" }, "optionalDependencies": { "fsevents": "2.3.2" @@ -24408,12 +24408,15 @@ } }, "node_modules/playwright-core": { - "version": "1.34.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.0.tgz", - "integrity": "sha512-fMUY1+iR6kYbJF/EsOOqzBA99ZHXbw9sYPNjwA4X/oV0hVF/1aGlWYBGPVUEqxBkGANDKMziYoOdKGU5DIP5Gg==", + "version": "1.35.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0.tgz", + "integrity": "sha512-muMXyPmIx/2DPrCHOD1H1ePT01o7OdKxKj2ebmCAYvqhUy+Y1bpal7B0rdoxros7YrXI294JT/DWw2LqyiqTPA==", "dev": true, + "bin": { + "playwright-core": "cli.js" + }, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/pluralize": { diff --git a/package.json b/package.json index f2198c8a4..5eed2b07b 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@nrwl/angular": "15.9.2", "@nrwl/eslint-plugin-nx": "^15.9.2", "@nrwl/workspace": "15.9.2", - "@playwright/test": "^1.34.0", + "@playwright/test": "^1.35.0", "@schematics/angular": "14.1.2", "@types/event-emitter": "^0.3.3", "@types/jasmine": "~3.6.0",