diff --git a/package-lock.json b/package-lock.json index d590170..d9a60b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.0", - "@nextcloud/eslint-config": "^v9.0.0", + "@nextcloud/eslint-config": "^v9.0.1", "@nextcloud/vite-config": "^2.5.4", "@vue/test-utils": "^2.4.11", "jsdom": "^29.1.1", @@ -1627,9 +1627,9 @@ } }, "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": { @@ -1638,17 +1638,17 @@ "@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" diff --git a/package.json b/package.json index 57e02c3..151a830 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.0", - "@nextcloud/eslint-config": "^v9.0.0", + "@nextcloud/eslint-config": "^v9.0.1", "@nextcloud/vite-config": "^2.5.4", "@vue/test-utils": "^2.4.11", "jsdom": "^29.1.1",