diff --git a/shell-ui/package-lock.json b/shell-ui/package-lock.json index 7c7a717d7d..77a68577ca 100644 --- a/shell-ui/package-lock.json +++ b/shell-ui/package-lock.json @@ -18,7 +18,7 @@ "react-dom": "^17.0.2", "react-error-boundary": "^4.0.2", "react-intl": "^5.15.3", - "react-query": "^3.34.0", + "react-query": "3.34.0", "react-router": "5.2.0", "react-router-dom": "5.2.0", "styled-components": "^5.2.1", @@ -14796,9 +14796,10 @@ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, "node_modules/react-query": { - "version": "3.39.3", - "resolved": "https://registry.npmjs.org/react-query/-/react-query-3.39.3.tgz", - "integrity": "sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==", + "version": "3.34.0", + "resolved": "https://registry.npmjs.org/react-query/-/react-query-3.34.0.tgz", + "integrity": "sha512-g6L90FeCLzz6+53CbVKYJALBiZR5icOYPjqGGiNgHNeufcnddLZaQGE9wheclk10k6g+o+Dd4/jAtswhjVblXw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.5.5", "broadcast-channel": "^3.4.1", @@ -14809,7 +14810,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0" }, "peerDependenciesMeta": { "react-dom": { diff --git a/shell-ui/package.json b/shell-ui/package.json index d871b5156a..2afc559466 100644 --- a/shell-ui/package.json +++ b/shell-ui/package.json @@ -53,7 +53,7 @@ "react-dom": "^17.0.2", "react-error-boundary": "^4.0.2", "react-intl": "^5.15.3", - "react-query": "^3.34.0", + "react-query": "3.34.0", "react-router": "5.2.0", "react-router-dom": "5.2.0", "styled-components": "^5.2.1",