Bump base-x from 3.0.8 to 3.0.9

Bumps [base-x](https://github.com/cryptocoinjs/base-x) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/cryptocoinjs/base-x/releases)
- [Commits](https://github.com/cryptocoinjs/base-x/compare/v3.0.8...v3.0.9)
This commit is contained in:
dependabot[bot]
2021-10-25 15:02:26 +00:00
parent bd281f6599
commit 7fe8cd541a
2 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
"version": "4.1.3",
"license": "ISC",
"dependencies": {
"base-x": "3.0.8",
"base-x": "3.0.9",
"create-hash": "^1.1.2"
},
"devDependencies": {
@@ -1438,9 +1438,9 @@
}
},
"node_modules/base-x": {
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz",
"integrity": "sha512-Rl/1AWP4J/zRrk54hhlxH4drNxPJXYUaKffODVI53/dAsV4t9fBxyxYKAVPU1XBHxYwOWP9h9H0hM2MVw4YfJA==",
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.9.tgz",
"integrity": "sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ==",
"dependencies": {
"safe-buffer": "^5.0.1"
}
@@ -7673,9 +7673,9 @@
}
},
"base-x": {
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz",
"integrity": "sha512-Rl/1AWP4J/zRrk54hhlxH4drNxPJXYUaKffODVI53/dAsV4t9fBxyxYKAVPU1XBHxYwOWP9h9H0hM2MVw4YfJA==",
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.9.tgz",
"integrity": "sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ==",
"requires": {
"safe-buffer": "^5.0.1"
}

View File

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