diff --git a/package-lock.json b/package-lock.json index 10d7cea9c..247717b29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1747,9 +1747,9 @@ "dev": true }, "@nextcloud/eslint-config": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-1.1.1.tgz", - "integrity": "sha512-oSwye/bMsN3WHCBPX1h6XcXHYodbullS4HK9ltTZR+V9DionfPCbXvyP25zdNrKrKHpUFLalN0E9dE/RTy3m8g==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-1.2.0.tgz", + "integrity": "sha512-aI89LvMy/NoJBlaO45RGGIh/mzRwNpykUqi8RV+5p1oWu4qSe3V2mF/TAt/hWRZf5h1p+Wh95fiZ8XGlECrySA==", "dev": true }, "@nextcloud/eslint-plugin": { diff --git a/package.json b/package.json index fae831db7..7d3969701 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.9.0", "@nextcloud/browserslist-config": "^1.0.0", - "@nextcloud/eslint-config": "^1.1.1", + "@nextcloud/eslint-config": "^1.2.0", "@nextcloud/eslint-plugin": "^1.1.0", "@vue/test-utils": "^1.0.0-beta.32", "babel-core": "^7.0.0-bridge.0",