From 970839f9ce8863d6524d5f1367cbc3559441d743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:30:01 +0000 Subject: [PATCH] deps: bump @ipld/car from 5.3.2 to 5.3.3 Bumps [@ipld/car](https://github.com/ipld/js-car) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/ipld/js-car/releases) - [Changelog](https://github.com/ipld/js-car/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipld/js-car/compare/v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: "@ipld/car" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- publish/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6e4555..673e4f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -235,9 +235,9 @@ "integrity": "sha512-woWMi8PDpPQpvTsRaUw4Ig+nOGS/CWwAwS66Fa1Vr/EkW+NEwxI8YfPBsdBMn33jK2Y86/qMiiuX/ROHIkJLTw==" }, "node_modules/@ipld/car": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@ipld/car/-/car-5.3.2.tgz", - "integrity": "sha512-Bb4XrCFlnsCb9tTzZ1I8zo9O61D9qm7HfvuYrQ9gzdE8YhjyVIjrjmHmnoSWV/uCmyc2/bcqiDPIg+9WljXNzg==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/@ipld/car/-/car-5.3.3.tgz", + "integrity": "sha512-4vgV5Ml4HCJ2iTx7vYhu0ui+Xxo1HQTtVeYgD+JKd5Wij8TlOFZnxOSickqpLcuf1fdGEStgqVItx15UWfzDYA==", "dependencies": { "@ipld/dag-cbor": "^9.0.7", "cborg": "^4.0.5", @@ -6207,7 +6207,7 @@ "@filecoin-station/spark-impact-evaluator": "^1.1.1", "@glif/filecoin-address": "^3.0.12", "@influxdata/influxdb-client": "^1.35.0", - "@ipld/car": "^5.3.2", + "@ipld/car": "^5.3.3", "@sentry/node": "^8.35.0", "@ucanto/core": "^10.0.1", "@ucanto/principal": "^9.0.1", diff --git a/publish/package.json b/publish/package.json index 8ed9fd6..32a42b6 100644 --- a/publish/package.json +++ b/publish/package.json @@ -9,7 +9,7 @@ "@filecoin-station/spark-impact-evaluator": "^1.1.1", "@glif/filecoin-address": "^3.0.12", "@influxdata/influxdb-client": "^1.35.0", - "@ipld/car": "^5.3.2", + "@ipld/car": "^5.3.3", "@sentry/node": "^8.35.0", "@ucanto/core": "^10.0.1", "@ucanto/principal": "^9.0.1",