From 947101d49e681e5a5c5d2f823c9a367baeb6873a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 17:02:57 +0000 Subject: [PATCH] Bump bn.js and @sanity/core in /studio Bumps [bn.js](https://github.com/indutny/bn.js) to 5.2.3 and updates ancestor dependency [@sanity/core](https://github.com/sanity-io/sanity/tree/HEAD/packages/@sanity/core). These dependencies need to be updated together. Updates `bn.js` from 4.12.0 to 5.2.3 - [Release notes](https://github.com/indutny/bn.js/releases) - [Changelog](https://github.com/indutny/bn.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/indutny/bn.js/compare/v4.12.0...v5.2.3) Updates `@sanity/core` from 2.15.0 to 2.15.0 - [Release notes](https://github.com/sanity-io/sanity/releases) - [Commits](https://github.com/sanity-io/sanity/commits/v2.15.0/packages/@sanity/core) --- updated-dependencies: - dependency-name: bn.js dependency-version: 5.2.3 dependency-type: indirect - dependency-name: "@sanity/core" dependency-version: 2.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- studio/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/package.json b/studio/package.json index d2297d42..09fd4f26 100644 --- a/studio/package.json +++ b/studio/package.json @@ -28,7 +28,7 @@ "@sanity/base": "^2.7.4", "@sanity/cli": "^2.7.4", "@sanity/components": "^2.2.6", - "@sanity/core": "^2.7.4", + "@sanity/core": "^2.15.0", "@sanity/dashboard": "^2.7.0", "@sanity/default-layout": "^2.7.4", "@sanity/default-login": "^2.7.0",