From 6c66ead41f8320e4fa59b1ccb3f674c2274cea80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 13:06:24 +0000 Subject: [PATCH] build(deps-dev): bump eslint from 7.32.0 to 8.32.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.32.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/v7.32.0...v8.32.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c1f9e1..11d9d52 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "homepage": "https://aasaam.github.io/information/", "devDependencies": { "check-dts": "^0", - "eslint": "^7", + "eslint": "^8", "eslint-config-airbnb": "^18", "eslint-config-prettier": "^8", "eslint-plugin-import": "^2",