diff --git a/package-lock.json b/package-lock.json index 672c4f5644..32f1a26bf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "npm-run-all": "^4.1.5", "outdent": "^0.8.0", "pathe": "^1.1.0", - "playwright-chromium": "1.36.2", + "playwright-chromium": "1.40.1", "prettier": "^2.1.2", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -22971,13 +22971,13 @@ } }, "node_modules/playwright-chromium": { - "version": "1.36.2", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.36.2.tgz", - "integrity": "sha512-ONY6+ON1A+qYUBiymWn3MHnBjdPO6lYIi2SiQbUo1OA0cSZaxx9vM2mRYY3p7JLC6AhAbPEimZdXetQx48AHkA==", + "version": "1.40.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.40.1.tgz", + "integrity": "sha512-3atylP47OCTBW0siGI7LOEG/XKL/vnrFH8xdr4uaTnqMsc0Xq4gOLk2gGwniPJ76LSc++9ASc0w/nfqtLAmm3A==", "dev": true, "hasInstallScript": true, "dependencies": { - "playwright-core": "1.36.2" + "playwright-core": "1.40.1" }, "bin": { "playwright": "cli.js" @@ -22987,9 +22987,9 @@ } }, "node_modules/playwright-core": { - "version": "1.36.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.2.tgz", - "integrity": "sha512-sQYZt31dwkqxOrP7xy2ggDfEzUxM1lodjhsQ3NMMv5uGTRDsLxU0e4xf4wwMkF2gplIxf17QMBCodSFgm6bFVQ==", + "version": "1.40.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.1.tgz", + "integrity": "sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==", "dev": true, "bin": { "playwright-core": "cli.js" @@ -44341,18 +44341,18 @@ } }, "playwright-chromium": { - "version": "1.36.2", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.36.2.tgz", - "integrity": "sha512-ONY6+ON1A+qYUBiymWn3MHnBjdPO6lYIi2SiQbUo1OA0cSZaxx9vM2mRYY3p7JLC6AhAbPEimZdXetQx48AHkA==", + "version": "1.40.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.40.1.tgz", + "integrity": "sha512-3atylP47OCTBW0siGI7LOEG/XKL/vnrFH8xdr4uaTnqMsc0Xq4gOLk2gGwniPJ76LSc++9ASc0w/nfqtLAmm3A==", "dev": true, "requires": { - "playwright-core": "1.36.2" + "playwright-core": "1.40.1" } }, "playwright-core": { - "version": "1.36.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.2.tgz", - "integrity": "sha512-sQYZt31dwkqxOrP7xy2ggDfEzUxM1lodjhsQ3NMMv5uGTRDsLxU0e4xf4wwMkF2gplIxf17QMBCodSFgm6bFVQ==", + "version": "1.40.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.1.tgz", + "integrity": "sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==", "dev": true }, "pluralize": { diff --git a/package.json b/package.json index 849b524de4..d411002cbe 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "npm-run-all": "^4.1.5", "outdent": "^0.8.0", "pathe": "^1.1.0", - "playwright-chromium": "1.36.2", + "playwright-chromium": "1.40.1", "prettier": "^2.1.2", "react": "^18.2.0", "react-dom": "^18.2.0",