Merge pull request from scratchfoundation/renovate/playwright-monorepo

chore(deps): update dependency playwright-chromium to v1.45.3
This commit is contained in:
renovate[bot] 2024-07-25 21:28:39 +00:00 committed by GitHub
commit 44c889d67d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -34,7 +34,7 @@
"husky": "8.0.3",
"jsdoc": "3.6.11",
"json": "9.0.6",
"playwright-chromium": "1.45.2",
"playwright-chromium": "1.45.3",
"scratch-render-fonts": "1.0.77",
"scratch-semantic-release-config": "1.0.14",
"scratch-storage": "2.3.193",
@ -18404,14 +18404,14 @@
}
},
"node_modules/playwright-chromium": {
"version": "1.45.2",
"resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.45.2.tgz",
"integrity": "sha512-9p7UKy+Nm7mozk/5uk6f1SoDMqrrphYLheVPS2LhYQvep9pRjJJEVpGAO0ULN3uFuxnWA7Y2lbaDxFJykeavHA==",
"version": "1.45.3",
"resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.45.3.tgz",
"integrity": "sha512-GXY/+1HScU5soR06lu8sc7cnXWBnfWDGH2JV+D3wqxApb9qJbSxDK40H8loOok+naxMO7x6yhgPHwpRSCV9dug==",
"dev": true,
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.45.2"
"playwright-core": "1.45.3"
},
"bin": {
"playwright": "cli.js"
@ -18421,9 +18421,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.45.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.2.tgz",
"integrity": "sha512-ha175tAWb0dTK0X4orvBIqi3jGEt701SMxMhyujxNrgd8K0Uy5wMSwwcQHtyB4om7INUkfndx02XnQ2p6dvLDw==",
"version": "1.45.3",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.3.tgz",
"integrity": "sha512-+ym0jNbcjikaOwwSZycFbwkWgfruWvYlJfThKYAlImbxUgdWFO2oW70ojPm4OpE4t6TAo2FY/smM+hpVTtkhDA==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View file

@ -54,7 +54,7 @@
"husky": "8.0.3",
"jsdoc": "3.6.11",
"json": "9.0.6",
"playwright-chromium": "1.45.2",
"playwright-chromium": "1.45.3",
"scratch-render-fonts": "1.0.77",
"scratch-semantic-release-config": "1.0.14",
"scratch-storage": "2.3.193",