From 5daebb7bf5eb9b46a085485eccbe7faee59818a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 00:46:41 +0000 Subject: [PATCH] chore(deps-dev): bump playwright-chromium from 1.49.1 to 1.50.0 Bumps [playwright-chromium](https://github.com/microsoft/playwright) from 1.49.1 to 1.50.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.1...v1.50.0) --- updated-dependencies: - dependency-name: playwright-chromium dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f5376f..f818095 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@iconify-json/uim": "^1.2.3", - "playwright-chromium": "^1.49.1" + "playwright-chromium": "^1.50.0" } }, "node_modules/@ampproject/remapping": { @@ -6688,13 +6688,14 @@ "integrity": "sha512-sxMwpDw/ySY1WB2CE3+IdMuEcWibJ72DDOsXLkSmEaSzwEUaYBT6DWgOfBiHGCux4q433X6+OEFWjlVqp7gL6g==" }, "node_modules/playwright-chromium": { - "version": "1.49.1", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.49.1.tgz", - "integrity": "sha512-XAQDkZ1Eem1OONhfS8B2LM2mgHG/i5jIxooxjvqjbF/9GnLnRTJHdQamNjo1e4FZvt7J0BFD/15+qAcT0eKlfA==", + "version": "1.50.0", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.50.0.tgz", + "integrity": "sha512-gyI1ATjSCn0kCHCV8lGS65h0tRSlJvdlwgvXwY5EyUHW+YLPnOtnMaCiNmHgrcVK8ofsXWq3alaUfnmirNzBlA==", "devOptional": true, "hasInstallScript": true, + "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.49.1" + "playwright-core": "1.50.0" }, "bin": { "playwright": "cli.js" @@ -6704,10 +6705,11 @@ } }, "node_modules/playwright-core": { - "version": "1.49.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.1.tgz", - "integrity": "sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==", + "version": "1.50.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.0.tgz", + "integrity": "sha512-CXkSSlr4JaZs2tZHI40DsZUN/NIwgaUPsyLuOAaIZp2CyF2sN5MM5NJsyB188lFSSozFxQ5fPT4qM+f0tH/6wQ==", "devOptional": true, + "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, diff --git a/package.json b/package.json index af18ad1..28ba12e 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "name": "bdd-presentation", "devDependencies": { "@iconify-json/uim": "^1.2.3", - "playwright-chromium": "^1.49.1" + "playwright-chromium": "^1.50.0" } }