From 69f56981f4c7ae38a5cc9793b9b3dbe27a9ae25f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 12:51:54 +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 2c85dde7c..eba4c00bb 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 c8810d012..33d34d14d 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.1",