From 9063e4100a51f42f82c989d6e3b1f61f8450bc99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 08:12:03 +0000 Subject: [PATCH] chore(deps-dev): bump eslint from 8.8.0 to 8.31.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.31.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.8.0...v8.31.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e8af41..010d9bc 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "commitlint-config-cz": "~0.13.0", "cz-conventional-changelog": "~3.3.0", "dateformat": "~5.0.1", - "eslint": "~8.8.0", + "eslint": "~8.31.0", "eslint-config-airbnb": "~19.0.0", "eslint-config-prettier": "^8.0.0", "eslint-plugin-import": "~2.25.1",