From 16d050c02416b49ee9de10011feab216d57821fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:02:42 +0000 Subject: [PATCH] build(deps): bump base-x from 4.0.0 to 5.0.1 Bumps [base-x](https://github.com/cryptocoinjs/base-x) from 4.0.0 to 5.0.1. - [Commits](https://github.com/cryptocoinjs/base-x/compare/v4.0.0...v5.0.1) --- updated-dependencies: - dependency-name: base-x dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/config/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75a48e7f56..cc101210c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7568,9 +7568,9 @@ "license": "MIT" }, "node_modules/base-x": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/base-x/-/base-x-4.0.0.tgz", - "integrity": "sha512-FuwxlW4H5kh37X/oW59pwTzzTKRzfrrQwhmyspRM7swOEZcHtDZSCt45U6oKgtuFE+WYPblePMVIPR4RZrh/hw==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/base-x/-/base-x-5.0.1.tgz", + "integrity": "sha512-M7uio8Zt++eg3jPj+rHMfCC+IuygQHHCOU+IYsVtik6FWjuYpVt/+MRKcgsAMHh8mMFAwnB+Bs+mTrFiXjMzKg==", "license": "MIT" }, "node_modules/base64-js": { @@ -19734,7 +19734,7 @@ "license": "MIT", "dependencies": { "@basemaps/geo": "^8.9.0", - "base-x": "^4.0.0", + "base-x": "^5.0.1", "zod": "^3.17.3" }, "engines": { diff --git a/packages/config/package.json b/packages/config/package.json index 4ffd2cd76b..a2afe03c01 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -29,7 +29,7 @@ ], "dependencies": { "@basemaps/geo": "^8.9.0", - "base-x": "^4.0.0", + "base-x": "^5.0.1", "zod": "^3.17.3" } }