diff --git a/package-lock.json b/package-lock.json index ec7f6fb1a2..a4fd957f4e 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.1", + "playwright-chromium": "1.36.2", "prettier": "^2.1.2", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -21329,13 +21329,13 @@ } }, "node_modules/playwright-chromium": { - "version": "1.36.1", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.36.1.tgz", - "integrity": "sha512-V2jBtS5zNUyMajzh6SRiCzafsz/Mg35IroR+SwWhAa1Dqa4juGXDp26AdK7Nj/fAOvwnG+dFDVOVx/ewt9dSxQ==", + "version": "1.36.2", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.36.2.tgz", + "integrity": "sha512-ONY6+ON1A+qYUBiymWn3MHnBjdPO6lYIi2SiQbUo1OA0cSZaxx9vM2mRYY3p7JLC6AhAbPEimZdXetQx48AHkA==", "dev": true, "hasInstallScript": true, "dependencies": { - "playwright-core": "1.36.1" + "playwright-core": "1.36.2" }, "bin": { "playwright": "cli.js" @@ -21345,9 +21345,9 @@ } }, "node_modules/playwright-core": { - "version": "1.36.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.1.tgz", - "integrity": "sha512-7+tmPuMcEW4xeCL9cp9KxmYpQYHKkyjwoXRnoeTowaeNat8PoBMk/HwCYhqkH2fRkshfKEOiVus/IhID2Pg8kg==", + "version": "1.36.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.2.tgz", + "integrity": "sha512-sQYZt31dwkqxOrP7xy2ggDfEzUxM1lodjhsQ3NMMv5uGTRDsLxU0e4xf4wwMkF2gplIxf17QMBCodSFgm6bFVQ==", "dev": true, "bin": { "playwright-core": "cli.js" @@ -41565,18 +41565,18 @@ } }, "playwright-chromium": { - "version": "1.36.1", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.36.1.tgz", - "integrity": "sha512-V2jBtS5zNUyMajzh6SRiCzafsz/Mg35IroR+SwWhAa1Dqa4juGXDp26AdK7Nj/fAOvwnG+dFDVOVx/ewt9dSxQ==", + "version": "1.36.2", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.36.2.tgz", + "integrity": "sha512-ONY6+ON1A+qYUBiymWn3MHnBjdPO6lYIi2SiQbUo1OA0cSZaxx9vM2mRYY3p7JLC6AhAbPEimZdXetQx48AHkA==", "dev": true, "requires": { - "playwright-core": "1.36.1" + "playwright-core": "1.36.2" } }, "playwright-core": { - "version": "1.36.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.1.tgz", - "integrity": "sha512-7+tmPuMcEW4xeCL9cp9KxmYpQYHKkyjwoXRnoeTowaeNat8PoBMk/HwCYhqkH2fRkshfKEOiVus/IhID2Pg8kg==", + "version": "1.36.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.2.tgz", + "integrity": "sha512-sQYZt31dwkqxOrP7xy2ggDfEzUxM1lodjhsQ3NMMv5uGTRDsLxU0e4xf4wwMkF2gplIxf17QMBCodSFgm6bFVQ==", "dev": true }, "pluralize": { diff --git a/package.json b/package.json index e4b1477fc4..339ac280ab 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.1", + "playwright-chromium": "1.36.2", "prettier": "^2.1.2", "react": "^18.2.0", "react-dom": "^18.2.0",