diff --git a/development-ui/package-lock.json b/development-ui/package-lock.json index dfdfc55a1..23f955687 100644 --- a/development-ui/package-lock.json +++ b/development-ui/package-lock.json @@ -29,14 +29,14 @@ }, "devDependencies": { "@parcel/reporter-bundle-analyzer": "2.7.0", - "@playwright/test": "1.27.1", + "@playwright/test": "1.32.0", "@types/chai": "4.3.3", "@types/ioredis": "4.28.10", "babel-plugin-istanbul": "6.1.1", "chai": "4.3.6", "ioredis-mock": "8.2.2", "nyc": "15.1.0", - "playwright": "1.27.1", + "playwright": "1.32.0", "serve": "14.0.1", "start-server-and-test": "1.14.0" } @@ -1957,18 +1957,22 @@ } }, "node_modules/@playwright/test": { - "version": "1.27.1", + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.32.0.tgz", + "integrity": "sha512-zOdGloaF0jeec7hqoLqM5S3L2rR4WxMJs6lgiAeR70JlH7Ml54ZPoIIf3X7cvnKde3Q9jJ/gaxkFh8fYI9s1rg==", "dev": true, - "license": "Apache-2.0", "dependencies": { "@types/node": "*", - "playwright-core": "1.27.1" + "playwright-core": "1.32.0" }, "bin": { "playwright": "cli.js" }, "engines": { "node": ">=14" + }, + "optionalDependencies": { + "fsevents": "2.3.2" } }, "node_modules/@sideway/address": { @@ -5174,13 +5178,13 @@ } }, "node_modules/playwright": { - "version": "1.27.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.27.1.tgz", - "integrity": "sha512-xXYZ7m36yTtC+oFgqH0eTgullGztKSRMb4yuwLPl8IYSmgBM88QiB+3IWb1mRIC9/NNwcgbG0RwtFlg+EAFQHQ==", + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.32.0.tgz", + "integrity": "sha512-zQVzxTGoC/ak2Zu0l3CeBGQ6z5oOka5ecUOk+5QbmAerih6CaVsjY9BjjhiN+UOImd3xLiNeCcmLEWcXlz1Dlg==", "dev": true, "hasInstallScript": true, "dependencies": { - "playwright-core": "1.27.1" + "playwright-core": "1.32.0" }, "bin": { "playwright": "cli.js" @@ -5190,9 +5194,9 @@ } }, "node_modules/playwright-core": { - "version": "1.27.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.27.1.tgz", - "integrity": "sha512-9EmeXDncC2Pmp/z+teoVYlvmPWUC6ejSSYZUln7YaP89Z6lpAaiaAnqroUt/BoLo8tn7WYShcfaCh+xofZa44Q==", + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.32.0.tgz", + "integrity": "sha512-Z9Ij17X5Z3bjpp6XKujGBp9Gv4eViESac9aDmwgQFUEJBW0K80T21m/Z+XJQlu4cNsvPygw33b6V1Va6Bda5zQ==", "dev": true, "bin": { "playwright": "cli.js" @@ -7832,11 +7836,14 @@ } }, "@playwright/test": { - "version": "1.27.1", + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.32.0.tgz", + "integrity": "sha512-zOdGloaF0jeec7hqoLqM5S3L2rR4WxMJs6lgiAeR70JlH7Ml54ZPoIIf3X7cvnKde3Q9jJ/gaxkFh8fYI9s1rg==", "dev": true, "requires": { "@types/node": "*", - "playwright-core": "1.27.1" + "fsevents": "2.3.2", + "playwright-core": "1.32.0" } }, "@sideway/address": { @@ -9770,18 +9777,18 @@ } }, "playwright": { - "version": "1.27.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.27.1.tgz", - "integrity": "sha512-xXYZ7m36yTtC+oFgqH0eTgullGztKSRMb4yuwLPl8IYSmgBM88QiB+3IWb1mRIC9/NNwcgbG0RwtFlg+EAFQHQ==", + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.32.0.tgz", + "integrity": "sha512-zQVzxTGoC/ak2Zu0l3CeBGQ6z5oOka5ecUOk+5QbmAerih6CaVsjY9BjjhiN+UOImd3xLiNeCcmLEWcXlz1Dlg==", "dev": true, "requires": { - "playwright-core": "1.27.1" + "playwright-core": "1.32.0" } }, "playwright-core": { - "version": "1.27.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.27.1.tgz", - "integrity": "sha512-9EmeXDncC2Pmp/z+teoVYlvmPWUC6ejSSYZUln7YaP89Z6lpAaiaAnqroUt/BoLo8tn7WYShcfaCh+xofZa44Q==", + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.32.0.tgz", + "integrity": "sha512-Z9Ij17X5Z3bjpp6XKujGBp9Gv4eViESac9aDmwgQFUEJBW0K80T21m/Z+XJQlu4cNsvPygw33b6V1Va6Bda5zQ==", "dev": true }, "postcss": { diff --git a/development-ui/package.json b/development-ui/package.json index e8ff3eb70..026fbfda8 100644 --- a/development-ui/package.json +++ b/development-ui/package.json @@ -34,14 +34,14 @@ }, "devDependencies": { "@parcel/reporter-bundle-analyzer": "2.7.0", - "@playwright/test": "1.27.1", + "@playwright/test": "1.32.0", "@types/chai": "4.3.3", "@types/ioredis": "4.28.10", "babel-plugin-istanbul": "6.1.1", "chai": "4.3.6", "ioredis-mock": "8.2.2", "nyc": "15.1.0", - "playwright": "1.27.1", + "playwright": "1.32.0", "serve": "14.0.1", "start-server-and-test": "1.14.0" },