From 6b7a0a7acb53c60d04007d2e0068c0b4645ece8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:53:47 +0000 Subject: [PATCH] Bump playwright and @playwright/test in /desktop Bumps [playwright](https://github.com/microsoft/playwright) to 1.56.1 and updates ancestor dependency [@playwright/test](https://github.com/microsoft/playwright). These dependencies need to be updated together. Updates `playwright` from 1.44.1 to 1.56.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.44.1...v1.56.1) Updates `@playwright/test` from 1.44.1 to 1.56.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.44.1...v1.56.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.56.1 dependency-type: indirect - dependency-name: "@playwright/test" dependency-version: 1.56.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- desktop/package-lock.json | 52 ++++++++++++++++++++++++++++----------- desktop/package.json | 2 +- 2 files changed, 38 insertions(+), 16 deletions(-) diff --git a/desktop/package-lock.json b/desktop/package-lock.json index c77e787f0c..b206208442 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "idai-field-client", "version": "3.7.0", + "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@angular/animations": "19.2.15", @@ -54,6 +55,7 @@ "extract-zip": "2.0.1", "gdal3.js": "2.8.1", "geotiff": "2.0.7", + "idai-field-core": "^1.4.0", "image-size": "2.0.2", "jimp": "1.6.0", "leaflet": "1.7.1", @@ -83,7 +85,7 @@ "@angular/compiler-cli": "19.2.15", "@electron/notarize": "2.5.0", "@mapbox/geojsonhint": "3.3.0", - "@playwright/test": "1.44.1", + "@playwright/test": "1.56.1", "@types/geojson": "0.0.32", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", @@ -7767,19 +7769,19 @@ } }, "node_modules/@playwright/test": { - "version": "1.44.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.44.1.tgz", - "integrity": "sha512-1hZ4TNvD5z9VuhNJ/walIjvMVvYkZKf71axoF/uiAqpntQJXpG64dlXhoDXE3OczPuTuvjf/M5KWFg5VAVUS3Q==", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.56.1.tgz", + "integrity": "sha512-vSMYtL/zOcFpvJCW71Q/OEGQb7KYBPAdKh35WNSkaZA75JlAO8ED8UN6GUNTm3drWomcbcqRPFqQbLae8yBTdg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.44.1" + "playwright": "1.56.1" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/@popperjs/core": { @@ -19972,6 +19974,26 @@ "postcss": "^8.1.0" } }, + "node_modules/idai-field-core": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/idai-field-core/-/idai-field-core-1.4.0.tgz", + "integrity": "sha512-tbb73lFkKHBBi7OpOjPInX1QePTJKuU2LY3kcrLkGoi8jzeuxpDLlVFPG1yuNJ4Xb6ukTedYvL1GriNM8e9ODQ==", + "license": "Apache-2.0", + "dependencies": { + "rxjs": "~6.5.4", + "tsfun": "5.5.38", + "uuid": "^8.3.2" + } + }, + "node_modules/idai-field-core/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/ieee754": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", @@ -27593,35 +27615,35 @@ } }, "node_modules/playwright": { - "version": "1.44.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.1.tgz", - "integrity": "sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.1.tgz", + "integrity": "sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.44.1" + "playwright-core": "1.56.1" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=16" + "node": ">=18" }, "optionalDependencies": { "fsevents": "2.3.2" } }, "node_modules/playwright-core": { - "version": "1.44.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.1.tgz", - "integrity": "sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz", + "integrity": "sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==", "dev": true, "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/playwright/node_modules/fsevents": { diff --git a/desktop/package.json b/desktop/package.json index e0fed0e3d3..55100c056a 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -182,7 +182,7 @@ "@angular/compiler-cli": "19.2.15", "@electron/notarize": "2.5.0", "@mapbox/geojsonhint": "3.3.0", - "@playwright/test": "1.44.1", + "@playwright/test": "1.56.1", "@types/geojson": "0.0.32", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3",