Bump @playwright/test in /tests/playwright in the playwright group

Bumps the playwright group in /tests/playwright with 1 update: [@playwright/test](https://github.com/microsoft/playwright).


Updates `@playwright/test` from 1.47.0 to 1.47.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.47.0...v1.47.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-16 00:40:18 +00:00 коммит произвёл Alex Gibson
Родитель 231d3a2056
Коммит 0c31815954
2 изменённых файлов: 13 добавлений и 13 удалений

24
tests/playwright/package-lock.json сгенерированный
Просмотреть файл

@ -10,7 +10,7 @@
"license": "MPL",
"dependencies": {
"@axe-core/playwright": "^4.10.0",
"@playwright/test": "^1.47.0",
"@playwright/test": "^1.47.1",
"axe-html-reporter": "^2.2.11",
"dotenv": "^16.4.1"
}
@ -27,11 +27,11 @@
}
},
"node_modules/@playwright/test": {
"version": "1.47.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.47.0.tgz",
"integrity": "sha512-SgAdlSwYVpToI4e/IH19IHHWvoijAYH5hu2MWSXptRypLSnzj51PcGD+rsOXFayde4P9ZLi+loXVwArg6IUkCA==",
"version": "1.47.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.47.1.tgz",
"integrity": "sha512-dbWpcNQZ5nj16m+A5UNScYx7HX5trIy7g4phrcitn+Nk83S32EBX/CLU4hiF4RGKX/yRc93AAqtfaXB7JWBd4Q==",
"dependencies": {
"playwright": "1.47.0"
"playwright": "1.47.1"
},
"bin": {
"playwright": "cli.js"
@ -95,11 +95,11 @@
}
},
"node_modules/playwright": {
"version": "1.47.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.0.tgz",
"integrity": "sha512-jOWiRq2pdNAX/mwLiwFYnPHpEZ4rM+fRSQpRHwEwZlP2PUANvL3+aJOF/bvISMhFD30rqMxUB4RJx9aQbfh4Ww==",
"version": "1.47.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.1.tgz",
"integrity": "sha512-SUEKi6947IqYbKxRiqnbUobVZY4bF1uu+ZnZNJX9DfU1tlf2UhWfvVjLf01pQx9URsOr18bFVUKXmanYWhbfkw==",
"dependencies": {
"playwright-core": "1.47.0"
"playwright-core": "1.47.1"
},
"bin": {
"playwright": "cli.js"
@ -112,9 +112,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.47.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.0.tgz",
"integrity": "sha512-1DyHT8OqkcfCkYUD9zzUTfg7EfTd+6a8MkD/NWOvjo0u/SCNd5YmY/lJwFvUZOxJbWNds+ei7ic2+R/cRz/PDg==",
"version": "1.47.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.1.tgz",
"integrity": "sha512-i1iyJdLftqtt51mEk6AhYFaAJCDx0xQ/O5NU8EKaWFgMjItPVma542Nh/Aq8aLCjIJSzjaiEQGW/nyqLkGF1OQ==",
"bin": {
"playwright-core": "cli.js"
},

Просмотреть файл

@ -5,7 +5,7 @@
"private": true,
"dependencies": {
"@axe-core/playwright": "^4.10.0",
"@playwright/test": "^1.47.0",
"@playwright/test": "^1.47.1",
"axe-html-reporter": "^2.2.11",
"dotenv": "^16.4.1"
},