diff --git a/apps/admin-x-settings/package.json b/apps/admin-x-settings/package.json index 55d74785a2..632a6669c9 100644 --- a/apps/admin-x-settings/package.json +++ b/apps/admin-x-settings/package.json @@ -80,7 +80,7 @@ "postcss-import": "15.1.0", "prop-types": "15.8.1", "react-hot-toast": "2.4.1", - "react-select": "5.7.5", + "react-select": "5.7.6", "rollup-plugin-node-builtins": "2.1.2", "storybook": "7.4.0", "stylelint": "15.10.3", diff --git a/yarn.lock b/yarn.lock index ef1cc38fb5..4c2eedf4d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -27128,10 +27128,10 @@ react-remove-scroll@2.5.5: use-callback-ref "^1.3.0" use-sidecar "^1.1.2" -react-select@5.7.5: - version "5.7.5" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.7.5.tgz#d2d0f29994e0f06000147bfb2adf58324926c2fd" - integrity sha512-jgYZa2xgKP0DVn5GZk7tZwbRx7kaVz1VqU41S8z1KWmshRDhlrpKS0w80aS1RaK5bVIXpttgSou7XCjWw1ncKA== +react-select@5.7.6: + version "5.7.6" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.7.6.tgz#9a5df60b71719169918ce2bbd381877a381aa69f" + integrity sha512-nWM+E2g2HPLwVuHVgq3n/o2nXEVFFQpvyNadFa8kcxkB3dB65UNcnXRxklEgYsxSuiX8TlwQNoxYQr19qZCEbA== dependencies: "@babel/runtime" "^7.12.0" "@emotion/cache" "^11.4.0"