From 29fe59eaec34640f21c0ee8a59e27ec2ebfceb13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 03:45:53 +0000 Subject: [PATCH] chore(deps): update playwright to v1.49.0 (#892) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 26 +++++++++++++------------- package.json | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3940fc4..9fc1a5f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@bifravst/from-env": "3.0.2", "@bifravst/prettier-config": "1.1.1", "@commitlint/config-conventional": "19.5.0", - "@playwright/test": "1.48.2", + "@playwright/test": "1.49.0", "@preact/preset-vite": "2.9.1", "@swc/core": "1.9.2", "@types/lodash-es": "4.17.12", @@ -58,7 +58,7 @@ "husky": "9.1.6", "lint-staged": "15.2.10", "nock": "14.0.0-beta.16", - "playwright": "1.48.2", + "playwright": "1.49.0", "preact-render-to-string": "6.5.11", "rehype-format": "5.0.1", "rehype-stringify": "10.0.1", @@ -2724,13 +2724,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.48.2", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.2.tgz", - "integrity": "sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==", + "version": "1.49.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.49.0.tgz", + "integrity": "sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.48.2" + "playwright": "1.49.0" }, "bin": { "playwright": "cli.js" @@ -9785,13 +9785,13 @@ } }, "node_modules/playwright": { - "version": "1.48.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.2.tgz", - "integrity": "sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==", + "version": "1.49.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.0.tgz", + "integrity": "sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.48.2" + "playwright-core": "1.49.0" }, "bin": { "playwright": "cli.js" @@ -9804,9 +9804,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.49.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.0.tgz", + "integrity": "sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 136192de..3010f078 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@bifravst/from-env": "3.0.2", "@bifravst/prettier-config": "1.1.1", "@commitlint/config-conventional": "19.5.0", - "@playwright/test": "1.48.2", + "@playwright/test": "1.49.0", "@preact/preset-vite": "2.9.1", "@swc/core": "1.9.2", "@types/lodash-es": "4.17.12", @@ -76,7 +76,7 @@ "husky": "9.1.6", "lint-staged": "15.2.10", "nock": "14.0.0-beta.16", - "playwright": "1.48.2", + "playwright": "1.49.0", "preact-render-to-string": "6.5.11", "rehype-format": "5.0.1", "rehype-stringify": "10.0.1",