From d0d96891fed7d7f006323dc00c7af23a07c10117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:04:41 +0000 Subject: [PATCH] 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 9938ef9..40fcf89 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "devDependencies": { "chai": "^4.1.2", "coveralls": "^3.0.0", - "eslint": "^7.9.0", + "eslint": "^8.32.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-plugin-import": "^2.7.0", "mocha": "^8.1.3",