diff --git a/package-lock.json b/package-lock.json index 5df6db8..ffdd59b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "mongodb": "^6.18.0", "next": "15.5.0", "next-auth": "^4.24.11", - "playwright": "^1.55.1", + "playwright": "^1.56.1", "puppeteer": "^24.16.2", "react": "^19.2.0", "react-dom": "^19.2.0", @@ -6861,12 +6861,12 @@ } }, "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.56.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.1.tgz", + "integrity": "sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.55.1" + "playwright-core": "1.56.1" }, "bin": { "playwright": "cli.js" @@ -6879,9 +6879,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.56.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz", + "integrity": "sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index 62c37b4..aeb38a6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "mongodb": "^6.18.0", "next": "15.5.0", "next-auth": "^4.24.11", - "playwright": "^1.55.1", + "playwright": "^1.56.1", "puppeteer": "^24.16.2", "react": "^19.2.0", "react-dom": "^19.2.0",