diff --git a/package-lock.json b/package-lock.json index 87794803..4add8a9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "figma-squircle": "^1.1.0", "install": "^0.13.0", "ioredis": "^5.5.0", - "mobx": "^6.13.5", + "mobx": "^6.13.7", "next": "^15.3.0", "next-auth": "^5.0.0-beta.25", "npm": "^11.3.0", @@ -9153,9 +9153,10 @@ } }, "node_modules/mobx": { - "version": "6.13.6", - "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.13.6.tgz", - "integrity": "sha512-r19KNV0uBN4b+ER8Z0gA4y+MzDYIQ2SvOmn3fUrqPnWXdQfakd9yfbPBDBF/p5I+bd3N5Rk1fHONIvMay+bJGA==", + "version": "6.13.7", + "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.13.7.tgz", + "integrity": "sha512-aChaVU/DO5aRPmk1GX8L+whocagUUpBQqoPtJk+cm7UOXUk87J4PeWCh6nNmTTIfEhiR9DI/+FnA8dln/hTK7g==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/mobx" diff --git a/package.json b/package.json index acb2bbf2..52e84ccd 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "figma-squircle": "^1.1.0", "install": "^0.13.0", "ioredis": "^5.5.0", - "mobx": "^6.13.5", + "mobx": "^6.13.7", "next": "^15.3.0", "next-auth": "^5.0.0-beta.25", "npm": "^11.3.0",