diff --git a/sites/dev/package.json b/sites/dev/package.json index e920602a9e4..9e7d3c3ab4b 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -46,7 +46,7 @@ }, "devDependencies": { "autoprefixer": "^10.4.0", - "eslint-config-next": "12.2.3", + "eslint-config-next": "12.2.4", "js-yaml": "^4.1.0", "postcss": "^8.4.4", "tailwindcss": "^3.0.1", diff --git a/sites/lab/package.json b/sites/lab/package.json index 0aee4b38ea7..2f49f6fceea 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "autoprefixer": "^10.4.0", - "eslint-config-next": "12.2.3", + "eslint-config-next": "12.2.4", "js-yaml": "^4.1.0", "postcss": "^8.4.4", "tailwindcss": "^3.0.1" diff --git a/sites/org/package.json b/sites/org/package.json index 00c3236ac47..94cacec1ae9 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "autoprefixer": "^10.4.0", - "eslint-config-next": "12.2.3", + "eslint-config-next": "12.2.4", "js-yaml": "^4.1.0", "postcss": "^8.4.4", "tailwindcss": "^3.0.1" diff --git a/yarn.lock b/yarn.lock index 87768d5014b..40561a2037a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3163,10 +3163,10 @@ resolved "https://registry.yarnpkg.com/@next/env/-/env-12.2.3.tgz#64f210e74c137d3d9feea738795b055a7f8aebe2" integrity sha512-2lWKP5Xcvnor70NaaROZXBvU8z9mFReePCG8NhZw6NyNGnPvC+8s+Cre/63LAB1LKzWw/e9bZJnQUg0gYFRb2Q== -"@next/eslint-plugin-next@12.2.3": - version "12.2.3" - resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.2.3.tgz#63726691aac6a7f01b64190a0323d590a0e8154d" - integrity sha512-B2e8Yg1MpuLsGxhCx4rU8/Tcnr5wFmCx1O2eyLXBPnaCcsFXfGCo067ujagtDLtWASL3GNgzg78U1SB0dbc38A== +"@next/eslint-plugin-next@12.2.4": + version "12.2.4" + resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.2.4.tgz#b7496cf11050577cfa815612c541195c1b4871eb" + integrity sha512-ChDkUIkJeYWKRx+FdF+EhUgvKtK1wF+Xew4Os7ef3iAjMch5GGBiezw2zGXTa/C0E6potz4j11EpX89mngffug== dependencies: glob "7.1.7" @@ -9215,12 +9215,12 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-config-next@12.2.3: - version "12.2.3" - resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.2.3.tgz#468fe9756ccbf7e4452139062db5b4e6557dc885" - integrity sha512-xAQqAqwa2bu9ZMRypz58ym4tNCo22Wc6LuoLpbpf3yW5c4ZkVib9934AgGDDvh2zKrP56Z6X0Pp6gNnuuZzcRw== +eslint-config-next@12.2.4: + version "12.2.4" + resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.2.4.tgz#5f12f2eff1fabc3f1fb7527ceb8a4ad00235b011" + integrity sha512-r3keSLY1Z+rN+ASN8nmWwZ+AsMl6IrPGRWgbQhKHcop4/fk1hJGxE9Xf/mYMkV07+1Q/catchw25lu525HFy5Q== dependencies: - "@next/eslint-plugin-next" "12.2.3" + "@next/eslint-plugin-next" "12.2.4" "@rushstack/eslint-patch" "^1.1.3" "@typescript-eslint/parser" "^5.21.0" eslint-import-resolver-node "^0.3.6"