From b3b02421a02c82f166c74600a04c873744d59c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 11:08:58 -0300 Subject: [PATCH] Bump @playwright/test from 1.31.2 to 1.32.2 in /tracker (#2815) Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.31.2 to 1.32.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.31.2...v1.32.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tracker/package-lock.json | 16 ++++++++-------- tracker/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tracker/package-lock.json b/tracker/package-lock.json index 5cb70b779..94f32bebf 100644 --- a/tracker/package-lock.json +++ b/tracker/package-lock.json @@ -6,7 +6,7 @@ "": { "license": "MIT", "dependencies": { - "@playwright/test": "^1.31.2", + "@playwright/test": "^1.32.2", "express": "^4.18.1", "generatorics": "^1.1.0", "handlebars": "^4.7.7", @@ -118,12 +118,12 @@ } }, "node_modules/@playwright/test": { - "version": "1.31.2", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.31.2.tgz", - "integrity": "sha512-BYVutxDI4JeZKV1+ups6dt5WiqKhjBtIYowyZIJ3kBDmJgsuPKsqqKNIMFbUePLSCmp2cZu+BDL427RcNKTRYw==", + "version": "1.32.2", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.32.2.tgz", + "integrity": "sha512-nhaTSDpEdTTttdkDE8Z6K3icuG1DVRxrl98Qq0Lfc63SS9a2sjc9+x8ezysh7MzCKz6Y+nArml3/mmt+gqRmQQ==", "dependencies": { "@types/node": "*", - "playwright-core": "1.31.2" + "playwright-core": "1.32.2" }, "bin": { "playwright": "cli.js" @@ -1395,9 +1395,9 @@ "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" }, "node_modules/playwright-core": { - "version": "1.31.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.31.2.tgz", - "integrity": "sha512-a1dFgCNQw4vCsG7bnojZjDnPewZcw7tZUNFN0ZkcLYKj+mPmXvg4MpaaKZ5SgqPsOmqIf2YsVRkgqiRDxD+fDQ==", + "version": "1.32.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.32.2.tgz", + "integrity": "sha512-zD7aonO+07kOTthsrCR3YCVnDcqSHIJpdFUtZEMOb6//1Rc7/6mZDRdw+nlzcQiQltOOsiqI3rrSyn/SlyjnJQ==", "bin": { "playwright": "cli.js" }, diff --git a/tracker/package.json b/tracker/package.json index 4eaf24197..78b6c91f3 100644 --- a/tracker/package.json +++ b/tracker/package.json @@ -6,7 +6,7 @@ }, "license": "MIT", "dependencies": { - "@playwright/test": "^1.31.2", + "@playwright/test": "^1.32.2", "express": "^4.18.1", "generatorics": "^1.1.0", "handlebars": "^4.7.7",