From 79fe285dbd1025e248a12100014a74f208cfd91b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 11:03:19 +0000 Subject: [PATCH] Bump eslint from 8.27.0 to 8.28.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.27.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.27.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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 371bab6..2d0ef37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@headlessui/tailwindcss": "^0.1.1", "@igorkowalczyk/is-browser": "^1.0.1", "@tailwindcss/aspect-ratio": "^0.4.2", - "eslint": "8.27.0", + "eslint": "8.28.0", "eslint-config-next": "13.0.3", "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.1.13", @@ -1407,9 +1407,9 @@ } }, "node_modules/eslint": { - "version": "8.27.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz", - "integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==", + "version": "8.28.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.28.0.tgz", + "integrity": "sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.3", diff --git a/package.json b/package.json index 1ed2606..cabd819 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@headlessui/tailwindcss": "^0.1.1", "@igorkowalczyk/is-browser": "^1.0.1", "@tailwindcss/aspect-ratio": "^0.4.2", - "eslint": "8.27.0", + "eslint": "8.28.0", "eslint-config-next": "13.0.3", "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.1.13",