Compare commits

..

2 commits

Author SHA1 Message Date
Tobias L. Maier
5fec3abce4
Merge pull request #32 from tmaier/dependabot/npm_and_yarn/playwright-1.58.1
Some checks failed
Generate PDF Labels / generate-pdf (push) Has been cancelled
Bump playwright from 1.57.0 to 1.58.1
2026-02-03 15:45:06 +01:00
dependabot[bot]
5f06f4e1b1
Bump playwright from 1.57.0 to 1.58.1
Bumps [playwright](https://github.com/microsoft/playwright) from 1.57.0 to 1.58.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.57.0...v1.58.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.58.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-03 00:50:52 +00:00
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -8,7 +8,7 @@
"name": "asn-qr-code-label-generator",
"version": "1.0.0",
"devDependencies": {
"playwright": "^1.57.0"
"playwright": "^1.58.1"
}
},
"node_modules/fsevents": {
@ -27,13 +27,13 @@
}
},
"node_modules/playwright": {
"version": "1.57.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.57.0.tgz",
"integrity": "sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==",
"version": "1.58.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.1.tgz",
"integrity": "sha512-+2uTZHxSCcxjvGc5C891LrS1/NlxglGxzrC4seZiVjcYVQfUa87wBL6rTDqzGjuoWNjnBzRqKmF6zRYGMvQUaQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.57.0"
"playwright-core": "1.58.1"
},
"bin": {
"playwright": "cli.js"
@ -46,9 +46,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.57.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.57.0.tgz",
"integrity": "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==",
"version": "1.58.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.1.tgz",
"integrity": "sha512-bcWzOaTxcW+VOOGBCQgnaKToLJ65d6AqfLVKEWvexyS3AS6rbXl+xdpYRMGSRBClPvyj44njOWoxjNdL/H9UNg==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View file

@ -7,6 +7,6 @@
"generate-pdf": "node scripts/generate-pdf.js"
},
"devDependencies": {
"playwright": "^1.57.0"
"playwright": "^1.58.1"
}
}