diff --git a/__tests__/options.test.ts b/__tests__/options.test.ts index cefd935a..bc92cb37 100644 --- a/__tests__/options.test.ts +++ b/__tests__/options.test.ts @@ -66,7 +66,7 @@ describe('options', () => { ignoreHTTPSErrors: undefined, isMobile: true, userAgent: - 'Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6723.31 Mobile Safari/537.36', + 'Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.16 Mobile Safari/537.36', viewport: { height: 658, width: 320, diff --git a/package-lock.json b/package-lock.json index 7c627512..24db55ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,9 +20,9 @@ "micromatch": "^4.0.8", "otpauth": "^9.3.2", "pirates": "^4.0.5", - "playwright": "=1.48.2", - "playwright-chromium": "=1.48.2", - "playwright-core": "=1.48.2", + "playwright": "=1.50.1", + "playwright-chromium": "=1.50.1", + "playwright-core": "=1.50.1", "semver": "^7.5.4", "sharp": "^0.33.5", "snakecase-keys": "^4.0.1", @@ -13533,11 +13533,11 @@ } }, "node_modules/playwright": { - "version": "1.48.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.2.tgz", - "integrity": "sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==", + "version": "1.50.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.50.1.tgz", + "integrity": "sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==", "dependencies": { - "playwright-core": "1.48.2" + "playwright-core": "1.50.1" }, "bin": { "playwright": "cli.js" @@ -13550,12 +13550,12 @@ } }, "node_modules/playwright-chromium": { - "version": "1.48.2", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.48.2.tgz", - "integrity": "sha512-bMBvYPlj5X6yyifahATDy5ZQySyNRDD75Q8ZCMcvn234CCA7m8vxgJIlrbJq+jcmuZVsCzNybRtEJHVGqg+v4w==", + "version": "1.50.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.50.1.tgz", + "integrity": "sha512-0IKyCdwS5dDoGE3EqqfYtX24qF6+ef1UI6OLn2VUi2aHOgsI/KnESRm6/Ws0W78SrwhLi6lLlAL6fQISoO1cfw==", "hasInstallScript": true, "dependencies": { - "playwright-core": "1.48.2" + "playwright-core": "1.50.1" }, "bin": { "playwright": "cli.js" @@ -13565,9 +13565,9 @@ } }, "node_modules/playwright-core": { - "version": "1.48.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.2.tgz", - "integrity": "sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==", + "version": "1.50.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.1.tgz", + "integrity": "sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==", "bin": { "playwright-core": "cli.js" }, diff --git a/package.json b/package.json index 2d76cf0f..936a5330 100644 --- a/package.json +++ b/package.json @@ -65,9 +65,9 @@ "micromatch": "^4.0.8", "otpauth": "^9.3.2", "pirates": "^4.0.5", - "playwright": "=1.48.2", - "playwright-chromium": "=1.48.2", - "playwright-core": "=1.48.2", + "playwright": "=1.50.1", + "playwright-chromium": "=1.50.1", + "playwright-core": "=1.50.1", "semver": "^7.5.4", "sharp": "^0.33.5", "snakecase-keys": "^4.0.1",