From 4026a420920a2d921d8e44089a1eec65a2279002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 00:43:47 +0000 Subject: [PATCH] Bump eslint from 8.26.0 to 8.28.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.28.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.26.0...v8.28.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8c2b93a..8842877 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.42.0", "autoprefixer": "^10.4.13", - "eslint": "^8.26.0", + "eslint": "^8.28.0", "eslint-config-next": "^13.0.2", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-simple-import-sort": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index b6ceb2e..6ae7d67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6438,10 +6438,10 @@ eslint@^7.28.0: text-table "^0.2.0" v8-compile-cache "^2.0.3" -eslint@^8.26.0: - version "8.26.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d" - integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg== +eslint@^8.28.0: + version "8.28.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.28.0.tgz#81a680732634677cc890134bcdd9fdfea8e63d6e" + integrity sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ== dependencies: "@eslint/eslintrc" "^1.3.3" "@humanwhocodes/config-array" "^0.11.6"