From 2d453119f79ec9aaa797f816f74169fb491f8d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 00:20:26 +0000 Subject: [PATCH] chore(deps-dev): bump playwright-chromium from 1.50.0 to 1.50.1 Bumps [playwright-chromium](https://github.com/microsoft/playwright) from 1.50.0 to 1.50.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.50.0...v1.50.1) --- updated-dependencies: - dependency-name: playwright-chromium dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index cde1636..ca95f7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@iconify-json/uim": "^1.2.3", - "playwright-chromium": "^1.50.0" + "playwright-chromium": "^1.50.1" } }, "node_modules/@ampproject/remapping": { @@ -7221,14 +7221,14 @@ "integrity": "sha512-sxMwpDw/ySY1WB2CE3+IdMuEcWibJ72DDOsXLkSmEaSzwEUaYBT6DWgOfBiHGCux4q433X6+OEFWjlVqp7gL6g==" }, "node_modules/playwright-chromium": { - "version": "1.50.0", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.50.0.tgz", - "integrity": "sha512-gyI1ATjSCn0kCHCV8lGS65h0tRSlJvdlwgvXwY5EyUHW+YLPnOtnMaCiNmHgrcVK8ofsXWq3alaUfnmirNzBlA==", + "version": "1.50.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.50.1.tgz", + "integrity": "sha512-0IKyCdwS5dDoGE3EqqfYtX24qF6+ef1UI6OLn2VUi2aHOgsI/KnESRm6/Ws0W78SrwhLi6lLlAL6fQISoO1cfw==", "devOptional": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.50.0" + "playwright-core": "1.50.1" }, "bin": { "playwright": "cli.js" @@ -7238,9 +7238,9 @@ } }, "node_modules/playwright-core": { - "version": "1.50.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.0.tgz", - "integrity": "sha512-CXkSSlr4JaZs2tZHI40DsZUN/NIwgaUPsyLuOAaIZp2CyF2sN5MM5NJsyB188lFSSozFxQ5fPT4qM+f0tH/6wQ==", + "version": "1.50.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.1.tgz", + "integrity": "sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index b6e2cd1..c2d61e8 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "name": "bdd-presentation", "devDependencies": { "@iconify-json/uim": "^1.2.3", - "playwright-chromium": "^1.50.0" + "playwright-chromium": "^1.50.1" } }