From c55ef58ea94eda14bd9b26bca5aa79afa5de5d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 12:44:48 +0000 Subject: [PATCH] Bump @nextcloud/eslint-plugin from 1.4.0 to 1.5.0 Bumps [@nextcloud/eslint-plugin](https://github.com/nextcloud/eslint-plugin) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/nextcloud/eslint-plugin/releases) - [Changelog](https://github.com/nextcloud/eslint-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/eslint-plugin/compare/v1.4.0...v1.5.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 423848143..04e5e190e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3470,9 +3470,9 @@ "dev": true }, "@nextcloud/eslint-plugin": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-plugin/-/eslint-plugin-1.4.0.tgz", - "integrity": "sha512-w3k04Rj1lBHO4MNhiO4e4WPnijsqTYJhBJ3v+8bYlBi83L5OG+oqu7UHq4ETeDrHVC8QLweu/8vx6iGah00img==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-plugin/-/eslint-plugin-1.5.0.tgz", + "integrity": "sha512-cM8+xlJy1FPiADGBcFn3mB2RYQLQjME/jMF5YVEIA1AQGavgT4JHo+I6DVIBoTyoGbAGrTf94FDrRKdoIm1JWQ==", "dev": true, "requires": { "requireindex": "^1.2.0" diff --git a/package.json b/package.json index 891fdd1ed..51e80d614 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@babel/preset-env": "^7.11.5", "@nextcloud/browserslist-config": "^1.0.0", "@nextcloud/eslint-config": "^2.1.0", - "@nextcloud/eslint-plugin": "^1.4.0", + "@nextcloud/eslint-plugin": "^1.5.0", "@nextcloud/webpack-vue-config": "^1.4.1", "@vue/test-utils": "^1.1.0", "acorn": "^8.0.3",