From 9dc2f0b17d51cd4b2362d684558cd7b4905565ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 11:18:58 +0000 Subject: [PATCH] Bump bn.js in /bindings/ts in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /bindings/ts directory: [bn.js](https://github.com/indutny/bn.js). Updates `bn.js` from 5.2.2 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/v5.2.2...v5.2.3) --- updated-dependencies: - dependency-name: bn.js dependency-version: 5.2.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- bindings/ts/package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bindings/ts/package-lock.json b/bindings/ts/package-lock.json index fcb7e5c..e942595 100644 --- a/bindings/ts/package-lock.json +++ b/bindings/ts/package-lock.json @@ -1,12 +1,12 @@ { "name": "@accessprotocol/distributor", - "version": "0.2.8", + "version": "0.2.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@accessprotocol/distributor", - "version": "0.2.8", + "version": "0.2.9", "dependencies": { "@coral-xyz/borsh": "^0.31.1", "@solana/spl-token": "^0.4.13", @@ -637,9 +637,9 @@ } }, "node_modules/bn.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.2.tgz", - "integrity": "sha512-v2YAxEmKaBLahNwE1mjp4WON6huMNeuDvagFZW+ASCuA/ku0bXR9hSMw0XpiqMoA3+rmnyck/tPRSFQkoC9Cuw==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.3.tgz", + "integrity": "sha512-EAcmnPkxpntVL+DS7bO1zhcZNvCkxqtkd0ZY53h06GNQ3DEkkGZ/gKgmDv6DdZQGj9BgfSPKtJJ7Dp1GPP8f7w==", "license": "MIT" }, "node_modules/borsh": {