diff --git a/package.json b/package.json index bf85a1c..3cce6dc 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint:fix": "eslint '**/*.{js,ts}' --fix" }, "devDependencies": { - "@dcl/eslint-config": "^2.0.0", + "@dcl/eslint-config": "^2.1.1", "@protobuf-ts/protoc": "^2.9.4", "@types/node": "^20.11.28", "@types/redis": "^4.0.11", diff --git a/yarn.lock b/yarn.lock index 6096c95..9cc5b67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -318,14 +318,14 @@ eth-connect "^6.0.3" ethereum-cryptography "^1.0.3" -"@dcl/eslint-config@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@dcl/eslint-config/-/eslint-config-2.0.0.tgz#3c2d29514fd65b61b08202c470cc6a0af5c356e3" - integrity sha512-5MkSQArjZXBbvb4wlEC6ZHeHBm5hpTn9wV1PQ5vXxyGRWrNoToBqHi7HgvBEboZw4PCUtYK1XA6ubjrnVQa7nA== +"@dcl/eslint-config@^2.1.1": + version "2.1.1" + resolved "https://registry.yarnpkg.com/@dcl/eslint-config/-/eslint-config-2.1.1.tgz#58d528abeae8c772a578c76789010d1e9790ecdb" + integrity sha512-xCmmrh/he00MjewLXsdFf+jGmblK8ipYV+cRiQBMNf5JNLILvacjLuQ08E1pAA0/QCTod62zbPTOqbnurj8YNQ== dependencies: - "@typescript-eslint/eslint-plugin" "^6.19.1" - "@typescript-eslint/parser" "^6.19.1" - eslint "^8.56.0" + "@typescript-eslint/eslint-plugin" "^6.21.0" + "@typescript-eslint/parser" "^6.21.0" + eslint "^8.57.0" eslint-config-prettier "^9.1.0" eslint-import-resolver-babel-module "^5.3.2" eslint-import-resolver-typescript "^3.6.1" @@ -333,7 +333,7 @@ eslint-plugin-css-import-order "^1.1.0" eslint-plugin-import "npm:eslint-plugin-i@^2.29.1" eslint-plugin-prettier "^5.1.3" - prettier "^3.2.4" + prettier "^3.3.2" "@dcl/platform-crypto-middleware@^1.0.2": version "1.0.2" @@ -1063,7 +1063,7 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@^6.19.1": +"@typescript-eslint/eslint-plugin@^6.21.0": version "6.21.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3" integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA== @@ -1080,7 +1080,7 @@ semver "^7.5.4" ts-api-utils "^1.0.1" -"@typescript-eslint/parser@^6.19.1": +"@typescript-eslint/parser@^6.21.0": version "6.21.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b" integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ== @@ -1917,7 +1917,7 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== -eslint@^8.56.0: +eslint@^8.57.0: version "8.57.0" resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668" integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ== @@ -3444,10 +3444,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^3.2.4: - version "3.2.5" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368" - integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A== +prettier@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a" + integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA== pretty-format@^29.0.0, pretty-format@^29.7.0: version "29.7.0"