commit 7a049d8c5e35dddaa2a491401e819d71b861f9f1
parent ea91c13c755ce6d746fe463bcdeec2c67cc52ad0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 1 Mar 2022 02:13:50 +0100
Bump @playwright/test from 1.19.1 to 1.19.2 (#82)
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.19.1...v1.19.2)
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/package-lock.json b/package-lock.json
@@ -28,7 +28,7 @@
},
"devDependencies": {
"@babel/plugin-transform-typescript": "7.16.8",
- "@playwright/test": "1.19.1",
+ "@playwright/test": "1.19.2",
"@types/cors": "2.8.12",
"@types/node": "17.0.18",
"@types/offscreencanvas": "2019.6.4",
@@ -1286,9 +1286,9 @@
}
},
"node_modules/@playwright/test": {
- "version": "1.19.1",
- "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.19.1.tgz",
- "integrity": "sha512-NGWqJWP4N2HFyXlOSDwQSfgmige94p9KQvml62fJ5wg4sknfkyw+CnFeLUze8qvnGlS0PbVISMRV5JOE8EdxjQ==",
+ "version": "1.19.2",
+ "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.19.2.tgz",
+ "integrity": "sha512-5oCmlYHjtOL662OxSkZBYGnoHWIQui7b4YHWNeSCYwhQjmjVcV5njRc8oBZlU8IwJgG7ZH2yhDk1haU96ygbWw==",
"dev": true,
"dependencies": {
"@babel/code-frame": "7.16.7",
@@ -1323,7 +1323,7 @@
"open": "8.4.0",
"pirates": "4.0.4",
"pixelmatch": "5.2.1",
- "playwright-core": "1.19.1",
+ "playwright-core": "1.19.2",
"pngjs": "6.0.0",
"rimraf": "3.0.2",
"source-map-support": "0.4.18",
@@ -6849,9 +6849,9 @@
}
},
"node_modules/playwright-core": {
- "version": "1.19.1",
- "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.19.1.tgz",
- "integrity": "sha512-+ByjhWX39PlINVRXr4ef9Kle85mk5QzA2WLioCoMQc3bSUtZpLV1mbeUDtRp/bvFw6YDIEyptj4QvzzRTXN3vg==",
+ "version": "1.19.2",
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.19.2.tgz",
+ "integrity": "sha512-OsL3sJZIo1UxKNWSP7zW7sk3FyUGG06YRHxHeBw51eIOxTCQRx5t+hXd0cvXashN2CHnd3hIZTs2aKa/im4hZQ==",
"dev": true,
"dependencies": {
"commander": "8.3.0",
@@ -9939,9 +9939,9 @@
}
},
"@playwright/test": {
- "version": "1.19.1",
- "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.19.1.tgz",
- "integrity": "sha512-NGWqJWP4N2HFyXlOSDwQSfgmige94p9KQvml62fJ5wg4sknfkyw+CnFeLUze8qvnGlS0PbVISMRV5JOE8EdxjQ==",
+ "version": "1.19.2",
+ "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.19.2.tgz",
+ "integrity": "sha512-5oCmlYHjtOL662OxSkZBYGnoHWIQui7b4YHWNeSCYwhQjmjVcV5njRc8oBZlU8IwJgG7ZH2yhDk1haU96ygbWw==",
"dev": true,
"requires": {
"@babel/code-frame": "7.16.7",
@@ -9976,7 +9976,7 @@
"open": "8.4.0",
"pirates": "4.0.4",
"pixelmatch": "5.2.1",
- "playwright-core": "1.19.1",
+ "playwright-core": "1.19.2",
"pngjs": "6.0.0",
"rimraf": "3.0.2",
"source-map-support": "0.4.18",
@@ -14252,9 +14252,9 @@
}
},
"playwright-core": {
- "version": "1.19.1",
- "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.19.1.tgz",
- "integrity": "sha512-+ByjhWX39PlINVRXr4ef9Kle85mk5QzA2WLioCoMQc3bSUtZpLV1mbeUDtRp/bvFw6YDIEyptj4QvzzRTXN3vg==",
+ "version": "1.19.2",
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.19.2.tgz",
+ "integrity": "sha512-OsL3sJZIo1UxKNWSP7zW7sk3FyUGG06YRHxHeBw51eIOxTCQRx5t+hXd0cvXashN2CHnd3hIZTs2aKa/im4hZQ==",
"dev": true,
"requires": {
"commander": "8.3.0",
diff --git a/package.json b/package.json
@@ -39,7 +39,7 @@
},
"devDependencies": {
"@babel/plugin-transform-typescript": "7.16.8",
- "@playwright/test": "1.19.1",
+ "@playwright/test": "1.19.2",
"@types/cors": "2.8.12",
"@types/node": "17.0.18",
"@types/offscreencanvas": "2019.6.4",