diff --git a/sites/dev/package.json b/sites/dev/package.json index 7020cf28230..cf32f734074 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -62,7 +62,7 @@ "devDependencies": { "@playwright/test": "^1.32.3", "autoprefixer": "10.4.14", - "eslint-config-next": "13.4.11", + "eslint-config-next": "13.4.12", "js-yaml": "4.1.0", "postcss": "8.4.26", "playwright": "^1.32.3", diff --git a/sites/lab/package.json b/sites/lab/package.json index ec4dd2ae62e..ef1238eb2e2 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -67,7 +67,7 @@ "devDependencies": { "@playwright/test": "^1.32.3", "autoprefixer": "10.4.14", - "eslint-config-next": "13.4.11", + "eslint-config-next": "13.4.12", "js-yaml": "4.1.0", "postcss": "8.4.26", "playwright": "^1.32.3", diff --git a/sites/org/package.json b/sites/org/package.json index c66b2f930c6..8bc10fd6aaf 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -70,7 +70,7 @@ "devDependencies": { "@playwright/test": "^1.32.3", "autoprefixer": "10.4.14", - "eslint-config-next": "13.4.11", + "eslint-config-next": "13.4.12", "js-yaml": "4.1.0", "postcss": "8.4.26", "playwright": "^1.32.3", diff --git a/yarn.lock b/yarn.lock index 82adf716989..f1f96417e23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2392,10 +2392,10 @@ resolved "https://registry.npmjs.org/@next/env/-/env-13.4.11.tgz" integrity sha512-BbPLOkfFFca+OpwSmGhNrl56B3ZzOFS4eJ85SpGTDpjlXoz7XFfS3MMOfjUCTuW1laTrQjm98I9Q30tsYpr8ew== -"@next/eslint-plugin-next@13.4.11": - version "13.4.11" - resolved "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.11.tgz" - integrity sha512-BsxI1DLtTZLX/MEoSg5Rilk2c6tlcjGseByxwasBPeoNH+fda/DZe8RkOmmmncNmTV/OzTBj/Pq6Pc3BqgLuBA== +"@next/eslint-plugin-next@13.4.12": + version "13.4.12" + resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.12.tgz#e75c4fedd0324d4f8fa8be2eb446270a462d3092" + integrity sha512-6rhK9CdxEgj/j1qvXIyLTWEaeFv7zOK8yJMulz3Owel0uek0U9MJCGzmKgYxM3aAUBo3gKeywCZKyQnJKto60A== dependencies: glob "7.1.7" @@ -7396,12 +7396,12 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-config-next@13.4.11, eslint-config-next@^13.0.6: - version "13.4.11" - resolved "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.4.11.tgz" - integrity sha512-nirAnOj0pFi4QYuVCEy9mTL2iRKCHtSzfls9vDtXyg4gSybiAHARyfXAGARtWwB+FPgo3bVhUQsflFpOjQi+Gw== +eslint-config-next@13.4.12, eslint-config-next@^13.0.6: + version "13.4.12" + resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-13.4.12.tgz#a42ed2f590855a0481c8bbec49e26db56ad3793f" + integrity sha512-ZF0r5vxKaVazyZH/37Au/XItiG7qUOBw+HaH3PeyXltIMwXorsn6bdrl0Nn9N5v5v9spc+6GM2ryjugbjF6X2g== dependencies: - "@next/eslint-plugin-next" "13.4.11" + "@next/eslint-plugin-next" "13.4.12" "@rushstack/eslint-patch" "^1.1.3" "@typescript-eslint/parser" "^5.42.0" eslint-import-resolver-node "^0.3.6"