From 24168af692ef56815c5a91242c7c5cd825d32cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:03:58 +0000 Subject: [PATCH] chore: bump @dcl/catalyst-api-specs from 3.2.6 to 3.3.0 Bumps [@dcl/catalyst-api-specs](https://github.com/decentraland/catalyst-api-specs) from 3.2.6 to 3.3.0. - [Release notes](https://github.com/decentraland/catalyst-api-specs/releases) - [Commits](https://github.com/decentraland/catalyst-api-specs/compare/3.2.6...3.3.0) --- updated-dependencies: - dependency-name: "@dcl/catalyst-api-specs" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- content/package.json | 2 +- lambdas/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/package.json b/content/package.json index c8c810505..99459b75f 100644 --- a/content/package.json +++ b/content/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@dcl/block-indexer": "^1.1.2", - "@dcl/catalyst-api-specs": "^3.2.6", + "@dcl/catalyst-api-specs": "^3.3.0", "@dcl/catalyst-contracts": "^4.4.1", "@dcl/catalyst-storage": "^4.2.0", "@dcl/content-validator": "^5.6.1", diff --git a/lambdas/package.json b/lambdas/package.json index 47929de53..7204fe48f 100644 --- a/lambdas/package.json +++ b/lambdas/package.json @@ -11,7 +11,7 @@ "test": "jest --runInBand --forceExit --coverage" }, "dependencies": { - "@dcl/catalyst-api-specs": "^3.2.6", + "@dcl/catalyst-api-specs": "^3.3.0", "@dcl/crypto": "^3.4.5", "@dcl/schemas": "^13.2.1", "@dcl/urn-resolver": "^3.6.0", diff --git a/yarn.lock b/yarn.lock index c883b59d7..2650e596f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -321,10 +321,10 @@ "@well-known-components/metrics" "^2.0.1" lru-cache "^7.14.0" -"@dcl/catalyst-api-specs@^3.2.6": - version "3.2.6" - resolved "https://registry.yarnpkg.com/@dcl/catalyst-api-specs/-/catalyst-api-specs-3.2.6.tgz#1d0d7e7803b38ed3d1de0eef83394444a825bc33" - integrity sha512-bm8bfmIsZV3QqhY3tolxYm3ljA1vxhC+lRRQkwEnjZJiXHP0aeyvkCeVZp2ZmNTskXm29LDPGo3mcCGb/qiztA== +"@dcl/catalyst-api-specs@^3.3.0": + version "3.3.0" + resolved "https://registry.yarnpkg.com/@dcl/catalyst-api-specs/-/catalyst-api-specs-3.3.0.tgz#6efebe6142e4934bcf51d60367639e203204de2b" + integrity sha512-SwOY3+XRP0KBFOkUl4k4plSP8iYMd3On5iDcCeHkcWBuDvNplW2eydC2S9A6XHjjGwRZI7pmqMS9Q2LX1xeGGQ== dependencies: yaml "^2.3.4"