diff --git a/apps/admin-ui/package.json b/apps/admin-ui/package.json index ee5ea0ec25..103aa16fb6 100644 --- a/apps/admin-ui/package.json +++ b/apps/admin-ui/package.json @@ -88,7 +88,7 @@ "@babel/preset-env": "^7.20.2", "@cypress/webpack-batteries-included-preprocessor": "^2.2.3", "@cypress/webpack-preprocessor": "^5.15.5", - "@testing-library/cypress": "^8.0.3", + "@testing-library/cypress": "^8.0.7", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", diff --git a/package-lock.json b/package-lock.json index 6585a68d5f..08fa33b879 100644 --- a/package-lock.json +++ b/package-lock.json @@ -175,7 +175,7 @@ "@babel/preset-env": "^7.20.2", "@cypress/webpack-batteries-included-preprocessor": "^2.2.3", "@cypress/webpack-preprocessor": "^5.15.5", - "@testing-library/cypress": "^8.0.3", + "@testing-library/cypress": "^8.0.7", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", @@ -4097,9 +4097,10 @@ "license": "MIT" }, "node_modules/@testing-library/cypress": { - "version": "8.0.3", + "version": "8.0.7", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.7.tgz", + "integrity": "sha512-3HTV725rOS+YHve/gD9coZp/UcPK5xhr4H0GMnq/ni6USdtzVtSOG9WBFtd8rYnrXk8rrGD+0toRFYouJNIG0Q==", "dev": true, - "license": "MIT", "dependencies": { "@babel/runtime": "^7.14.6", "@testing-library/dom": "^8.1.0" @@ -4109,7 +4110,7 @@ "npm": ">=6" }, "peerDependencies": { - "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" + "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0" } }, "node_modules/@testing-library/dom": { @@ -17878,7 +17879,9 @@ "dev": true }, "@testing-library/cypress": { - "version": "8.0.3", + "version": "8.0.7", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.7.tgz", + "integrity": "sha512-3HTV725rOS+YHve/gD9coZp/UcPK5xhr4H0GMnq/ni6USdtzVtSOG9WBFtd8rYnrXk8rrGD+0toRFYouJNIG0Q==", "dev": true, "requires": { "@babel/runtime": "^7.14.6", @@ -18747,7 +18750,7 @@ "@patternfly/react-core": "^4.261.0", "@patternfly/react-icons": "^4.92.10", "@patternfly/react-table": "^4.111.33", - "@testing-library/cypress": "^8.0.3", + "@testing-library/cypress": "^8.0.7", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1",