From 0f070a799f3ba100b0e261b258752574942eab8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 23:40:59 +0000 Subject: [PATCH] chore(deps): bump bn.js from 5.2.1 to 5.2.3 in /modules/ens-collections Bumps [bn.js](https://github.com/indutny/bn.js) from 5.2.1 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.1...v5.2.3) --- updated-dependencies: - dependency-name: bn.js dependency-version: 5.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/ens-collections/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ens-collections/package.json b/modules/ens-collections/package.json index 8c9c4d94..9a2807cc 100644 --- a/modules/ens-collections/package.json +++ b/modules/ens-collections/package.json @@ -31,7 +31,7 @@ "scripts": {}, "dependencies": { "@tunnckocore/p-all": "^0.2.0", - "bn.js": "5.2.1", + "bn.js": "5.2.3", "idna-uts46-hx": "^4.0.3", "keccak256": "1.0.6" },