diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 24c0f90..c8807f9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -29,7 +29,7 @@ "@types/sockjs-client": "^1.5.4", "fast-check": "^4.8.0", "jsdom": "^29.1.1", - "playwright-core": "1.60.0", + "playwright-core": "1.62.0", "typescript": "6.0.3" } }, @@ -1743,6 +1743,19 @@ } }, "node_modules/playwright-core": { + "version": "1.62.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.0.tgz", + "integrity": "sha512-nsNRyq0r2zsG8AcRHWknc9QRA5XCueC7gWMrs+Gx2tlZn9hcl8zudfh00lhJPY1DE7NmZ6bDsT9g2yey8mXljA==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=20" + } + }, + "node_modules/playwright/node_modules/playwright-core": { "version": "1.60.0", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.60.0.tgz", "integrity": "sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==", diff --git a/frontend/package.json b/frontend/package.json index 05384f3..1f0e8c1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -48,7 +48,7 @@ "@types/sockjs-client": "^1.5.4", "fast-check": "^4.8.0", "jsdom": "^29.1.1", - "playwright-core": "1.60.0", + "playwright-core": "1.62.0", "typescript": "6.0.3" }, "overrides": {