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

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

---
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-19 08:55:10 +00:00
committed by GitHub
parent a5b552c7c1
commit 2270526bcb
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.2",
"@playwright/test": "^1.23.4",
"@sveltejs/adapter-node": "^1.0.0-next.81",
"@sveltejs/adapter-static": "^1.0.0-next.37",
"@sveltejs/kit": "next",
@@ -377,13 +377,13 @@
}
},
"node_modules/@playwright/test": {
"version": "1.23.2",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.23.2.tgz",
"integrity": "sha512-umaEAIwQGfbezixg3raSOraqbQGSqZP988sOaMdpA2wj3Dr6ykOscrMukyK3U6edxhpS0N8kguAFZoHwCEfTig==",
"version": "1.23.4",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.23.4.tgz",
"integrity": "sha512-iIsoMJDS/lyuhw82FtcV/B3PXikgVD3hNe5hyvOpRM0uRr1OIpN3LgPeRbBjhzBWmyf6RgRg5fqK5sVcpA03yA==",
"dev": true,
"dependencies": {
"@types/node": "*",
"playwright-core": "1.23.2"
"playwright-core": "1.23.4"
},
"bin": {
"playwright": "cli.js"
@@ -4598,9 +4598,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.23.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.2.tgz",
"integrity": "sha512-UGbutIr0nBALDHWW/HcXfyK6ZdmefC99Moo4qyTr89VNIkYZuDrW8Sw554FyFUamcFSdKOgDPk6ECSkofGIZjQ==",
"version": "1.23.4",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.4.tgz",
"integrity": "sha512-h5V2yw7d8xIwotjyNrkLF13nV9RiiZLHdXeHo+nVJIYGVlZ8U2qV0pMxNJKNTvfQVT0N8/A4CW6/4EW2cOcTiA==",
"dev": true,
"bin": {
"playwright": "cli.js"
@@ -7085,13 +7085,13 @@
}
},
"@playwright/test": {
"version": "1.23.2",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.23.2.tgz",
"integrity": "sha512-umaEAIwQGfbezixg3raSOraqbQGSqZP988sOaMdpA2wj3Dr6ykOscrMukyK3U6edxhpS0N8kguAFZoHwCEfTig==",
"version": "1.23.4",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.23.4.tgz",
"integrity": "sha512-iIsoMJDS/lyuhw82FtcV/B3PXikgVD3hNe5hyvOpRM0uRr1OIpN3LgPeRbBjhzBWmyf6RgRg5fqK5sVcpA03yA==",
"dev": true,
"requires": {
"@types/node": "*",
"playwright-core": "1.23.2"
"playwright-core": "1.23.4"
}
},
"@rollup/pluginutils": {
@@ -10104,9 +10104,9 @@
"dev": true
},
"playwright-core": {
"version": "1.23.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.2.tgz",
"integrity": "sha512-UGbutIr0nBALDHWW/HcXfyK6ZdmefC99Moo4qyTr89VNIkYZuDrW8Sw554FyFUamcFSdKOgDPk6ECSkofGIZjQ==",
"version": "1.23.4",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.4.tgz",
"integrity": "sha512-h5V2yw7d8xIwotjyNrkLF13nV9RiiZLHdXeHo+nVJIYGVlZ8U2qV0pMxNJKNTvfQVT0N8/A4CW6/4EW2cOcTiA==",
"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.2",
"@playwright/test": "^1.23.4",
"@sveltejs/adapter-node": "^1.0.0-next.81",
"@sveltejs/adapter-static": "^1.0.0-next.37",
"@sveltejs/kit": "next",