diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 24c0f90..8e22189 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.61.1", "typescript": "6.0.3" } }, @@ -1743,6 +1743,19 @@ } }, "node_modules/playwright-core": { + "version": "1.61.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.1.tgz", + "integrity": "sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=18" + } + }, + "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..e321fa7 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.61.1", "typescript": "6.0.3" }, "overrides": {