From 7c9d2db14feeafcb97131014c386ff14f64af0e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 01:02:36 +0000 Subject: [PATCH] Bump corestore from 6.18.1 to 6.18.3 Bumps [corestore](https://github.com/holepunchto/corestore) from 6.18.1 to 6.18.3. - [Commits](https://github.com/holepunchto/corestore/compare/v6.18.1...v6.18.3) --- updated-dependencies: - dependency-name: corestore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++++++-------- package.json | 2 +- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89d8a6e..34acbb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@protobuf-ts/grpc-backend": "^2.9.4", "@protobuf-ts/plugin": "^2.9.4", "@types/google-protobuf": "^3.15.12", - "corestore": "^6.18.1", + "corestore": "^6.18.3", "google-protobuf": "^3.21.2", "graceful-goodbye": "^1.3.0", "grpc-tools": "^1.12.4", @@ -1253,12 +1253,12 @@ "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" }, "node_modules/corestore": { - "version": "6.18.1", - "resolved": "https://registry.npmjs.org/corestore/-/corestore-6.18.1.tgz", - "integrity": "sha512-qPsbn+ty5YGZ8i4zubkP+s5/JqsEsPruS4yG23iNyEKWekFfZrkauKfBEYVm1xDeI/OqwVUB09qY6NVvIe8Www==", + "version": "6.18.3", + "resolved": "https://registry.npmjs.org/corestore/-/corestore-6.18.3.tgz", + "integrity": "sha512-WWF1zbpL5JrxRius6VCw6FqXLjMHHwwuRddlWtpTlKZMX4i44djg3h2IOo7s6wqKUJP7vue9GF8Q5ifC3pj4gQ==", "dependencies": { "b4a": "^1.6.4", - "hypercore": "^10.32.3", + "hypercore": "^10.37.10", "hypercore-crypto": "^3.4.0", "hypercore-id-encoding": "^1.2.0", "read-write-mutexify": "^2.1.0", @@ -1699,9 +1699,9 @@ } }, "node_modules/hypercore": { - "version": "10.36.1", - "resolved": "https://registry.npmjs.org/hypercore/-/hypercore-10.36.1.tgz", - "integrity": "sha512-OEG/mfIgjDNnJqESf/ZunvupIbEgwqpaNNLrO17VfIZ3pbKIIJG3OxyQqd1IfH+RW1f3o69GNMkYT7Drx5jeqg==", + "version": "10.37.10", + "resolved": "https://registry.npmjs.org/hypercore/-/hypercore-10.37.10.tgz", + "integrity": "sha512-6gRz4U1gSoPCTYW99XU4U5lC7gioUPU23Ck3rW/4Q3uffh7+TSRJ1vy9nBQGd6iu8anPPzGPbDZP//XpNAirZg==", "dependencies": { "@hyperswarm/secret-stream": "^6.0.0", "b4a": "^1.1.0", @@ -1723,6 +1723,7 @@ "safety-catch": "^1.0.1", "sodium-universal": "^4.0.0", "streamx": "^2.12.4", + "unslab": "^1.0.0", "xache": "^1.1.0", "z32": "^1.0.0" } @@ -5529,6 +5530,14 @@ "resolved": "https://registry.npmjs.org/unordered-set/-/unordered-set-2.0.1.tgz", "integrity": "sha512-eUmNTPzdx+q/WvOHW0bgGYLWvWHNT3PTKEQLg0MAQhc0AHASHVHoP/9YytYd4RBVariqno/mEUhVZN98CmD7bg==" }, + "node_modules/unslab": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/unslab/-/unslab-1.2.0.tgz", + "integrity": "sha512-VDhUt6dP/pMcisarj64YBmBhiTIcXmpPgRMP7ZoJRCnBdpoPZ+SahMEqwu2VwTuwGEth61F2UGP29ksOidRF6g==", + "dependencies": { + "b4a": "^1.6.6" + } + }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", diff --git a/package.json b/package.json index 39ae7f1..f4a8067 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@protobuf-ts/grpc-backend": "^2.9.4", "@protobuf-ts/plugin": "^2.9.4", "@types/google-protobuf": "^3.15.12", - "corestore": "^6.18.1", + "corestore": "^6.18.3", "google-protobuf": "^3.21.2", "graceful-goodbye": "^1.3.0", "grpc-tools": "^1.12.4",