From 9dce9f2b4842ea0a4f621e2923a01d995c8cfd7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 00:02:40 +0000 Subject: [PATCH] build(deps-dev): bump @playwright/test from 1.36.2 to 1.37.0 Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.36.2 to 1.37.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.36.2...v1.37.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 | 14 ++++++++------ packages/cli/package.json | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c89b4889e..c4794de1ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4329,12 +4329,13 @@ "dev": true }, "node_modules/@playwright/test": { - "version": "1.36.2", + "version": "1.37.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.0.tgz", + "integrity": "sha512-181WBLk4SRUyH1Q96VZl7BP6HcK0b7lbdeKisn3N/vnjitk+9HbdlFz/L5fey05vxaAhldIDnzo8KUoy8S3mmQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { "@types/node": "*", - "playwright-core": "1.36.2" + "playwright-core": "1.37.0" }, "bin": { "playwright": "cli.js" @@ -24043,9 +24044,10 @@ } }, "node_modules/playwright-core": { - "version": "1.36.2", + "version": "1.37.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0.tgz", + "integrity": "sha512-1c46jhTH/myQw6sesrcuHVtLoSNfJv8Pfy9t3rs6subY7kARv0HRw5PpyfPYPpPtQvBOmgbE6K+qgYUpj81LAA==", "dev": true, - "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, @@ -30012,7 +30014,7 @@ "bundle-stats": "bin/index.js" }, "devDependencies": { - "@playwright/test": "1.36.2", + "@playwright/test": "1.37.0", "@types/fs-extra": "^11.0.0", "@types/listr": "^0.14.4", "@types/yargs": "^17.0.20", diff --git a/packages/cli/package.json b/packages/cli/package.json index 9c0cd3f67d..aa9ec573d1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -62,7 +62,7 @@ "yargs": "^17.4.0" }, "devDependencies": { - "@playwright/test": "1.36.2", + "@playwright/test": "1.37.0", "@types/fs-extra": "^11.0.0", "@types/listr": "^0.14.4", "@types/yargs": "^17.0.20",