From 24f5b55fd9265e9cf9076695f83afa4790500263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 10:46:43 +0000 Subject: [PATCH] Bump eslint from 8.26.0 to 8.27.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.27.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.27.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 | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fb2c6b9..3dcb048 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/node": "^18.11.9", "@types/react": "^18.0.24", "@types/websocket": "^1.0.5", - "eslint": "8.26.0", + "eslint": "8.27.0", "eslint-config-next": "12.3.1", "typescript": "^4.8.4" } diff --git a/yarn.lock b/yarn.lock index 0f7f089..aa2005d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1499,9 +1499,10 @@ eslint-visitor-keys@^3.3.0: version "3.3.0" resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz" -eslint@8.26.0: - version "8.26.0" - resolved "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz" +eslint@8.27.0: + version "8.27.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.27.0.tgz#d547e2f7239994ad1faa4bb5d84e5d809db7cf64" + integrity sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ== dependencies: "@eslint/eslintrc" "^1.3.3" "@humanwhocodes/config-array" "^0.11.6"