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": {