diff --git a/package-lock.json b/package-lock.json index 28b51d8..b0b6da3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "eslint-plugin-vue": "^7.20.0", "husky": "^8.0.3", "lint-staged": "^16.2.3", - "playwright": "^1.51.1", + "playwright": "^1.58.1", "prismjs": "^1.30.0", "puppeteer": "^24.17.0", "qrcode-terminal": "^0.12.0", @@ -30515,13 +30515,13 @@ } }, "node_modules/playwright": { - "version": "1.55.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.1.tgz", - "integrity": "sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==", + "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.55.1" + "playwright-core": "1.58.1" }, "bin": { "playwright": "cli.js" @@ -30534,9 +30534,9 @@ } }, "node_modules/playwright-core": { - "version": "1.55.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz", - "integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==", + "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": { diff --git a/package.json b/package.json index 97c39e1..1463fc8 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-plugin-vue": "^7.20.0", "husky": "^8.0.3", "lint-staged": "^16.2.3", - "playwright": "^1.51.1", + "playwright": "^1.58.1", "prismjs": "^1.30.0", "puppeteer": "^24.17.0", "qrcode-terminal": "^0.12.0",