diff --git a/package-lock.json b/package-lock.json index 19d4185..7283ace 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": { @@ -7026,14 +7026,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" @@ -7043,9 +7043,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 9a4efa8..91c4813 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" } }