Bump @playwright/test from 1.33.0 to 1.35.1 (#8726)

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.33.0 to 1.35.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.33.0...v1.35.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-04 15:32:38 +01:00
committed by GitHub
parent 8fba7449e4
commit dc06accace
2 changed files with 12 additions and 10 deletions
+11 -9
View File
@@ -71,7 +71,7 @@
"@nrwl/storybook": "14.5.4",
"@nrwl/workspace": "14.5.4",
"@paperist/types-remark": "0.1.3",
"@playwright/test": "^1.29.2",
"@playwright/test": "^1.35.1",
"@quanzo/change-font-size": "1.0.0",
"@storybook/addon-essentials": "6.5.10",
"@storybook/angular": "6.5.16",
@@ -12052,18 +12052,19 @@
}
},
"node_modules/@playwright/test": {
"version": "1.33.0",
"version": "1.35.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.1.tgz",
"integrity": "sha512-b5YoFe6J9exsMYg0pQAobNDR85T1nLumUYgUTtKm4d21iX2L7WqKq9dW8NGJ+2vX0etZd+Y7UeuqsxDXm9+5ZA==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@types/node": "*",
"playwright-core": "1.33.0"
"playwright-core": "1.35.1"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"optionalDependencies": {
"fsevents": "2.3.2"
@@ -41562,14 +41563,15 @@
}
},
"node_modules/playwright-core": {
"version": "1.33.0",
"version": "1.35.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.1.tgz",
"integrity": "sha512-pNXb6CQ7OqmGDRspEjlxE49w+4YtR6a3X6mT1hZXeJHWmsEz7SunmvZeiG/+y1yyMZdHnnn73WKYdtV1er0Xyg==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"playwright": "cli.js"
"playwright-core": "cli.js"
},
"engines": {
"node": ">=14"
"node": ">=16"
}
},
"node_modules/pluralize": {