Merge pull request #61452 from nextcloud/dependabot/npm_and_yarn/playwright/test-1.61.0

chore(deps-dev): Bump @playwright/test from 1.60.0 to 1.61.0
pull/61447/head
Andy Scherzinger 2 months ago committed by GitHub
commit 6d16450004
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 24
      package-lock.json
  2. 2
      package.json

24
package-lock.json generated

@ -47,7 +47,7 @@
"@nextcloud/stylelint-config": "^3.2.2",
"@nextcloud/typings": "^1.10.0",
"@nextcloud/vite-config": "^2.5.2",
"@playwright/test": "^1.59.1",
"@playwright/test": "^1.61.0",
"@testing-library/cypress": "^10.1.3",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/vue": "^8.1.0",
@ -3074,13 +3074,13 @@
}
},
"node_modules/@playwright/test": {
"version": "1.60.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.60.0.tgz",
"integrity": "sha512-O71yZIbAh/PxDMNGns37GHBIfrVkEVyn+AXyIa5dOTfb4/xNvRWV+Vv/NMbNCtODB/pO7vLlF2OTmMVLhmr7Ag==",
"version": "1.61.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.61.0.tgz",
"integrity": "sha512-cKA5B6lpFEMyMGjxF54QihfYpB4FkEGH+qZhtArDEG+wezQAJY8Pq6C7T1SjWz+FFzt3TbyoXBQYk/0292TdJA==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.60.0"
"playwright": "1.61.0"
},
"bin": {
"playwright": "cli.js"
@ -13609,13 +13609,13 @@
}
},
"node_modules/playwright": {
"version": "1.60.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.60.0.tgz",
"integrity": "sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==",
"version": "1.61.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.61.0.tgz",
"integrity": "sha512-Z+7BeeqQPRRzklHsVFP4KTGIyMxKUmfeRA4WisM6G3/XW6nwGeX6fX9qYaDa+CiUqpOkb2f6X3nar05R3kSuJQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.60.0"
"playwright-core": "1.61.0"
},
"bin": {
"playwright": "cli.js"
@ -13628,9 +13628,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.60.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.60.0.tgz",
"integrity": "sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==",
"version": "1.61.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.0.tgz",
"integrity": "sha512-caX7TrY3Ml6egyDX0WUcTHDxodl/b51y5wJOdCEA36QviK/s2g081hvmGs8eaE3DWb6NYZQ6BjO/QkNRPenoPA==",
"dev": true,
"license": "Apache-2.0",
"bin": {

@ -78,7 +78,7 @@
"@nextcloud/stylelint-config": "^3.2.2",
"@nextcloud/typings": "^1.10.0",
"@nextcloud/vite-config": "^2.5.2",
"@playwright/test": "^1.59.1",
"@playwright/test": "^1.61.0",
"@testing-library/cypress": "^10.1.3",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/vue": "^8.1.0",

Loading…
Cancel
Save