build(deps): bump base-x from 3.0.9 to 4.0.0

Bumps [base-x](https://github.com/cryptocoinjs/base-x) from 3.0.9 to 4.0.0.
- [Release notes](https://github.com/cryptocoinjs/base-x/releases)
- [Commits](https://github.com/cryptocoinjs/base-x/compare/v3.0.9...v4.0.0)

---
updated-dependencies:
- dependency-name: base-x
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-07-12 21:05:42 +00:00
committed by GitHub
parent 14ffaae960
commit 6b81fef033
2 changed files with 15 additions and 3 deletions

16
package-lock.json generated
View File

@@ -16703,13 +16703,18 @@
"integrity": "sha512-9QhBNDiWjwj7l+WQ7H7klXF/VwxVj2Q0HRhd4vLCueTPoxUtaNQyfvUZFiXJrqxg0heM3/iWxupkq4TwrXgSuQ==",
"license": "ISC",
"dependencies": {
"base-x": "3.0.9",
"base-x": "4.0.0",
"create-hash": "^1.1.2"
},
"engines": {
"node": ">= 10"
}
},
"packages/ripple-address-codec/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=="
},
"packages/ripple-binary-codec": {
"version": "1.4.2",
"integrity": "sha512-XMRCbFXyG+dGp3x7tMs9IwA+FVWPPaGjdHYW2+g4Q/WQJqFp5MRED+jjOBOUafmrW4TUsOn1PEEdbB4ozWbDBw==",
@@ -27206,8 +27211,15 @@
"ripple-address-codec": {
"version": "file:packages/ripple-address-codec",
"requires": {
"base-x": "3.0.9",
"base-x": "4.0.0",
"create-hash": "^1.1.2"
},
"dependencies": {
"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=="
}
}
},
"ripple-binary-codec": {

View File

@@ -10,7 +10,7 @@
"types": "dist/index.d.ts",
"license": "ISC",
"dependencies": {
"base-x": "3.0.9",
"base-x": "4.0.0",
"create-hash": "^1.1.2"
},
"repository": {