diff --git a/package-lock.json b/package-lock.json index 393cf3513..2f23b6273 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "devDependencies": { "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.2.0", - "@nextcloud/eslint-config": "^6.1.1", + "@nextcloud/eslint-config": "^6.1.2", "@nextcloud/stylelint-config": "^1.0.0-beta.0", "@nextcloud/webpack-vue-config": "^4.2.0", "@relative-ci/agent": "^3.0.0", @@ -2764,9 +2764,9 @@ } }, "node_modules/@nextcloud/eslint-config": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-6.1.1.tgz", - "integrity": "sha512-r2yAhYh/YJYnSEU1xEPWyvQeYI0/0Ej2n0Mjp1RvG8Xf2LGnraTGYDHEX+t0KiGrmD9EUqS1Uj2rRUWy4pxZBA==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-6.1.2.tgz", + "integrity": "sha512-KEErxReF89vuOVRvOWtky/j1UtOjBGgtDK+LjdehGah66P9se0WACtbIC+3DLZ9IIrtOP45X05LashELnXs7dg==", "dev": true, "engines": { "node": "^14.0.0", @@ -20764,9 +20764,9 @@ } }, "@nextcloud/eslint-config": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-6.1.1.tgz", - "integrity": "sha512-r2yAhYh/YJYnSEU1xEPWyvQeYI0/0Ej2n0Mjp1RvG8Xf2LGnraTGYDHEX+t0KiGrmD9EUqS1Uj2rRUWy4pxZBA==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-6.1.2.tgz", + "integrity": "sha512-KEErxReF89vuOVRvOWtky/j1UtOjBGgtDK+LjdehGah66P9se0WACtbIC+3DLZ9IIrtOP45X05LashELnXs7dg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index cc1d1d8d8..c5eb8fcca 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "devDependencies": { "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.2.0", - "@nextcloud/eslint-config": "^6.1.1", + "@nextcloud/eslint-config": "^6.1.2", "@nextcloud/stylelint-config": "^1.0.0-beta.0", "@nextcloud/webpack-vue-config": "^4.2.0", "@relative-ci/agent": "^3.0.0",