From f80526a1669c1df6dfb0b6d4d6ee3112e818a46e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 07:35:33 -0700 Subject: [PATCH] chore: update eslint requirement from ^8.10.0 to ^8.11.0 (#83) Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version. - [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.10.0...v8.11.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development ... 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 ef10c33e..3901cf5c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@npmcli/eslint-config": "*", "@npmcli/promise-spawn": "^2.0.1", "@npmcli/template-oss": "file:./", - "eslint": "^8.10.0", + "eslint": "^8.11.0", "eslint-plugin-node": "^11.1.0", "tap": "*" },