From 8a9e23b2867ad27dda32f1960beb9fad85dcbff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 21:26:55 +0000 Subject: [PATCH] build(deps-dev): bump @playwright/test from 1.26.1 to 1.27.0 Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.26.1 to 1.27.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.26.1...v1.27.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a96df18..1b58420 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3513,14 +3513,26 @@ } }, "node_modules/@playwright/test": { - "version": "1.26.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.1.tgz", - "integrity": "sha512-bNxyZASVt2adSZ9gbD7NCydzcb5JaI0OR9hc7s+nmPeH604gwp0zp17NNpwXY4c8nvuBGQQ9oGDx72LE+cUWvw==", + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.27.0.tgz", + "integrity": "sha512-L4BswoJvGkFsEHhEgzVNHBnkFB1FbnBQn3QmvTl7+AouoJQ4a8tLwZKvytdovCsNi7B5cXuRo58yGvfM5PnExw==", "dev": true, "dependencies": { "@types/node": "*", - "playwright-core": "1.26.1" + "playwright-core": "1.27.0" + }, + "bin": { + "playwright": "cli.js" }, + "engines": { + "node": ">=14" + } + }, + "node_modules/@playwright/test/node_modules/playwright-core": { + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.27.0.tgz", + "integrity": "sha512-VBKaaFUVKDo3akW+o4DwbK1ZyXh46tcSwQKPK3lruh8IJd5feu55XVZx4vOkbb2uqrNdIF51sgsadYT533SdpA==", + "dev": true, "bin": { "playwright": "cli.js" }, @@ -18457,13 +18469,21 @@ } }, "@playwright/test": { - "version": "1.26.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.1.tgz", - "integrity": "sha512-bNxyZASVt2adSZ9gbD7NCydzcb5JaI0OR9hc7s+nmPeH604gwp0zp17NNpwXY4c8nvuBGQQ9oGDx72LE+cUWvw==", + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.27.0.tgz", + "integrity": "sha512-L4BswoJvGkFsEHhEgzVNHBnkFB1FbnBQn3QmvTl7+AouoJQ4a8tLwZKvytdovCsNi7B5cXuRo58yGvfM5PnExw==", "dev": true, "requires": { "@types/node": "*", - "playwright-core": "1.26.1" + "playwright-core": "1.27.0" + }, + "dependencies": { + "playwright-core": { + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.27.0.tgz", + "integrity": "sha512-VBKaaFUVKDo3akW+o4DwbK1ZyXh46tcSwQKPK3lruh8IJd5feu55XVZx4vOkbb2uqrNdIF51sgsadYT533SdpA==", + "dev": true + } } }, "@rollup/plugin-commonjs": {