Skip to content

Commit

Permalink
chore: bump @dcl/schemas from 15.0.0 to 15.1.1
Browse files Browse the repository at this point in the history
Bumps [@dcl/schemas](https://github.com/decentraland/schemas) from 15.0.0 to 15.1.1.
- [Release notes](https://github.com/decentraland/schemas/releases)
- [Commits](decentraland/schemas@15.0.0...15.1.1)

---
updated-dependencies:
- dependency-name: "@dcl/schemas"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 21f3f8e commit 19a65ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@dcl/platform-server-commons": "^0.0.4",
"@dcl/schemas": "^15.0.0",
"@dcl/schemas": "^15.1.1",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/fetch-component": "^2.0.2",
"@well-known-components/http-server": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:fix": "eslint '**/*.{js,ts}' --fix"
},
"dependencies": {
"@dcl/schemas": "^15.0.0",
"@dcl/schemas": "^15.1.1",
"@well-known-components/interfaces": "^1.4.3",
"@well-known-components/pg-component": "^0.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@aws-sdk/client-sns": "^3.600.0",
"@aws-sdk/client-sqs": "^3.600.0",
"@dcl/schemas": "^15.0.0",
"@dcl/schemas": "^15.1.1",
"@dcl/urn-resolver": "^3.6.0",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/fetch-component": "^2.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -866,10 +866,10 @@
ajv-keywords "^5.1.0"
mitt "^3.0.1"

"@dcl/schemas@^15.0.0":
version "15.0.0"
resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-15.0.0.tgz#7b1e2e4207050be4be3c86bf20d309ec2c282d39"
integrity sha512-huTgl9n2yZgZP0zvDpuaqlqJAr6ytYc4gMQkpRQpKz+hEavvu/YngIlH3ayHUbFRJlUsmNSKxxdaGhGcgbOk0A==
"@dcl/schemas@^15.1.1":
version "15.1.1"
resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-15.1.1.tgz#c82916ea2e1d431cc57dafb29f3c81494c018dbe"
integrity sha512-oJL0yqNn//uAjOiZadnXqaV6RLY6fnQZZrW+tZR0DMhW6zMq0wANGBaBNN6W6vpVw+64GYHlTdjxCwevfKsv2A==
dependencies:
ajv "^8.11.0"
ajv-errors "^3.0.0"
Expand Down

0 comments on commit 19a65ea

Please sign in to comment.