mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-08 00:33:12 +00:00
chore(deps)(deps-dev): bump interface-datastore from 8.3.2 to 9.0.2
Bumps [interface-datastore](https://github.com/ipfs/js-stores) from 8.3.2 to 9.0.2. - [Release notes](https://github.com/ipfs/js-stores/releases) - [Changelog](https://github.com/ipfs/js-stores/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-stores/compare/interface-datastore-8.3.2...interface-datastore-9.0.2) --- updated-dependencies: - dependency-name: interface-datastore dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e2c9364053
commit
2e51288bc7
62
package-lock.json
generated
62
package-lock.json
generated
@ -4079,6 +4079,16 @@
|
||||
"weald": "^1.0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@libp2p/logger/node_modules/interface-datastore": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-8.3.2.tgz",
|
||||
"integrity": "sha512-R3NLts7pRbJKc3qFdQf+u40hK8XWc0w4Qkx3OFEstC80VoaDUABY/dXA2EJPhtNC+bsrf41Ehvqb6+pnIclyRA==",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"dependencies": {
|
||||
"interface-store": "^6.0.0",
|
||||
"uint8arrays": "^5.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@libp2p/memory": {
|
||||
"version": "1.1.11",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/memory/-/memory-1.1.11.tgz",
|
||||
@ -4212,6 +4222,16 @@
|
||||
"uint8arrays": "^5.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@libp2p/peer-store/node_modules/interface-datastore": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-8.3.2.tgz",
|
||||
"integrity": "sha512-R3NLts7pRbJKc3qFdQf+u40hK8XWc0w4Qkx3OFEstC80VoaDUABY/dXA2EJPhtNC+bsrf41Ehvqb6+pnIclyRA==",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"dependencies": {
|
||||
"interface-store": "^6.0.0",
|
||||
"uint8arrays": "^5.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@libp2p/ping": {
|
||||
"version": "2.0.35",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/ping/-/ping-2.0.35.tgz",
|
||||
@ -12464,6 +12484,16 @@
|
||||
"it-take": "^3.0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/datastore-core/node_modules/interface-datastore": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-8.3.2.tgz",
|
||||
"integrity": "sha512-R3NLts7pRbJKc3qFdQf+u40hK8XWc0w4Qkx3OFEstC80VoaDUABY/dXA2EJPhtNC+bsrf41Ehvqb6+pnIclyRA==",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"dependencies": {
|
||||
"interface-store": "^6.0.0",
|
||||
"uint8arrays": "^5.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/date-fns": {
|
||||
"version": "1.30.1",
|
||||
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.30.1.tgz",
|
||||
@ -17026,15 +17056,23 @@
|
||||
}
|
||||
},
|
||||
"node_modules/interface-datastore": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-8.3.2.tgz",
|
||||
"integrity": "sha512-R3NLts7pRbJKc3qFdQf+u40hK8XWc0w4Qkx3OFEstC80VoaDUABY/dXA2EJPhtNC+bsrf41Ehvqb6+pnIclyRA==",
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-9.0.2.tgz",
|
||||
"integrity": "sha512-jebn+GV/5LTDDoyicNIB4D9O0QszpPqT09Z/MpEWvf3RekjVKpXJCDguM5Au2fwIFxFDAQMZe5bSla0jMamCNg==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"dependencies": {
|
||||
"interface-store": "^6.0.0",
|
||||
"interface-store": "^7.0.0",
|
||||
"uint8arrays": "^5.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/interface-datastore/node_modules/interface-store": {
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://registry.npmjs.org/interface-store/-/interface-store-7.0.1.tgz",
|
||||
"integrity": "sha512-OPRRUO3Cs6Jr/t98BrJLQp1jUTPgrRH0PqFfuNoPAqd+J7ABN1tjFVjQdaOBiybYJTS/AyBSZnZVWLPvp3dW3w==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0 OR MIT"
|
||||
},
|
||||
"node_modules/interface-store": {
|
||||
"version": "6.0.3",
|
||||
"resolved": "https://registry.npmjs.org/interface-store/-/interface-store-6.0.3.tgz",
|
||||
@ -19086,6 +19124,16 @@
|
||||
"uint8arrays": "^5.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/libp2p/node_modules/interface-datastore": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-8.3.2.tgz",
|
||||
"integrity": "sha512-R3NLts7pRbJKc3qFdQf+u40hK8XWc0w4Qkx3OFEstC80VoaDUABY/dXA2EJPhtNC+bsrf41Ehvqb6+pnIclyRA==",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"dependencies": {
|
||||
"interface-store": "^6.0.0",
|
||||
"uint8arrays": "^5.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/lilconfig": {
|
||||
"version": "3.1.3",
|
||||
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
||||
@ -35828,7 +35876,7 @@
|
||||
"cspell": "^8.6.1",
|
||||
"datastore-core": "10.0.4",
|
||||
"debug": "^4.3.4",
|
||||
"interface-datastore": "8.3.2",
|
||||
"interface-datastore": "9.0.2",
|
||||
"libp2p": "2.8.11",
|
||||
"mocha": "^10.3.0",
|
||||
"mocha-multi-reporters": "^1.5.1",
|
||||
@ -36044,7 +36092,7 @@
|
||||
"@waku/message-encryption": "^0.0.37",
|
||||
"chai": "^5.1.1",
|
||||
"cspell": "^8.6.1",
|
||||
"interface-datastore": "8.3.2",
|
||||
"interface-datastore": "9.0.2",
|
||||
"mocha": "^10.7.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rollup": "^4.12.0",
|
||||
@ -36351,7 +36399,7 @@
|
||||
"cspell": "^8.6.1",
|
||||
"datastore-core": "10.0.4",
|
||||
"debug": "^4.3.4",
|
||||
"interface-datastore": "8.3.2",
|
||||
"interface-datastore": "9.0.2",
|
||||
"libp2p": "2.8.11",
|
||||
"mocha": "^10.3.0",
|
||||
"mocha-multi-reporters": "^1.5.1",
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
"cspell": "^8.6.1",
|
||||
"datastore-core": "10.0.4",
|
||||
"debug": "^4.3.4",
|
||||
"interface-datastore": "8.3.2",
|
||||
"interface-datastore": "9.0.2",
|
||||
"libp2p": "2.8.11",
|
||||
"mocha": "^10.3.0",
|
||||
"mocha-multi-reporters": "^1.5.1",
|
||||
|
||||
@ -89,7 +89,7 @@
|
||||
"@waku/message-encryption": "^0.0.37",
|
||||
"chai": "^5.1.1",
|
||||
"cspell": "^8.6.1",
|
||||
"interface-datastore": "8.3.2",
|
||||
"interface-datastore": "9.0.2",
|
||||
"mocha": "^10.7.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rollup": "^4.12.0",
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
"cspell": "^8.6.1",
|
||||
"datastore-core": "10.0.4",
|
||||
"debug": "^4.3.4",
|
||||
"interface-datastore": "8.3.2",
|
||||
"interface-datastore": "9.0.2",
|
||||
"libp2p": "2.8.11",
|
||||
"mocha": "^10.3.0",
|
||||
"mocha-multi-reporters": "^1.5.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user