From f04a1a499aff6239e8a6a01174f0e7e2091edd22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 18:17:45 +0000 Subject: [PATCH] chore(deps-dev): bump @playwright/test from 1.29.1 to 1.34.2 Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.29.1 to 1.34.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.29.1...v1.34.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index c190eed3c3..44b309e47f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -138,7 +138,7 @@ "@babel/plugin-transform-runtime": "^7.21.4", "@babel/preset-env": "^7.20.2", "@opengovsg/mockpass": "^3.1.0", - "@playwright/test": "^1.29.1", + "@playwright/test": "^1.34.2", "@types/bcrypt": "^5.0.0", "@types/bluebird": "^3.5.38", "@types/busboy": "^1.5.0", @@ -5081,19 +5081,22 @@ } }, "node_modules/@playwright/test": { - "version": "1.29.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.29.1.tgz", - "integrity": "sha512-iQxk2DX5U9wOGV3+/Jh9OHPsw5H3mleUL2S4BgQuwtlAfK3PnKvn38m4Rg9zIViGHVW24opSm99HQm/UFLEy6w==", + "version": "1.34.2", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.2.tgz", + "integrity": "sha512-v/LBnwzD0225q8xEv3t9DmNPX61yvNnEbiA8PoNk1fbkxApJFCWYLPpQbdVWzHaARdZD9g1PYBoOvnffortfKw==", "dev": true, "dependencies": { "@types/node": "*", - "playwright-core": "1.29.1" + "playwright-core": "1.34.2" }, "bin": { "playwright": "cli.js" }, "engines": { "node": ">=14" + }, + "optionalDependencies": { + "fsevents": "2.3.2" } }, "node_modules/@protobufjs/aspromise": { @@ -24030,9 +24033,9 @@ } }, "node_modules/playwright-core": { - "version": "1.29.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.29.1.tgz", - "integrity": "sha512-20Ai3d+lMkWpI9YZYlxk8gxatfgax5STW8GaMozAHwigLiyiKQrdkt7gaoT9UQR8FIVDg6qVXs9IoZUQrDjIIg==", + "version": "1.34.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.2.tgz", + "integrity": "sha512-MrkgGWLANc5qthXduvIY1a/tuafROyTORVd86fwKwgoYrmnBooN/GgeZSBm7ljTLV2FCWNSXV3se7qeScKn83g==", "dev": true, "bin": { "playwright": "cli.js" @@ -35279,13 +35282,14 @@ } }, "@playwright/test": { - "version": "1.29.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.29.1.tgz", - "integrity": "sha512-iQxk2DX5U9wOGV3+/Jh9OHPsw5H3mleUL2S4BgQuwtlAfK3PnKvn38m4Rg9zIViGHVW24opSm99HQm/UFLEy6w==", + "version": "1.34.2", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.2.tgz", + "integrity": "sha512-v/LBnwzD0225q8xEv3t9DmNPX61yvNnEbiA8PoNk1fbkxApJFCWYLPpQbdVWzHaARdZD9g1PYBoOvnffortfKw==", "dev": true, "requires": { "@types/node": "*", - "playwright-core": "1.29.1" + "fsevents": "2.3.2", + "playwright-core": "1.34.2" } }, "@protobufjs/aspromise": { @@ -48237,9 +48241,9 @@ } }, "playwright-core": { - "version": "1.29.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.29.1.tgz", - "integrity": "sha512-20Ai3d+lMkWpI9YZYlxk8gxatfgax5STW8GaMozAHwigLiyiKQrdkt7gaoT9UQR8FIVDg6qVXs9IoZUQrDjIIg==", + "version": "1.34.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.2.tgz", + "integrity": "sha512-MrkgGWLANc5qthXduvIY1a/tuafROyTORVd86fwKwgoYrmnBooN/GgeZSBm7ljTLV2FCWNSXV3se7qeScKn83g==", "dev": true }, "pngjs": { diff --git a/package.json b/package.json index cf0dfd9031..754725790f 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ "@babel/plugin-transform-runtime": "^7.21.4", "@babel/preset-env": "^7.20.2", "@opengovsg/mockpass": "^3.1.0", - "@playwright/test": "^1.29.1", + "@playwright/test": "^1.34.2", "@types/bcrypt": "^5.0.0", "@types/bluebird": "^3.5.38", "@types/busboy": "^1.5.0",