From 4c0cc7364bdfbf218e2567550baf32cd112ffcc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:33:06 +0000 Subject: [PATCH] Bump mobx from 5.15.7 to 6.12.5 Bumps [mobx](https://github.com/mobxjs/mobx) from 5.15.7 to 6.12.5. - [Release notes](https://github.com/mobxjs/mobx/releases) - [Commits](https://github.com/mobxjs/mobx/compare/5.15.7...mobx@6.12.5) --- updated-dependencies: - dependency-name: mobx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8057aa2..b6a63ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dotenv": "^16.3.1", "express": "^4.19.2", "json2csv": "^5.0.6", - "mobx": "^5.15.7", + "mobx": "^6.12.5", "mobx-react": "^6.3.1", "mobx-state-tree": "^3.17.3", "panoptes-client": "^5.5.8", @@ -4493,9 +4493,13 @@ } }, "node_modules/mobx": { - "version": "5.15.7", - "resolved": "https://registry.npmjs.org/mobx/-/mobx-5.15.7.tgz", - "integrity": "sha512-wyM3FghTkhmC+hQjyPGGFdpehrcX1KOXsDuERhfK2YbJemkUhEB+6wzEN639T21onxlfYBmriA1PFnvxTUhcKw==" + "version": "6.12.5", + "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.12.5.tgz", + "integrity": "sha512-xRq2tyY6unAec0ItlsrgoCuxrWXLoIkM5cGPuerm/0nX/CI9FxAO6ttfRYfFa+B5Yz51d59IfKy0mJwxOEwqzQ==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mobx" + } }, "node_modules/mobx-react": { "version": "6.3.1", @@ -9769,9 +9773,9 @@ } }, "mobx": { - "version": "5.15.7", - "resolved": "https://registry.npmjs.org/mobx/-/mobx-5.15.7.tgz", - "integrity": "sha512-wyM3FghTkhmC+hQjyPGGFdpehrcX1KOXsDuERhfK2YbJemkUhEB+6wzEN639T21onxlfYBmriA1PFnvxTUhcKw==" + "version": "6.12.5", + "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.12.5.tgz", + "integrity": "sha512-xRq2tyY6unAec0ItlsrgoCuxrWXLoIkM5cGPuerm/0nX/CI9FxAO6ttfRYfFa+B5Yz51d59IfKy0mJwxOEwqzQ==" }, "mobx-react": { "version": "6.3.1", diff --git a/package.json b/package.json index c9327d8..eee6e3a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dotenv": "^16.3.1", "express": "^4.19.2", "json2csv": "^5.0.6", - "mobx": "^5.15.7", + "mobx": "^6.12.5", "mobx-react": "^6.3.1", "mobx-state-tree": "^3.17.3", "panoptes-client": "^5.5.8",