From 9f6871c92398bbe4c252f4d0501a24c9645c5772 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 01:20:21 +0000 Subject: [PATCH] Bump @nextcloud/eslint-config from 2.0.0 to 2.1.0 Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/nextcloud/eslint-config/releases) - [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/eslint-config/compare/v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b8772f7..d983f9c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5471,9 +5471,9 @@ } }, "@nextcloud/eslint-config": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-2.0.0.tgz", - "integrity": "sha512-rpBCwFm4/UpJUhGf38CHbOGzoQikvht90JqqbI0GtbpP2Ty1F8Pvr/3ntg+OVeu6utkJL1hybtD9pQswiZfWCg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-2.1.0.tgz", + "integrity": "sha512-E1ehi28zuIbbj5qRkU39VxVmGVaDvAmBFwPId0qwTO8+cBvIUiDMOZ1DaOGyNZoPpuss39GUPPiX9Sr3cYEW5A==", "dev": true }, "@nextcloud/eslint-plugin": { diff --git a/package.json b/package.json index a550c631..c7c209eb 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@babel/preset-env": "^7.10.4", "@vue/test-utils": "^1.0.0-beta.29", "@nextcloud/browserslist-config": "^1.0.0", - "@nextcloud/eslint-config": "^2.0.0", + "@nextcloud/eslint-config": "^2.1.0", "@nextcloud/eslint-plugin": "^1.4.0", "acorn": "^7.1.1", "babel-eslint": "^10.0.3",