diff --git a/config/dependencies.yaml b/config/dependencies.yaml index de77b035c41..55642ad9e32 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -62,7 +62,7 @@ core: 'lodash.unset': &_unset '4.5.2' 'lodash.clonedeep': '^4.5.0' dev: - 'eslint': &eslint '8.44.0' + 'eslint': &eslint '8.45.0' 'nyc': '15.1.0' 'mocha': *mocha 'chai': *chai diff --git a/packages/core/package.json b/packages/core/package.json index dc335f29ee4..36f3f5bc2f7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -59,7 +59,7 @@ "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "eslint": "8.44.0", + "eslint": "8.45.0", "nyc": "15.1.0", "mocha": "10.2.0", "chai": "4.3.7", diff --git a/sites/sanity/package.json b/sites/sanity/package.json index af02374805c..6851357231d 100644 --- a/sites/sanity/package.json +++ b/sites/sanity/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@sanity/eslint-config-studio": "2.0.4", - "eslint": "8.44.0", + "eslint": "8.45.0", "prettier": "3.0.0", "typescript": "5.1.6", "@sanity/cli": "3.14.2" diff --git a/yarn.lock b/yarn.lock index 0958891bb50..d910758f3d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8643,10 +8643,10 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994" integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA== -eslint@8.44.0, eslint@^8.23.1, eslint@^8.41.0: - version "8.44.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500" - integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A== +eslint@8.45.0, eslint@^8.23.1, eslint@^8.41.0: + version "8.45.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78" + integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw== dependencies: "@eslint-community/eslint-utils" "^4.2.0" "@eslint-community/regexpp" "^4.4.0" @@ -8673,7 +8673,6 @@ eslint@8.44.0, eslint@^8.23.1, eslint@^8.41.0: globals "^13.19.0" graphemer "^1.4.0" ignore "^5.2.0" - import-fresh "^3.0.0" imurmurhash "^0.1.4" is-glob "^4.0.0" is-path-inside "^3.0.3" @@ -8685,7 +8684,6 @@ eslint@8.44.0, eslint@^8.23.1, eslint@^8.41.0: natural-compare "^1.4.0" optionator "^0.9.3" strip-ansi "^6.0.1" - strip-json-comments "^3.1.0" text-table "^0.2.0" esm@^3.2.25: @@ -18877,7 +18875,7 @@ strip-json-comments@1.0.x: resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91" integrity sha512-AOPG8EBc5wAikaG1/7uFCNFJwnKOuQwFTpYBdTW6OvWHeZBQBrAA/amefHGrEiOnCPcLFZK6FUPtWVKpQVIRgg== -strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: +strip-json-comments@3.1.1, strip-json-comments@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==