diff --git a/package-lock.json b/package-lock.json index 88475e4794..fa1de6c714 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.48.0", + "@playwright/test": "^1.48.1", "@types/debug": "^4.1.12", "@types/node": "^16.18.114", "@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.48.0", + "playwright-chromium": "^1.48.1", "prettier": "^3.3.3", "release-it": "^17.10.0", "shx": "^0.3.4", @@ -1006,13 +1006,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.48.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.0.tgz", - "integrity": "sha512-W5lhqPUVPqhtc/ySvZI5Q8X2ztBOUgZ8LbAFy0JQgrXZs2xaILrUcNO3rQjwbLPfGK13+rZsDa1FpG+tqYkT5w==", + "version": "1.48.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.1.tgz", + "integrity": "sha512-s9RtWoxkOLmRJdw3oFvhFbs9OJS0BzrLUc8Hf6l2UdCNd1rqeEyD4BhCJkvzeEoD1FsK4mirsWwGerhVmYKtZg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.48.0" + "playwright": "1.48.1" }, "bin": { "playwright": "cli.js" @@ -7989,13 +7989,13 @@ } }, "node_modules/playwright": { - "version": "1.48.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.0.tgz", - "integrity": "sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==", + "version": "1.48.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.1.tgz", + "integrity": "sha512-j8CiHW/V6HxmbntOfyB4+T/uk08tBy6ph0MpBXwuoofkSnLmlfdYNNkFTYD6ofzzlSqLA1fwH4vwvVFvJgLN0w==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.48.0" + "playwright-core": "1.48.1" }, "bin": { "playwright": "cli.js" @@ -8008,14 +8008,14 @@ } }, "node_modules/playwright-chromium": { - "version": "1.48.0", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.48.0.tgz", - "integrity": "sha512-jPFKhB4+zGEcAwc+h1mTLa8L08Rb+FwGKFqd/o7mWSGyxAtwBu5R4QxSG/a8KcHbewOj4DLBUVVK2N/uKrYmiQ==", + "version": "1.48.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.48.1.tgz", + "integrity": "sha512-KUrivSfq8LgOKxA1PO7MdYQ2PP10ZzPf0pedKxJ6LPCsUhckU6chGFum3svuo5HiRtBR0pEK+RPny0HcIRxDeQ==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.48.0" + "playwright-core": "1.48.1" }, "bin": { "playwright": "cli.js" @@ -8025,9 +8025,9 @@ } }, "node_modules/playwright-core": { - "version": "1.48.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.0.tgz", - "integrity": "sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==", + "version": "1.48.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.1.tgz", + "integrity": "sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 1866575ead..e2dd6fad64 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@commitlint/prompt-cli": "^19.5.0", - "@playwright/test": "^1.48.0", + "@playwright/test": "^1.48.1", "@types/debug": "^4.1.12", "@types/node": "^16.18.114", "@types/node-fetch": "^2.6.11", @@ -73,7 +73,7 @@ "lint-staged": "^15.2.10", "node-fetch": "^2.7.0", "parse-data-url": "^6.0.0", - "playwright-chromium": "^1.48.0", + "playwright-chromium": "^1.48.1", "prettier": "^3.3.3", "release-it": "^17.10.0", "shx": "^0.3.4",