diff --git a/package-lock.json b/package-lock.json index e9a442fad1..9c8db6919d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "lint-staged": "15.2.10", "markdown-it-inline-comments": "1.0.1", "nuxt": "3.13.2", - "playwright": "1.48.0", + "playwright": "1.48.1", "postcss-functions": "4.0.2", "postcss-html": "1.7.0", "postcss-nesting": "13.0.0", @@ -17485,13 +17485,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" @@ -17504,9 +17504,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 af189d7206..307e5fa151 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "lint-staged": "15.2.10", "markdown-it-inline-comments": "1.0.1", "nuxt": "3.13.2", - "playwright": "1.48.0", + "playwright": "1.48.1", "postcss-functions": "4.0.2", "postcss-html": "1.7.0", "postcss-nesting": "13.0.0",