From d7bf6effaebbb8cfaedfacca76a6d8ae75cb344f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 13:11:20 +0000 Subject: [PATCH] build(deps): bump bn.js and node-polyfill-webpack-plugin Bumps [bn.js](https://github.com/indutny/bn.js) to 5.2.3 and updates ancestor dependency [node-polyfill-webpack-plugin](https://github.com/Richienb/node-polyfill-webpack-plugin). These dependencies need to be updated together. Updates `bn.js` from 4.12.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/v4.12.2...v5.2.3) Updates `node-polyfill-webpack-plugin` from 4.1.0 to 4.1.0 - [Release notes](https://github.com/Richienb/node-polyfill-webpack-plugin/releases) - [Commits](https://github.com/Richienb/node-polyfill-webpack-plugin/compare/v4.1.0...v4.1.0) --- updated-dependencies: - dependency-name: bn.js dependency-version: 5.2.3 dependency-type: indirect - dependency-name: node-polyfill-webpack-plugin dependency-version: 4.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ffc9c0..42ddcc8 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "jsoneditor-react": "^3.1.2", "monaco-editor": "^0.52.2", "mzinga": "0.1.3", - "node-polyfill-webpack-plugin": "^4.0.0", + "node-polyfill-webpack-plugin": "^4.1.0", "nodemailer": "^7.0.13", "pbkdf2": ">=3.1.5", "rabbitmq-client": "^5.0.5",