Skip to content

Commit

Permalink
chore: bump @dcl/catalyst-api-specs from 3.2.4 to 3.2.5
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.4 to 3.2.5.
- [Release notes](https://github.com/decentraland/catalyst-api-specs/releases)
- [Commits](decentraland/catalyst-api-specs@3.2.4...3.2.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and aleortega committed Nov 23, 2023
1 parent 4b1c90f commit a94c8c0
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.4",
"@dcl/catalyst-api-specs": "^3.2.5",
"@dcl/catalyst-contracts": "^4.3.1",
"@dcl/catalyst-storage": "^4.1.0",
"@dcl/content-validator": "4.10.1",
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.4",
"@dcl/catalyst-api-specs": "^3.2.5",
"@dcl/content-validator": "4.10.1",
"@dcl/crypto": "^3.4.5",
"@dcl/schemas": "^9.9.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.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==
"@dcl/catalyst-api-specs@^3.2.5":
version "3.2.5"
resolved "https://registry.yarnpkg.com/@dcl/catalyst-api-specs/-/catalyst-api-specs-3.2.5.tgz#ce5cdc0c90d38108d64d9b8ea147cb3a02b29124"
integrity sha512-x6zFbYLOpcwxm+LI20aa9EB+IuLF8QYxOx5D86XgZVVGvIjHlyUVpZrkE+C/VAtQsOK3Ry80jGu7G1n0BHXw9w==
dependencies:
yaml "^2.3.2"
yaml "^2.3.4"

"@dcl/catalyst-contracts@^4.0.2", "@dcl/catalyst-contracts@^4.3.1":
version "4.3.1"
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.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.2.tgz#f522db4313c671a0ca963a75670f1c12ea909144"
integrity sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==
yaml@^2.1.1, yaml@^2.3.4:
version "2.3.4"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.4.tgz#53fc1d514be80aabf386dc6001eb29bf3b7523b2"
integrity sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==

[email protected], yargs-parser@^20.2.2:
version "20.2.9"
Expand Down

0 comments on commit a94c8c0

Please sign in to comment.