From 236a3569a47c73de62f99c7cfa6008fa9cffe7f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 18:58:51 +0000 Subject: [PATCH] Bump mobx from 6.12.4 to 6.13.5 in /docs Bumps [mobx](https://github.com/mobxjs/mobx) from 6.12.4 to 6.13.5. - [Release notes](https://github.com/mobxjs/mobx/releases) - [Commits](https://github.com/mobxjs/mobx/compare/mobx@6.12.4...mobx@6.13.5) --- updated-dependencies: - dependency-name: mobx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 0e712cfe4..d26a0421b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ "css-loader": "^5.2.7", "html-webpack-plugin": "^5.6.0", "mini-css-extract-plugin": "^2.9.0", - "mobx": "^6.12.4", + "mobx": "^6.13.5", "react": "^18.3.1", "react-dom": "^18.2.0", "react-is": "^18.3.1", diff --git a/docs/yarn.lock b/docs/yarn.lock index 09be3d34a..b42fee3ff 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -1307,10 +1307,10 @@ mobx-react@^7.2.0: dependencies: mobx-react-lite "^3.4.0" -mobx@^6.12.4: - version "6.12.4" - resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.12.4.tgz#a1e176cd173bf45d3e5eb825eaff2c736c0a90cb" - integrity sha512-uIymg89x+HmItX1p3MG+d09irn2k63J6biftZ5Ok+UpNojS1I3NJPLfcmJT9ANnUltNlHi+HQqrVyxiAN8ISYg== +mobx@^6.13.5: + version "6.13.5" + resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.13.5.tgz#957d9df88c7f8b4baa7c6f8bdcb6d68b432a6ed5" + integrity sha512-/HTWzW2s8J1Gqt+WmUj5Y0mddZk+LInejADc79NJadrWla3rHzmRHki/mnEUH1AvOmbNTZ1BRbKxr8DSgfdjMA== ms@2.1.2: version "2.1.2"