diff --git a/web-app/package.json b/web-app/package.json index 61acd53584e..4cbd460beeb 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -18,7 +18,7 @@ "local-storage-fallback": "^4.1.1", "lodash": "^4.17.21", "luxon": "^3.3.0", - "mds": "https://github.com/minio/mds.git#v0.9.1", + "mds": "https://github.com/minio/mds.git#v0.9.2", "react": "^18.1.0", "react-copy-to-clipboard": "^5.0.2", "react-dom": "^18.1.0", diff --git a/web-app/yarn.lock b/web-app/yarn.lock index 0a829354425..aa58aab9ab2 100644 --- a/web-app/yarn.lock +++ b/web-app/yarn.lock @@ -2731,10 +2731,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== -"@types/styled-components@^5.1.25": - version "5.1.26" - resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.26.tgz#5627e6812ee96d755028a98dae61d28e57c233af" - integrity sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw== +"@types/styled-components@^5.1.27": + version "5.1.27" + resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.27.tgz#1915eedba0d52f26ba5a383fccb7fe50e2e71106" + integrity sha512-oY9c1SdztRRF0QDQdwXEenfAjGN4WGUkaMpx5hvdTbYYqw01qoY2GrHi+kAR6SVofynzD6KbGoF5ITP0zh5pvg== dependencies: "@types/hoist-non-react-statics" "*" "@types/react" "*" @@ -7811,11 +7811,11 @@ mdn-data@2.0.4: resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== -"mds@https://github.com/minio/mds.git#v0.9.1": - version "0.9.1" - resolved "https://github.com/minio/mds.git#d0283d56e1e5442e3574d7bad524e1057996e33d" +"mds@https://github.com/minio/mds.git#v0.9.2": + version "0.9.2" + resolved "https://github.com/minio/mds.git#df27f06c4cd0bf9ccf60346fcc59199828d07e5a" dependencies: - "@types/styled-components" "^5.1.25" + "@types/styled-components" "^5.1.27" "@uiw/react-textarea-code-editor" "^2.1.7" detect-gpu "^5.0.37" react-virtualized "^9.22.5"