diff --git a/package-lock.json b/package-lock.json index 84d9210f..c93a2e51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "eslint-config-next": "15.5.0", "next": "15.3.5", "pino-pretty": "^13.1.1", - "playwright-core": "^1.54.2", + "playwright-core": "^1.55.0", "prettier": "^3.6.2", "tailwindcss": "^3.4.17", "typescript": "^5.9.2" @@ -5378,9 +5378,9 @@ } }, "node_modules/playwright-core": { - "version": "1.54.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.2.tgz", - "integrity": "sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==", + "version": "1.55.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.0.tgz", + "integrity": "sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index a4c0ae27..e0302abf 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-config-next": "15.5.0", "next": "15.3.5", "pino-pretty": "^13.1.1", - "playwright-core": "^1.54.2", + "playwright-core": "^1.55.0", "prettier": "^3.6.2", "tailwindcss": "^3.4.17", "typescript": "^5.9.2"