From 79e5f2c4c4b232a1ea6e9db61660d734e597515b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:49:11 +0000 Subject: [PATCH] build(deps): bump cbor from 9.0.1 to 10.0.3 in /packages/backend Bumps [cbor](https://github.com/hildjj/node-cbor/tree/HEAD/packages/cbor) from 9.0.1 to 10.0.3. - [Release notes](https://github.com/hildjj/node-cbor/releases) - [Commits](https://github.com/hildjj/node-cbor/commits/v10.0.3/packages/cbor) --- updated-dependencies: - dependency-name: cbor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/backend/package.json | 2 +- packages/backend/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/backend/package.json b/packages/backend/package.json index 834b0d58d..4c74a7028 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -34,7 +34,7 @@ "blurhash": "2.0.5", "bull": "4.12.2", "cacheable-lookup": "7.0.0", - "cbor": "9.0.1", + "cbor": "10.0.3", "chalk": "5.3.0", "chalk-template": "1.1.0", "cli-highlight": "2.1.11", diff --git a/packages/backend/yarn.lock b/packages/backend/yarn.lock index cb4851d0a..819098e08 100644 --- a/packages/backend/yarn.lock +++ b/packages/backend/yarn.lock @@ -2142,12 +2142,12 @@ canonicalize@^1.0.1: resolved "https://registry.yarnpkg.com/canonicalize/-/canonicalize-1.0.8.tgz#24d1f1a00ed202faafd9bf8e63352cd4450c6df1" integrity sha512-0CNTVCLZggSh7bc5VkX5WWPWO+cyZbNd07IHIsSXLia/eAq+r836hgk+8BKoEh7949Mda87VUOitx5OddVj64A== -cbor@*, cbor@9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/cbor/-/cbor-9.0.1.tgz#b16e393d4948d44758cd54ac6151379d443b37ae" - integrity sha512-/TQOWyamDxvVIv+DY9cOLNuABkoyz8K/F3QE56539pGVYohx0+MEA1f4lChFTX79dBTBS7R1PF6ovH7G+VtBfQ== +cbor@*, cbor@10.0.3: + version "10.0.3" + resolved "https://registry.yarnpkg.com/cbor/-/cbor-10.0.3.tgz#202d79cd696f408700af51b0c9771577048a860e" + integrity sha512-72Jnj81xMsqepqdcSdf2+fflz/UDsThOHy5hj2MW5F5xzHL8Oa0KQ6I6V9CwVUPxg5pf+W9xp6W2KilaRXWWtw== dependencies: - nofilter "^3.1.0" + nofilter "^3.0.2" chalk-template@1.1.0: version "1.1.0" @@ -5494,7 +5494,7 @@ nodemailer@6.9.15: resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.15.tgz#57b79dc522be27e0e47ac16cc860aa0673e62e04" integrity sha512-AHf04ySLC6CIfuRtRiEYtGEXgRfa6INgWGluDhnxTZhHSKvrBu7lc1VVchQ0d8nPc4cFaZoPq8vkyNoZr0TpGQ== -nofilter@^3.1.0: +nofilter@^3.0.2: version "3.1.0" resolved "https://registry.yarnpkg.com/nofilter/-/nofilter-3.1.0.tgz#c757ba68801d41ff930ba2ec55bab52ca184aa66" integrity sha512-l2NNj07e9afPnhAhvgVrCD/oy2Ai1yfLpuo3EpiO1jFTsB4sFz6oIfAfSZyQzVpkZQ9xS8ZS5g1jCBgq4Hwo0g==