From a75b84761c4e3fa7523fa367d1e9c6a2323bc840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 19:03:28 +0000 Subject: [PATCH] chore(deps-dev): bump mobx from 6.15.0 to 7.0.0 in /docs Bumps [mobx](https://github.com/mobxjs/mobx) from 6.15.0 to 7.0.0. - [Release notes](https://github.com/mobxjs/mobx/releases) - [Commits](https://github.com/mobxjs/mobx/commits/mobx@7.0.0) --- updated-dependencies: - dependency-name: mobx dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index a141bbac4..48409707e 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": "^7.0.0", "react": "^18.3.1", "react-dom": "^18.2.0", "react-is": "^19.2.8",