fix(deps): update dependency playwright to ^1.51.0

This commit is contained in:
renovate[bot]
2025-03-13 08:17:55 +00:00
committed by GitHub
parent af90927a84
commit d0b2f0a4f4
2 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"playwright": "^1.50.1",
"playwright": "^1.51.0",
"user-agents": "^1.1.457"
},
"devDependencies": {
@@ -607,12 +607,12 @@
}
},
"node_modules/playwright": {
"version": "1.50.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.50.1.tgz",
"integrity": "sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==",
"version": "1.51.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.51.0.tgz",
"integrity": "sha512-442pTfGM0xxfCYxuBa/Pu6B2OqxqqaYq39JS8QDMGThUvIOCd6s0ANDog3uwA0cHavVlnTQzGCN7Id2YekDSXA==",
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.50.1"
"playwright-core": "1.51.0"
},
"bin": {
"playwright": "cli.js"
@@ -625,9 +625,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.50.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.1.tgz",
"integrity": "sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==",
"version": "1.51.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.51.0.tgz",
"integrity": "sha512-x47yPE3Zwhlil7wlNU/iktF7t2r/URR3VLbH6EknJd/04Qc/PSJ0EY3CMXipmglLG+zyRxW6HNo2EGbKLHPWMg==",
"license": "Apache-2.0",
"bin": {
"playwright-core": "cli.js"

View File

@@ -65,7 +65,7 @@
"iptv"
],
"dependencies": {
"playwright": "^1.50.1",
"playwright": "^1.51.0",
"user-agents": "^1.1.457"
},
"devDependencies": {