diff --git a/package.json b/package.json index 88fadaa2..276c6d58 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint:fix": "yarn lint --fix" }, "devDependencies": { - "@remix-run/eslint-config": "^2.15.2", + "@remix-run/eslint-config": "^2.15.3", "@types/react": "^18.3.13", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index fe58d712..e503af10 100644 --- a/yarn.lock +++ b/yarn.lock @@ -684,10 +684,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@remix-run/eslint-config@^2.15.2": - version "2.15.2" - resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.15.2.tgz#35f30c1cc380b994a05e95affef3fa3b3c35c2d6" - integrity sha512-zch4J6ImrEjSvCbT9qufhubm6ym8E7LgGWpRihR2KB6oZndKEnSNe4ZklrwFXxIeGG+ACFSVm9JPR0lmAcAbTg== +"@remix-run/eslint-config@^2.15.3": + version "2.15.3" + resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.15.3.tgz#bf525b9ab6678c033d137c007359576cfbb4df5c" + integrity sha512-p9V3rvFAgFRPyjxZnW9bTR7WZfTl13wcbfWtySWcNdeqJZauCN9xdkB1r+PnsjaK77RXWtSCsEgRn/+mwx9Kzg== dependencies: "@babel/core" "^7.21.8" "@babel/eslint-parser" "^7.21.8"