diff --git a/package-lock.json b/package-lock.json index f4d739b42c..17134e4c66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@commitlint/prompt-cli": "^19.5.0", - "@playwright/test": "^1.47.0", + "@playwright/test": "^1.47.1", "@types/debug": "^4.1.12", "@types/node": "^16.18.108", "@types/node-fetch": "^2.6.11", @@ -40,7 +40,7 @@ "lint-staged": "^15.2.10", "node-fetch": "^2.7.0", "parse-data-url": "^6.0.0", - "playwright-chromium": "^1.47.0", + "playwright-chromium": "^1.47.1", "prettier": "^3.3.3", "release-it": "^17.6.0", "shx": "^0.3.4", @@ -1006,13 +1006,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.47.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.47.0.tgz", - "integrity": "sha512-SgAdlSwYVpToI4e/IH19IHHWvoijAYH5hu2MWSXptRypLSnzj51PcGD+rsOXFayde4P9ZLi+loXVwArg6IUkCA==", + "version": "1.47.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.47.1.tgz", + "integrity": "sha512-dbWpcNQZ5nj16m+A5UNScYx7HX5trIy7g4phrcitn+Nk83S32EBX/CLU4hiF4RGKX/yRc93AAqtfaXB7JWBd4Q==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.47.0" + "playwright": "1.47.1" }, "bin": { "playwright": "cli.js" @@ -8029,13 +8029,13 @@ } }, "node_modules/playwright": { - "version": "1.47.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.0.tgz", - "integrity": "sha512-jOWiRq2pdNAX/mwLiwFYnPHpEZ4rM+fRSQpRHwEwZlP2PUANvL3+aJOF/bvISMhFD30rqMxUB4RJx9aQbfh4Ww==", + "version": "1.47.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.1.tgz", + "integrity": "sha512-SUEKi6947IqYbKxRiqnbUobVZY4bF1uu+ZnZNJX9DfU1tlf2UhWfvVjLf01pQx9URsOr18bFVUKXmanYWhbfkw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.47.0" + "playwright-core": "1.47.1" }, "bin": { "playwright": "cli.js" @@ -8048,14 +8048,14 @@ } }, "node_modules/playwright-chromium": { - "version": "1.47.0", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.47.0.tgz", - "integrity": "sha512-S/9ShSLRK6gZZCuon2K0OcEi/t7vmUmx7vqqcpI9/zzKPMWm/+XKKuOHahKXsZLp3DfmRLv7h/PflC19nXZVhA==", + "version": "1.47.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.47.1.tgz", + "integrity": "sha512-8YVyj98eWrl13X3JXFcdVCpJ0HPCYG1bDrNY/2n7z4st8k/Mf0V9XCafSEDPC80ZD7roirhIyyyPcSLOGj/Q2g==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.47.0" + "playwright-core": "1.47.1" }, "bin": { "playwright": "cli.js" @@ -8065,9 +8065,9 @@ } }, "node_modules/playwright-core": { - "version": "1.47.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.0.tgz", - "integrity": "sha512-1DyHT8OqkcfCkYUD9zzUTfg7EfTd+6a8MkD/NWOvjo0u/SCNd5YmY/lJwFvUZOxJbWNds+ei7ic2+R/cRz/PDg==", + "version": "1.47.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.1.tgz", + "integrity": "sha512-i1iyJdLftqtt51mEk6AhYFaAJCDx0xQ/O5NU8EKaWFgMjItPVma542Nh/Aq8aLCjIJSzjaiEQGW/nyqLkGF1OQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index b6cfc2af88..81adb474d5 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@commitlint/prompt-cli": "^19.5.0", - "@playwright/test": "^1.47.0", + "@playwright/test": "^1.47.1", "@types/debug": "^4.1.12", "@types/node": "^16.18.108", "@types/node-fetch": "^2.6.11", @@ -70,7 +70,7 @@ "lint-staged": "^15.2.10", "node-fetch": "^2.7.0", "parse-data-url": "^6.0.0", - "playwright-chromium": "^1.47.0", + "playwright-chromium": "^1.47.1", "prettier": "^3.3.3", "release-it": "^17.6.0", "shx": "^0.3.4",