mirror of https://github.com/status-im/js-waku.git
chore(deps)(deps-dev): bump interface-datastore from 8.2.5 to 8.2.10 (#1794)
Bumps [interface-datastore](https://github.com/ipfs/js-stores) from 8.2.5 to 8.2.10. - [Release notes](https://github.com/ipfs/js-stores/releases) - [Commits](https://github.com/ipfs/js-stores/compare/interface-datastore-v8.2.5...interface-datastore-v8.2.10) --- updated-dependencies: - dependency-name: interface-datastore dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e6e61f347e
commit
00bd51a42e
|
@ -11773,28 +11773,25 @@
|
|||
}
|
||||
},
|
||||
"node_modules/interface-datastore": {
|
||||
"version": "8.2.5",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"version": "8.2.10",
|
||||
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-8.2.10.tgz",
|
||||
"integrity": "sha512-D8RuxMdjOPB+j6WMDJ+I2aXTDzUT6DIVjgzo1E+ODL7w8WrSFl9FXD2SYmgj6vVzdb7Kb5qmAI9pEnDZJz7ifg==",
|
||||
"dependencies": {
|
||||
"interface-store": "^5.0.0",
|
||||
"nanoid": "^4.0.0",
|
||||
"uint8arrays": "^4.0.2"
|
||||
"uint8arrays": "^5.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/interface-datastore/node_modules/nanoid": {
|
||||
"version": "4.0.2",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ai"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"nanoid": "bin/nanoid.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14 || ^16 || >=18"
|
||||
"node_modules/interface-datastore/node_modules/multiformats": {
|
||||
"version": "13.0.1",
|
||||
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.0.1.tgz",
|
||||
"integrity": "sha512-bt3R5iXe2O8xpp3wkmQhC73b/lC4S2ihU8Dndwcsysqbydqb8N+bpP116qMcClZ17g58iSIwtXUTcg2zT4sniA=="
|
||||
},
|
||||
"node_modules/interface-datastore/node_modules/uint8arrays": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-5.0.1.tgz",
|
||||
"integrity": "sha512-ND5RpJAnPgHmZT7hWD/2T4BwRp04j8NLKvMKC/7bhiEwEjUMkQ4kvBKiH6hOqbljd6qJ2xS8reL3vl1e33grOQ==",
|
||||
"dependencies": {
|
||||
"multiformats": "^13.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/interface-store": {
|
||||
|
@ -26604,7 +26601,7 @@
|
|||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@waku/build-utils": "*",
|
||||
"cspell": "^7.3.2",
|
||||
"interface-datastore": "^8.2.5",
|
||||
"interface-datastore": "^8.2.10",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rollup": "^4.6.0"
|
||||
},
|
||||
|
@ -26651,7 +26648,7 @@
|
|||
"cspell": "^7.3.2",
|
||||
"datastore-core": "^9.2.7",
|
||||
"debug": "^4.3.4",
|
||||
"interface-datastore": "^8.2.5",
|
||||
"interface-datastore": "^8.2.10",
|
||||
"libp2p": "^0.46.14",
|
||||
"mocha": "^10.2.0",
|
||||
"mocha-multi-reporters": "^1.5.1",
|
||||
|
@ -30073,7 +30070,7 @@
|
|||
"@waku/relay": "0.0.9",
|
||||
"@waku/utils": "0.0.14",
|
||||
"cspell": "^7.3.2",
|
||||
"interface-datastore": "^8.2.5",
|
||||
"interface-datastore": "^8.2.10",
|
||||
"libp2p": "^0.46.14",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rollup": "^4.6.0"
|
||||
|
@ -30108,7 +30105,7 @@
|
|||
"debug": "^4.3.4",
|
||||
"dockerode": "^3.3.5",
|
||||
"fast-check": "^3.15.0",
|
||||
"interface-datastore": "^8.2.5",
|
||||
"interface-datastore": "^8.2.10",
|
||||
"libp2p": "^0.46.14",
|
||||
"mocha": "^10.2.0",
|
||||
"mocha-multi-reporters": "^1.5.1",
|
||||
|
@ -34298,15 +34295,26 @@
|
|||
"version": "2.0.0"
|
||||
},
|
||||
"interface-datastore": {
|
||||
"version": "8.2.5",
|
||||
"version": "8.2.10",
|
||||
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-8.2.10.tgz",
|
||||
"integrity": "sha512-D8RuxMdjOPB+j6WMDJ+I2aXTDzUT6DIVjgzo1E+ODL7w8WrSFl9FXD2SYmgj6vVzdb7Kb5qmAI9pEnDZJz7ifg==",
|
||||
"requires": {
|
||||
"interface-store": "^5.0.0",
|
||||
"nanoid": "^4.0.0",
|
||||
"uint8arrays": "^4.0.2"
|
||||
"uint8arrays": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"nanoid": {
|
||||
"version": "4.0.2"
|
||||
"multiformats": {
|
||||
"version": "13.0.1",
|
||||
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.0.1.tgz",
|
||||
"integrity": "sha512-bt3R5iXe2O8xpp3wkmQhC73b/lC4S2ihU8Dndwcsysqbydqb8N+bpP116qMcClZ17g58iSIwtXUTcg2zT4sniA=="
|
||||
},
|
||||
"uint8arrays": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-5.0.1.tgz",
|
||||
"integrity": "sha512-ND5RpJAnPgHmZT7hWD/2T4BwRp04j8NLKvMKC/7bhiEwEjUMkQ4kvBKiH6hOqbljd6qJ2xS8reL3vl1e33grOQ==",
|
||||
"requires": {
|
||||
"multiformats": "^13.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@waku/build-utils": "*",
|
||||
"cspell": "^7.3.2",
|
||||
"interface-datastore": "^8.2.5",
|
||||
"interface-datastore": "^8.2.10",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rollup": "^4.6.0"
|
||||
},
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"cspell": "^7.3.2",
|
||||
"datastore-core": "^9.2.7",
|
||||
"debug": "^4.3.4",
|
||||
"interface-datastore": "^8.2.5",
|
||||
"interface-datastore": "^8.2.10",
|
||||
"libp2p": "^0.46.14",
|
||||
"mocha": "^10.2.0",
|
||||
"mocha-multi-reporters": "^1.5.1",
|
||||
|
|
Loading…
Reference in New Issue