From 52fd996986b6393a22f5ab185c0b22b31558a2e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 07:36:29 +0000 Subject: [PATCH] chore(deps-dev): bump eslint from 8.10.0 to 8.11.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.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.10.0...v8.11.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0d59e9e..11689ca 100644 --- a/package.json +++ b/package.json @@ -66,9 +66,9 @@ "@commitlint/config-angular": "^16.2.1", "@commitlint/config-conventional": "^16.2.1", "@commitlint/prompt-cli": "^16.2.1", - "@nrwl/cli": "13.8.4", + "@nrwl/cli": "13.8.8", "@nrwl/cypress": "13.8.4", - "@nrwl/eslint-plugin-nx": "13.8.3", + "@nrwl/eslint-plugin-nx": "13.8.8", "@nrwl/jest": "13.8.4", "@nrwl/linter": "13.8.3", "@nrwl/nx-cloud": "latest", @@ -82,7 +82,7 @@ "@typescript-eslint/eslint-plugin": "~5.13.0", "@typescript-eslint/parser": "~5.10.0", "cypress": "^9.1.0", - "eslint": "~8.10.0", + "eslint": "~8.11.0", "eslint-config-prettier": "8.4.0", "eslint-plugin-cypress": "^2.10.3", "hasky": "^3.0.2",