diff --git a/web/package-lock.json b/web/package-lock.json index 9488b6f639..c294c0ff71 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -23,6 +23,7 @@ "@types/node": "^20.6.5", "@types/react": "^17.0.2", "axios": "^1.7.7", + "cypress": "^13.16.1", "js-sha1": "^0.6.0", "mini-css-extract-plugin": "^2.7.6", "null-loader": "^4.0.1", @@ -80,7 +81,7 @@ "webpack-merge": "^5.10.0" }, "optionalDependencies": { - "cypress": "^13.13.2" + "cypress": "^13.16.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -34432,8 +34433,8 @@ "resolved": "https://registry.npmjs.org/@patternfly/react-component-groups/-/react-component-groups-1.4.0.tgz", "integrity": "sha512-Mz4SJKKzW24K/lmUv6w35a4UEpTlj1X0/R0p4yeqhXKJC/8dWvxF9PdKhRbCsOS9yjLqhe6R/23kljXFEcX3cA==", "requires": { - "@patternfly/react-core": "^5.0.0", - "@patternfly/react-icons": "^5.0.0", + "@patternfly/react-core": "^5.1.0", + "@patternfly/react-icons": "^5.1.0", "react-jss": "^10.9.2" } }, @@ -34442,7 +34443,7 @@ "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.1.0.tgz", "integrity": "sha512-m6MtCQsWiyGM40L4oLc2aEFlxT8egdoz/58Q2oW1fMkqUaosuNUiwy9/e8zOM3SLOPOo/Qo9cetQkIHVQppCvw==", "requires": { - "@patternfly/patternfly": "5.0.2", + "@patternfly/patternfly": "^5.0.4", "@patternfly/react-icons": "^5.1.0", "@patternfly/react-styles": "^5.1.0", "@patternfly/react-tokens": "^5.1.0", @@ -34456,7 +34457,7 @@ "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.1.0.tgz", "integrity": "sha512-mSFAJMrT6QUQ10DifYYGSXOPlFob88lWPZXeOyPdstJ8cJRRRVTMYgoR/VnXsUO/vthwFbViY+sS6+/jL8pl9w==", "requires": { - "@patternfly/patternfly": "5.0.2" + "@patternfly/patternfly": "^5.0.4" } }, "@patternfly/react-styles": { @@ -35512,7 +35513,7 @@ "integrity": "sha512-ZchYkbieA+7tnxwX/SCBySx9WwvWR8TaP5tb2jRAzwvLb/rWchGw3v0w3pqUbUvj0GCwW2Xz/AVPSk6kUGctXQ==", "peer": true, "requires": { - "@types/react": "*", + "@types/react": "^17.0.2", "hoist-non-react-statics": "^3.3.0" } }, @@ -35664,7 +35665,7 @@ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.16.tgz", "integrity": "sha512-DWcXf8EbMrO/gWnQU7Z88Ws/p16qxGpPyjTKTpmBSFKeE+HveVubqGO1CVK7FrwlWD5MuOcvh8gtd0/XO38NdQ==", "requires": { - "@types/react": "^17" + "@types/react": "^17.0.2" } }, "@types/react-router": { @@ -35674,7 +35675,7 @@ "dev": true, "requires": { "@types/history": "^4.7.11", - "@types/react": "*" + "@types/react": "^17.0.2" } }, "@types/react-router-dom": { @@ -35684,7 +35685,7 @@ "dev": true, "requires": { "@types/history": "^4.7.11", - "@types/react": "*", + "@types/react": "^17.0.2", "@types/react-router": "*" } }, diff --git a/web/package.json b/web/package.json index 39354e1ed6..693596d4a0 100644 --- a/web/package.json +++ b/web/package.json @@ -106,7 +106,7 @@ "webpack-merge": "^5.10.0" }, "optionalDependencies": { - "cypress": "^13.13.2" + "cypress": "^13.16.1" }, "overrides": { "react": "^17.0.2",