From 52a2707ff9174a27ccab9459e62a4de3948b1f9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 02:07:49 +0000 Subject: [PATCH] chore(deps): update dependency @nextcloud/eslint-config to ^8.1.5 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 369c59e9d..32d09e4ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -92,7 +92,7 @@ "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.3.0", "@nextcloud/cypress": "^1.0.0-beta.2", - "@nextcloud/eslint-config": "^8.1.4", + "@nextcloud/eslint-config": "^8.1.5", "@nextcloud/stylelint-config": "^2.3.0", "@nextcloud/webpack-vue-config": "^5.4.0", "@vitejs/plugin-vue2": "^2.2.0", @@ -3461,9 +3461,9 @@ } }, "node_modules/@nextcloud/eslint-config": { - "version": "8.1.4", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-8.1.4.tgz", - "integrity": "sha512-K5jhxWgquyV4YR4bgR0rf9AzHAoqqAbsCN3KCs9GkqLsc/ETtcnESL80C+DoWMr5Ibkbx0Knn6bMDBvVio8TuQ==", + "version": "8.1.5", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-8.1.5.tgz", + "integrity": "sha512-LuGqF8/YzdKAUsdd60xmXBN8LBmXgU2cwVLAnG3j1kbXRydZOSQEdqcPOz9bAzp3J2yaq5sTR3ZeZapTH+Jljg==", "dev": true, "engines": { "node": "^16.0.0", @@ -22283,9 +22283,9 @@ } }, "@nextcloud/eslint-config": { - "version": "8.1.4", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-8.1.4.tgz", - "integrity": "sha512-K5jhxWgquyV4YR4bgR0rf9AzHAoqqAbsCN3KCs9GkqLsc/ETtcnESL80C+DoWMr5Ibkbx0Knn6bMDBvVio8TuQ==", + "version": "8.1.5", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-8.1.5.tgz", + "integrity": "sha512-LuGqF8/YzdKAUsdd60xmXBN8LBmXgU2cwVLAnG3j1kbXRydZOSQEdqcPOz9bAzp3J2yaq5sTR3ZeZapTH+Jljg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 2f349c002..5c1d64746 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.3.0", "@nextcloud/cypress": "^1.0.0-beta.2", - "@nextcloud/eslint-config": "^8.1.4", + "@nextcloud/eslint-config": "^8.1.5", "@nextcloud/stylelint-config": "^2.3.0", "@nextcloud/webpack-vue-config": "^5.4.0", "@vitejs/plugin-vue2": "^2.2.0",