From 535a0a438176b4dc3b5c0e6067474a4e6b2bd6b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 10:20:58 +0000 Subject: [PATCH] Bump @nextcloud/eslint-config from 5.0.0 to 5.1.0 Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/nextcloud/eslint-config/releases) - [Changelog](https://github.com/nextcloud/eslint-config/blob/v5.1.0/CHANGELOG.md) - [Commits](https://github.com/nextcloud/eslint-config/compare/v5.0.0...v5.1.0) Signed-off-by: dependabot[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 ded2f7b59..77d8b9237 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4835,9 +4835,9 @@ } }, "@nextcloud/eslint-config": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-5.0.0.tgz", - "integrity": "sha512-f/QNRo2EQshGzgxIkzq0QyoCt2k8viXhO1UYIx56ScOPahBH04xcHUp1gNxMHOcmTgsUHQN4et6jr6KGz9GghA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-5.1.0.tgz", + "integrity": "sha512-NNSKvgkV6dSGD77ty7OARdO2YwL+fAvxkegXJK1UaTI9nSDsiPAHyYwaYrkOUmrVygpprzqsdnTofeKIq1JepQ==", "dev": true }, "@nextcloud/eslint-plugin": { diff --git a/package.json b/package.json index 3f97eac7f..10d60ea2a 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@babel/preset-env": "^7.13.15", "@nextcloud/babel-config": "^1.0.0-beta.1", "@nextcloud/browserslist-config": "^2.1.0", - "@nextcloud/eslint-config": "^5.0.0", + "@nextcloud/eslint-config": "^5.1.0", "@nextcloud/eslint-plugin": "^2.0.0", "@nextcloud/webpack-vue-config": "^4.0.3", "@relative-ci/agent": "^1.5.0",