matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit fc6cf1029c432d8d56efaabb21e91a996dd35dfc
parent 4bc22ee0112cce99d01b59da4f63c3ab2c32afbb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed, 16 Feb 2022 10:05:13 +0100

Bump @playwright/test from 1.19.0 to 1.19.1 (#71)

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.19.0...v1.19.1)

---
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:
Mpackage-lock.json | 30+++++++++++++++---------------
Mpackage.json | 2+-
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.0", + "@playwright/test": "1.19.1", "@types/cors": "2.8.12", "@types/node": "17.0.17", "@types/offscreencanvas": "2019.6.4", @@ -1286,9 +1286,9 @@ } }, "node_modules/@playwright/test": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.19.0.tgz", - "integrity": "sha512-jDuWUYlasAmEdGZPz1esq8OkYanp/3fMGub4HRn5B0zlwi4aHbwhEi3DvIKjp76Ig8ygb0A9RyhDcs9pZxKWbQ==", + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.19.1.tgz", + "integrity": "sha512-NGWqJWP4N2HFyXlOSDwQSfgmige94p9KQvml62fJ5wg4sknfkyw+CnFeLUze8qvnGlS0PbVISMRV5JOE8EdxjQ==", "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.0", + "playwright-core": "1.19.1", "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.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.19.0.tgz", - "integrity": "sha512-mlT/2pHUQbcZumVIKD4iwIKtO2k/BFHYmOAwOepdEvHLgqJrmsCgHvDgpehM6wDh5chksh2sJZIp8dZQ6158Yw==", + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.19.1.tgz", + "integrity": "sha512-+ByjhWX39PlINVRXr4ef9Kle85mk5QzA2WLioCoMQc3bSUtZpLV1mbeUDtRp/bvFw6YDIEyptj4QvzzRTXN3vg==", "dev": true, "dependencies": { "commander": "8.3.0", @@ -9938,9 +9938,9 @@ } }, "@playwright/test": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.19.0.tgz", - "integrity": "sha512-jDuWUYlasAmEdGZPz1esq8OkYanp/3fMGub4HRn5B0zlwi4aHbwhEi3DvIKjp76Ig8ygb0A9RyhDcs9pZxKWbQ==", + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.19.1.tgz", + "integrity": "sha512-NGWqJWP4N2HFyXlOSDwQSfgmige94p9KQvml62fJ5wg4sknfkyw+CnFeLUze8qvnGlS0PbVISMRV5JOE8EdxjQ==", "dev": true, "requires": { "@babel/code-frame": "7.16.7", @@ -9975,7 +9975,7 @@ "open": "8.4.0", "pirates": "4.0.4", "pixelmatch": "5.2.1", - "playwright-core": "1.19.0", + "playwright-core": "1.19.1", "pngjs": "6.0.0", "rimraf": "3.0.2", "source-map-support": "0.4.18", @@ -14251,9 +14251,9 @@ } }, "playwright-core": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.19.0.tgz", - "integrity": "sha512-mlT/2pHUQbcZumVIKD4iwIKtO2k/BFHYmOAwOepdEvHLgqJrmsCgHvDgpehM6wDh5chksh2sJZIp8dZQ6158Yw==", + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.19.1.tgz", + "integrity": "sha512-+ByjhWX39PlINVRXr4ef9Kle85mk5QzA2WLioCoMQc3bSUtZpLV1mbeUDtRp/bvFw6YDIEyptj4QvzzRTXN3vg==", "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.0", + "@playwright/test": "1.19.1", "@types/cors": "2.8.12", "@types/node": "17.0.17", "@types/offscreencanvas": "2019.6.4",