Skip to content

Commit

Permalink
chore: bump @dcl/catalyst-api-specs from 3.2.3 to 3.2.4 (#1709)
Browse files Browse the repository at this point in the history
Bumps [@dcl/catalyst-api-specs](https://github.com/decentraland/catalyst-api-specs) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/decentraland/catalyst-api-specs/releases)
- [Commits](decentraland/catalyst-api-specs@3.2.3...3.2.4)

---
updated-dependencies:
- dependency-name: "@dcl/catalyst-api-specs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 1560bcf commit 521ca86
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@dcl/block-indexer": "^1.1.2",
"@dcl/catalyst-api-specs": "^3.2.3",
"@dcl/catalyst-api-specs": "^3.2.4",
"@dcl/catalyst-contracts": "^4.2.0",
"@dcl/catalyst-storage": "^4.1.0",
"@dcl/content-validator": "4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "jest --runInBand --forceExit --coverage"
},
"dependencies": {
"@dcl/catalyst-api-specs": "^3.2.3",
"@dcl/catalyst-api-specs": "^3.2.4",
"@dcl/content-validator": "4.10.0",
"@dcl/crypto": "^3.4.5",
"@dcl/schemas": "^9.7.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,12 @@
"@well-known-components/metrics" "^2.0.1"
lru-cache "^7.14.0"

"@dcl/catalyst-api-specs@^3.2.3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@dcl/catalyst-api-specs/-/catalyst-api-specs-3.2.3.tgz#ec4434f1d00fa9861d4a5267fbbfbb47635dca75"
integrity sha512-5HoXADhaZJzDO9K3SfvfucnR8Q909PXsMrRjY8H98GIaf8iHC2MI3R7mQ6qamuQBz0rh8hCnLviud+LlciWc4Q==
"@dcl/catalyst-api-specs@^3.2.4":
version "3.2.4"
resolved "https://registry.yarnpkg.com/@dcl/catalyst-api-specs/-/catalyst-api-specs-3.2.4.tgz#f703b4f002262587e3de373f6fefc16f02623a0c"
integrity sha512-lIkF7XNmY11i2/Z0wnlV4Kc6TAkQb6Kk8Yq0Z6WybNHOYfU7YaCaeS4mMYtRPuSkQ62Cde2cEIviAI8suolBrw==
dependencies:
yaml "^2.3.1"
yaml "^2.3.2"

"@dcl/catalyst-contracts@^4.0.2", "@dcl/catalyst-contracts@^4.2.0":
version "4.2.0"
Expand Down Expand Up @@ -6818,10 +6818,10 @@ yaml@^1.10.0, yaml@^1.10.2:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

yaml@^2.1.1, yaml@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.1.tgz#02fe0975d23cd441242aa7204e09fc28ac2ac33b"
integrity sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==
yaml@^2.1.1, yaml@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.2.tgz#f522db4313c671a0ca963a75670f1c12ea909144"
integrity sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==

yargs-parser@20.x, yargs-parser@^20.2.2:
version "20.2.9"
Expand Down

0 comments on commit 521ca86

Please sign in to comment.