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] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-10-07 12:44:48 +00:00
committed by GitHub
parent 29d80fb2df
commit c55ef58ea9
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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"

View File

@@ -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",