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

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.27.0 to 1.27.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.27.0...v1.27.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

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-10-17 18:36:44 +00:00
committed by GitHub
parent 5f3646fb37
commit fa9d80c888
2 changed files with 16 additions and 16 deletions
+15 -15
View File
@@ -18,7 +18,7 @@
"vscode-ws-jsonrpc": "^2.0.0"
},
"devDependencies": {
"@playwright/test": "^1.27.0",
"@playwright/test": "^1.27.1",
"@sveltejs/adapter-static": "^1.0.0-next.44",
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.5.3",
@@ -377,13 +377,13 @@
}
},
"node_modules/@playwright/test": {
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.27.0.tgz",
"integrity": "sha512-L4BswoJvGkFsEHhEgzVNHBnkFB1FbnBQn3QmvTl7+AouoJQ4a8tLwZKvytdovCsNi7B5cXuRo58yGvfM5PnExw==",
"version": "1.27.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.27.1.tgz",
"integrity": "sha512-mrL2q0an/7tVqniQQF6RBL2saskjljXzqNcCOVMUjRIgE6Y38nCNaP+Dc2FBW06bcpD3tqIws/HT9qiMHbNU0A==",
"dev": true,
"dependencies": {
"@types/node": "*",
"playwright-core": "1.27.0"
"playwright-core": "1.27.1"
},
"bin": {
"playwright": "cli.js"
@@ -4178,9 +4178,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.27.0.tgz",
"integrity": "sha512-VBKaaFUVKDo3akW+o4DwbK1ZyXh46tcSwQKPK3lruh8IJd5feu55XVZx4vOkbb2uqrNdIF51sgsadYT533SdpA==",
"version": "1.27.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.27.1.tgz",
"integrity": "sha512-9EmeXDncC2Pmp/z+teoVYlvmPWUC6ejSSYZUln7YaP89Z6lpAaiaAnqroUt/BoLo8tn7WYShcfaCh+xofZa44Q==",
"dev": true,
"bin": {
"playwright": "cli.js"
@@ -6903,13 +6903,13 @@
}
},
"@playwright/test": {
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.27.0.tgz",
"integrity": "sha512-L4BswoJvGkFsEHhEgzVNHBnkFB1FbnBQn3QmvTl7+AouoJQ4a8tLwZKvytdovCsNi7B5cXuRo58yGvfM5PnExw==",
"version": "1.27.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.27.1.tgz",
"integrity": "sha512-mrL2q0an/7tVqniQQF6RBL2saskjljXzqNcCOVMUjRIgE6Y38nCNaP+Dc2FBW06bcpD3tqIws/HT9qiMHbNU0A==",
"dev": true,
"requires": {
"@types/node": "*",
"playwright-core": "1.27.0"
"playwright-core": "1.27.1"
}
},
"@popperjs/core": {
@@ -9579,9 +9579,9 @@
"dev": true
},
"playwright-core": {
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.27.0.tgz",
"integrity": "sha512-VBKaaFUVKDo3akW+o4DwbK1ZyXh46tcSwQKPK3lruh8IJd5feu55XVZx4vOkbb2uqrNdIF51sgsadYT533SdpA==",
"version": "1.27.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.27.1.tgz",
"integrity": "sha512-9EmeXDncC2Pmp/z+teoVYlvmPWUC6ejSSYZUln7YaP89Z6lpAaiaAnqroUt/BoLo8tn7WYShcfaCh+xofZa44Q==",
"dev": true
},
"postcss": {
+1 -1
View File
@@ -15,7 +15,7 @@
"test": "playwright test --config=tests-out/playwright.config.js"
},
"devDependencies": {
"@playwright/test": "^1.27.0",
"@playwright/test": "^1.27.1",
"@sveltejs/adapter-static": "^1.0.0-next.44",
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.5.3",