chore(deps-dev): bump @playwright/test in /frontend (#191)

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.23.1 to 1.23.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.23.1...v1.23.2)

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

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]
2022-07-12 10:01:15 +02:00
committed by GitHub
parent 75182340f0
commit ccd5ea93d6
2 changed files with 16 additions and 16 deletions
+15 -15
View File
@@ -18,7 +18,7 @@
"vscode-ws-jsonrpc": "^1.0.1"
},
"devDependencies": {
"@playwright/test": "^1.23.1",
"@playwright/test": "^1.23.2",
"@sveltejs/adapter-node": "^1.0.0-next.79",
"@sveltejs/adapter-static": "^1.0.0-next.35",
"@sveltejs/kit": "next",
@@ -377,13 +377,13 @@
}
},
"node_modules/@playwright/test": {
"version": "1.23.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.23.1.tgz",
"integrity": "sha512-dKplLPSYPZgnsBk1xxOophhpx3ZVg8DveoNJgLPe096lDCfmaIIreLsYF+4hqzy3PG61IP+aEnG5VAOjC3bhbA==",
"version": "1.23.2",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.23.2.tgz",
"integrity": "sha512-umaEAIwQGfbezixg3raSOraqbQGSqZP988sOaMdpA2wj3Dr6ykOscrMukyK3U6edxhpS0N8kguAFZoHwCEfTig==",
"dev": true,
"dependencies": {
"@types/node": "*",
"playwright-core": "1.23.1"
"playwright-core": "1.23.2"
},
"bin": {
"playwright": "cli.js"
@@ -4737,9 +4737,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.23.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.1.tgz",
"integrity": "sha512-9CXsE0gawph4KXl6oUaa0ehHRySZjHvly4TybcBXDvzK3N3o6L/eZ8Q6iVWUiMn0LLS5bRFxo1qEtOETlYJxjw==",
"version": "1.23.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.2.tgz",
"integrity": "sha512-UGbutIr0nBALDHWW/HcXfyK6ZdmefC99Moo4qyTr89VNIkYZuDrW8Sw554FyFUamcFSdKOgDPk6ECSkofGIZjQ==",
"dev": true,
"bin": {
"playwright": "cli.js"
@@ -7233,13 +7233,13 @@
}
},
"@playwright/test": {
"version": "1.23.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.23.1.tgz",
"integrity": "sha512-dKplLPSYPZgnsBk1xxOophhpx3ZVg8DveoNJgLPe096lDCfmaIIreLsYF+4hqzy3PG61IP+aEnG5VAOjC3bhbA==",
"version": "1.23.2",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.23.2.tgz",
"integrity": "sha512-umaEAIwQGfbezixg3raSOraqbQGSqZP988sOaMdpA2wj3Dr6ykOscrMukyK3U6edxhpS0N8kguAFZoHwCEfTig==",
"dev": true,
"requires": {
"@types/node": "*",
"playwright-core": "1.23.1"
"playwright-core": "1.23.2"
}
},
"@rollup/pluginutils": {
@@ -10335,9 +10335,9 @@
"dev": true
},
"playwright-core": {
"version": "1.23.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.1.tgz",
"integrity": "sha512-9CXsE0gawph4KXl6oUaa0ehHRySZjHvly4TybcBXDvzK3N3o6L/eZ8Q6iVWUiMn0LLS5bRFxo1qEtOETlYJxjw==",
"version": "1.23.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.2.tgz",
"integrity": "sha512-UGbutIr0nBALDHWW/HcXfyK6ZdmefC99Moo4qyTr89VNIkYZuDrW8Sw554FyFUamcFSdKOgDPk6ECSkofGIZjQ==",
"dev": true
},
"postcss": {
+1 -1
View File
@@ -15,7 +15,7 @@
"test": "playwright test --config=tests-out/playwright.config.js"
},
"devDependencies": {
"@playwright/test": "^1.23.1",
"@playwright/test": "^1.23.2",
"@sveltejs/adapter-node": "^1.0.0-next.79",
"@sveltejs/adapter-static": "^1.0.0-next.35",
"@sveltejs/kit": "next",