diff --git a/graylog2-web-interface/docs/package.json b/graylog2-web-interface/docs/package.json index a76a176aa3fa..102e45356ef5 100644 --- a/graylog2-web-interface/docs/package.json +++ b/graylog2-web-interface/docs/package.json @@ -10,6 +10,6 @@ "docs:server": "styleguidist server" }, "devDependencies": { - "react-styleguidist": "^13.1.3" + "react-styleguidist": "^13.1.4" } } diff --git a/graylog2-web-interface/docs/yarn.lock b/graylog2-web-interface/docs/yarn.lock index 91ec86bff2eb..3bb6d854c1f9 100644 --- a/graylog2-web-interface/docs/yarn.lock +++ b/graylog2-web-interface/docs/yarn.lock @@ -3067,10 +3067,10 @@ react-simple-code-editor@^0.13.1: resolved "https://registry.yarnpkg.com/react-simple-code-editor/-/react-simple-code-editor-0.13.1.tgz#4514553fa132dcaffec33a6612c58f1613c52416" integrity sha512-XYeVwRZwgyKtjNIYcAEgg2FaQcCZwhbarnkJIV20U2wkCU9q/CPFBo8nRXrK4GXUz3AvbqZFsZRrpUTkqqEYyQ== -react-styleguidist@^13.1.3: - version "13.1.3" - resolved "https://registry.yarnpkg.com/react-styleguidist/-/react-styleguidist-13.1.3.tgz#6d095f9776743155f64905bf785b09cbe0fb2860" - integrity sha512-3H5AAlzDW7QXuL1k1SzzlSbmEhk+r18t+m5VdUtaI0x1btpl+lDYPtfB+//zlU8ucnis0q2cdxqABsHx20UmaQ== +react-styleguidist@^13.1.4: + version "13.1.4" + resolved "https://registry.yarnpkg.com/react-styleguidist/-/react-styleguidist-13.1.4.tgz#cebfa0122a67084481072a964747e2557fda2986" + integrity sha512-gRGmvIowrem+xT0mieHmKpt+YYN+UBlmp8gBpoEZbQbx+GA9KJAE/eylaMaT7O8RnzD0BSRYOBvT0IjGQ7+45w== dependencies: "@tippyjs/react" "4.1.0" "@types/react-test-renderer" "^18.0.0"