From eacdf8ce54c6c873d2e2929f349e03d501403611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 13:09:48 +0000 Subject: [PATCH] Bump @playwright/test from 1.49.0 to 1.50.1 in /extensions/ql-vscode Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.49.0 to 1.50.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.50.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extensions/ql-vscode/package-lock.json | 24 ++++++++++++------------ extensions/ql-vscode/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/extensions/ql-vscode/package-lock.json b/extensions/ql-vscode/package-lock.json index d300ccadb4c..042063deb48 100644 --- a/extensions/ql-vscode/package-lock.json +++ b/extensions/ql-vscode/package-lock.json @@ -53,7 +53,7 @@ "@faker-js/faker": "^9.0.3", "@github/markdownlint-github": "^0.6.3", "@microsoft/eslint-formatter-sarif": "^3.1.0", - "@playwright/test": "^1.49.0", + "@playwright/test": "^1.50.1", "@storybook/addon-a11y": "^8.6.0", "@storybook/addon-actions": "^8.6.0", "@storybook/addon-essentials": "^8.6.0", @@ -4789,13 +4789,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.49.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.49.0.tgz", - "integrity": "sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw==", + "version": "1.50.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.50.1.tgz", + "integrity": "sha512-Jii3aBg+CEDpgnuDxEp/h7BimHcUTDlpEtce89xEumlJ5ef2hqepZ+PWp1DDpYC/VO9fmWVI1IlEaoI5fK9FXQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.49.0" + "playwright": "1.50.1" }, "bin": { "playwright": "cli.js" @@ -20252,13 +20252,13 @@ } }, "node_modules/playwright": { - "version": "1.49.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.0.tgz", - "integrity": "sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==", + "version": "1.50.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.50.1.tgz", + "integrity": "sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.49.0" + "playwright-core": "1.50.1" }, "bin": { "playwright": "cli.js" @@ -20271,9 +20271,9 @@ } }, "node_modules/playwright-core": { - "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==", + "version": "1.50.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.1.tgz", + "integrity": "sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/extensions/ql-vscode/package.json b/extensions/ql-vscode/package.json index 25081d389ad..d0309f23f4c 100644 --- a/extensions/ql-vscode/package.json +++ b/extensions/ql-vscode/package.json @@ -2011,7 +2011,7 @@ "@faker-js/faker": "^9.0.3", "@github/markdownlint-github": "^0.6.3", "@microsoft/eslint-formatter-sarif": "^3.1.0", - "@playwright/test": "^1.49.0", + "@playwright/test": "^1.50.1", "@storybook/addon-a11y": "^8.6.0", "@storybook/addon-actions": "^8.6.0", "@storybook/addon-essentials": "^8.6.0",