From 26ca49ad4be989cb9d806637b4d9a47ef20d48fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Nov 2021 10:41:34 +0000 Subject: [PATCH] build(deps-dev): Bump eslint from 7.32.0 to 8.1.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.1.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.1.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 88faafc..bc02315 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "postpublish": "git push origin && git push origin -f --tags" }, "devDependencies": { - "eslint": "^7.12.0", + "eslint": "^8.1.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.25.2", "eslint-plugin-node": "^11.1.0",