From 93edee3f5bcc2d7932da537b6fb716f57862c036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Oct 2021 16:44:11 +0200 Subject: [PATCH] chore(deps-dev): bump eslint from 7.32.0 to 8.0.0 (#127) Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.0.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6a7213..7c285f9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "camaro": "^5.0.0", "chai": "^4.2.0", "cheerio": "^0.22.0", - "eslint": "^7.1.0", + "eslint": "^8.0.0", "eslint-config-hexo": "^4.1.0", "hexo": "^5.0.0", "mocha": "^8.0.1",