From f8e0c8ef7baa987c26051ca0d63a76fa7e8cfff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:56:00 +0000 Subject: [PATCH] Bump mobx from 6.7.0 to 6.13.5 Bumps [mobx](https://github.com/mobxjs/mobx) from 6.7.0 to 6.13.5. - [Release notes](https://github.com/mobxjs/mobx/releases) - [Commits](https://github.com/mobxjs/mobx/compare/mobx@6.7.0...mobx@6.13.5) --- updated-dependencies: - dependency-name: mobx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2474f5c..2a9e91c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@react-three/drei": "^9.111.3", "@react-three/fiber": "^8.17.5", "@types/three": "^0.167.2", - "mobx": "^6.6.2", + "mobx": "^6.13.5", "mobx-react-lite": "^3.4.3", "queue-typescript": "^1.0.1", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index 50640aa..9fb299b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2526,10 +2526,10 @@ mobx-react-lite@^3.4.3: resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-3.4.3.tgz#3a4c22c30bfaa8b1b2aa48d12b2ba811c0947ab7" integrity sha512-NkJREyFTSUXR772Qaai51BnE1voWx56LOL80xG7qkZr6vo8vEaLF3sz1JNUVh+rxmUzxYaqOhfuxTfqUh0FXUg== -mobx@^6.6.2: - version "6.7.0" - resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.7.0.tgz#2d805610fee1801fd015c54fd5400d2601aa3768" - integrity sha512-1kBLBdSNG2bA522HQdbsTvwAwYf9hq9FWxmlhX7wTsJUAI54907J+ozfGW+LoYUo06vjit748g6QH1AAGLNebw== +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.0.0: version "2.0.0"