chore(deps): update dependency @playwright/test to v1.47.2

This commit is contained in:
renovate[bot] 2024-10-01 01:12:25 +00:00
parent 3b06cc0f79
commit 6c9cd422b7
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT",
"devDependencies": {
"@exampledev/new.css": "1.1.3",
"@playwright/test": "1.47.0",
"@playwright/test": "1.47.2",
"@types/node": "20.16.5",
"esbuild": "0.23.1",
"jose": "5.8.0"
@ -432,13 +432,13 @@
"license": "MIT"
},
"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.2",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.47.2.tgz",
"integrity": "sha512-jTXRsoSPONAs8Za9QEQdyjFn+0ZQFjCiIztAIF6bi1HqhBzG9Ma7g1WotyiGqFSBRZjIEqMdT8RUlbk1QVhzCQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.47.0"
"playwright": "1.47.2"
},
"bin": {
"playwright": "cli.js"
@ -523,13 +523,13 @@
}
},
"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.2",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.2.tgz",
"integrity": "sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.47.0"
"playwright-core": "1.47.2"
},
"bin": {
"playwright": "cli.js"
@ -542,9 +542,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.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.2.tgz",
"integrity": "sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View file

@ -11,7 +11,7 @@
},
"devDependencies": {
"@exampledev/new.css": "1.1.3",
"@playwright/test": "1.47.0",
"@playwright/test": "1.47.2",
"@types/node": "20.16.5",
"esbuild": "0.23.1",
"jose": "5.8.0"