From db6fa15ca5377988d0906136676057cdfd3005e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 19:33:07 +0000 Subject: [PATCH] chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0 to 9.0.1 Bumps [@nextcloud/eslint-config](https://github.com/nextcloud-libraries/eslint-config) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/nextcloud-libraries/eslint-config/releases) - [Changelog](https://github.com/nextcloud-libraries/eslint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/eslint-config/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: "@nextcloud/eslint-config" dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad21834d..28f830d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1100,28 +1100,27 @@ } }, "node_modules/@nextcloud/eslint-config": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.0.tgz", - "integrity": "sha512-f+bDJtt9gkEQAzPah0SpWmJDfFe5Y48AwgiL35YNyOuZ2ar+WMOwIGiMuplcDThkI9DNywO1xIpl/pmsKVCkwQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.1.tgz", + "integrity": "sha512-TzJrZdrIJgnoW9V0U31sLuhot/i1kWB3A9VMFUiuMXEKYQUTwgL4LTA5DbJ6Dnlsx+6XuR3Bi6d4RWfaeLzlJw==", "dev": true, - "license": "AGPL-3.0-or-later", "dependencies": { "@eslint/js": "^10.0.1", "@eslint/json": "^2.0.0", "@stylistic/eslint-plugin": "^5.10.0", "eslint-config-flat-gitignore": "^2.3.0", "eslint-plugin-antfu": "^3.2.3", - "eslint-plugin-jsdoc": "^63.0.7", + "eslint-plugin-jsdoc": "^63.0.10", "eslint-plugin-perfectionist": "^5.9.1", "eslint-plugin-vue": "^10.9.2", "fast-xml-parser": "^5.9.3", "globals": "^17.7.0", "semver": "^7.8.5", "sort-package-json": "^4.0.0", - "typescript-eslint": "^8.62.0" + "typescript-eslint": "^8.62.1" }, "engines": { - "node": "^22.13 || ^24 || >=26" + "node": "^22.14 || ^24 || >=26" }, "peerDependencies": { "eslint": ">=10" @@ -9988,9 +9987,9 @@ } }, "@nextcloud/eslint-config": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.0.tgz", - "integrity": "sha512-f+bDJtt9gkEQAzPah0SpWmJDfFe5Y48AwgiL35YNyOuZ2ar+WMOwIGiMuplcDThkI9DNywO1xIpl/pmsKVCkwQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.1.tgz", + "integrity": "sha512-TzJrZdrIJgnoW9V0U31sLuhot/i1kWB3A9VMFUiuMXEKYQUTwgL4LTA5DbJ6Dnlsx+6XuR3Bi6d4RWfaeLzlJw==", "dev": true, "requires": { "@eslint/js": "^10.0.1", @@ -9998,14 +9997,14 @@ "@stylistic/eslint-plugin": "^5.10.0", "eslint-config-flat-gitignore": "^2.3.0", "eslint-plugin-antfu": "^3.2.3", - "eslint-plugin-jsdoc": "^63.0.7", + "eslint-plugin-jsdoc": "^63.0.10", "eslint-plugin-perfectionist": "^5.9.1", "eslint-plugin-vue": "^10.9.2", "fast-xml-parser": "^5.9.3", "globals": "^17.7.0", "semver": "^7.8.5", "sort-package-json": "^4.0.0", - "typescript-eslint": "^8.62.0" + "typescript-eslint": "^8.62.1" }, "dependencies": { "semver": {