From ebfe566c9cd312f913176cfc701f3e4aedef6eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:36:45 +0100 Subject: [PATCH] Bump react-styleguidist in /graylog2-web-interface/docs (#21284) Bumps [react-styleguidist](https://github.com/styleguidist/react-styleguidist) from 13.1.3 to 13.1.4. - [Release notes](https://github.com/styleguidist/react-styleguidist/releases) - [Commits](https://github.com/styleguidist/react-styleguidist/compare/v13.1.3...v13.1.4) --- updated-dependencies: - dependency-name: react-styleguidist dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- graylog2-web-interface/docs/package.json | 2 +- graylog2-web-interface/docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"