From 5973e37091a9d4e91c1e344011af1e4e99a32965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 22:46:35 +0000 Subject: [PATCH] build(deps-dev): bump @playwright/test from 1.37.0 to 1.37.1 Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.37.0 to 1.37.1. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.37.0...v1.37.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/cli/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59b02cfd0a..a9c9f9a3bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4332,13 +4332,13 @@ "dev": true }, "node_modules/@playwright/test": { - "version": "1.37.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.0.tgz", - "integrity": "sha512-181WBLk4SRUyH1Q96VZl7BP6HcK0b7lbdeKisn3N/vnjitk+9HbdlFz/L5fey05vxaAhldIDnzo8KUoy8S3mmQ==", + "version": "1.37.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.1.tgz", + "integrity": "sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg==", "dev": true, "dependencies": { "@types/node": "*", - "playwright-core": "1.37.0" + "playwright-core": "1.37.1" }, "bin": { "playwright": "cli.js" @@ -27213,9 +27213,9 @@ } }, "node_modules/playwright-core": { - "version": "1.37.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0.tgz", - "integrity": "sha512-1c46jhTH/myQw6sesrcuHVtLoSNfJv8Pfy9t3rs6subY7kARv0HRw5PpyfPYPpPtQvBOmgbE6K+qgYUpj81LAA==", + "version": "1.37.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.1.tgz", + "integrity": "sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==", "dev": true, "bin": { "playwright-core": "cli.js" @@ -33242,7 +33242,7 @@ "bundle-stats": "bin/index.js" }, "devDependencies": { - "@playwright/test": "1.37.0", + "@playwright/test": "1.37.1", "@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 99737ec707..9ebd8a1980 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -62,7 +62,7 @@ "yargs": "^17.4.0" }, "devDependencies": { - "@playwright/test": "1.37.0", + "@playwright/test": "1.37.1", "@types/fs-extra": "^11.0.0", "@types/listr": "^0.14.4", "@types/yargs": "^17.0.20",