chore(deps-dev): bump @playwright/test from 1.27.0 to 1.27.1

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>
This commit is contained in:
dependabot[bot] 2022-10-17 23:29:49 +00:00 committed by Jasmin
parent f6df6b6499
commit 200fe9c28f
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View file

@ -14,7 +14,7 @@
"leaflet.markercluster": "^1.5.3"
},
"devDependencies": {
"@playwright/test": "^1.27.0",
"@playwright/test": "^1.27.1",
"@tailwindcss/forms": "^0.5.3",
"@types/leaflet": "^1.8.0",
"@types/leaflet.markercluster": "^1.5.1",
@ -98,13 +98,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"
@ -1075,9 +1075,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"
@ -1558,13 +1558,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"
}
},
"@tailwindcss/forms": {
@ -2166,9 +2166,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": {

View file

@ -22,7 +22,7 @@
},
"homepage": "https://github.com/Queer-Lexikon/regenbogenkarte#readme",
"devDependencies": {
"@playwright/test": "^1.27.0",
"@playwright/test": "^1.27.1",
"@tailwindcss/forms": "^0.5.3",
"@types/leaflet": "^1.8.0",
"@types/leaflet.markercluster": "^1.5.1",