build(deps-dev): bump @playwright/test from 1.45.1 to 1.47.2 (#43)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.45.1 to 1.47.2.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.45.1...v1.47.2)

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

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]
2024-09-22 18:57:52 +09:00
committed by GitHub
parent 98ae525687
commit d0fcd5e77b
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "unittcms",
"version": "1.0.0",
"devDependencies": {
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.47.2",
"@types/node": "^22.5.5",
"@vitest/coverage-v8": "^1.6.0",
"prettier": "^3.3.3",
@@ -516,12 +516,12 @@
}
},
"node_modules/@playwright/test": {
"version": "1.45.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.45.1.tgz",
"integrity": "sha512-Wo1bWTzQvGA7LyKGIZc8nFSTFf2TkthGIFBR+QVNilvwouGzFd4PYukZe3rvf5PSqjHi1+1NyKSDZKcQWETzaA==",
"version": "1.47.2",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.47.2.tgz",
"integrity": "sha512-jTXRsoSPONAs8Za9QEQdyjFn+0ZQFjCiIztAIF6bi1HqhBzG9Ma7g1WotyiGqFSBRZjIEqMdT8RUlbk1QVhzCQ==",
"dev": true,
"dependencies": {
"playwright": "1.45.1"
"playwright": "1.47.2"
},
"bin": {
"playwright": "cli.js"
@@ -1504,12 +1504,12 @@
}
},
"node_modules/playwright": {
"version": "1.45.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.45.1.tgz",
"integrity": "sha512-Hjrgae4kpSQBr98nhCj3IScxVeVUixqj+5oyif8TdIn2opTCPEzqAqNMeK42i3cWDCVu9MI+ZsGWw+gVR4ISBg==",
"version": "1.47.2",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.2.tgz",
"integrity": "sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==",
"dev": true,
"dependencies": {
"playwright-core": "1.45.1"
"playwright-core": "1.47.2"
},
"bin": {
"playwright": "cli.js"
@@ -1522,9 +1522,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.45.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.1.tgz",
"integrity": "sha512-LF4CUUtrUu2TCpDw4mcrAIuYrEjVDfT1cHbJMfwnE2+1b8PZcFzPNgvZCvq2JfQ4aTjRCCHw5EJ2tmr2NSzdPg==",
"version": "1.47.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.2.tgz",
"integrity": "sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==",
"dev": true,
"bin": {
"playwright-core": "cli.js"

View File

@@ -10,7 +10,7 @@
"report": "playwright show-report"
},
"devDependencies": {
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.47.2",
"@types/node": "^22.5.5",
"@vitest/coverage-v8": "^1.6.0",
"prettier": "^3.3.3",