diff --git a/package-lock.json b/package-lock.json index e768492..75446c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nextcloud/event-bus": "^3.3.3" }, "devDependencies": { - "@nextcloud/eslint-config": "^9.0.0-rc.7", + "@nextcloud/eslint-config": "^9.0.0-rc.8", "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.2", "@vitest/coverage-v8": "^4.0.18", @@ -1021,24 +1021,24 @@ } }, "node_modules/@nextcloud/eslint-config": { - "version": "9.0.0-rc.7", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.0-rc.7.tgz", - "integrity": "sha512-hHMU+A1kjBGUsVEQtaiLUgMlhtgnk8rxmJC33aKfkRT5DsrWulRvcWIOzXLiJgkEJbvr1eghF7NGua0AQsGkNQ==", + "version": "9.0.0-rc.8", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.0-rc.8.tgz", + "integrity": "sha512-VOXMNeC84PwxG/bdlF0ZXjDG3hGfAsI6KDZieCahcmIE++VYWiGn9vYIVGEahCTJFzSkfejyayVR14uxoxcdSw==", "dev": true, "license": "AGPL-3.0-or-later", "dependencies": { "@eslint/json": "^0.14.0", - "@stylistic/eslint-plugin": "^5.7.0", + "@stylistic/eslint-plugin": "^5.7.1", "eslint-config-flat-gitignore": "^2.1.0", "eslint-plugin-antfu": "^3.1.3", - "eslint-plugin-jsdoc": "^62.0.0", - "eslint-plugin-perfectionist": "^5.3.1", - "eslint-plugin-vue": "^10.6.2", + "eslint-plugin-jsdoc": "^62.4.1", + "eslint-plugin-perfectionist": "^5.4.0", + "eslint-plugin-vue": "^10.7.0", "fast-xml-parser": "^5.3.3", - "globals": "^17.0.0", + "globals": "^17.1.0", "semver": "^7.7.3", - "sort-package-json": "^3.6.0", - "typescript-eslint": "^8.53.0" + "sort-package-json": "^3.6.1", + "typescript-eslint": "^8.54.0" }, "engines": { "node": "^20.19 || ^22 || ^24" @@ -6637,9 +6637,9 @@ "license": "MIT" }, "node_modules/sort-package-json": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-3.6.0.tgz", - "integrity": "sha512-fyJsPLhWvY7u2KsKPZn1PixbXp+1m7V8NWqU8CvgFRbMEX41Ffw1kD8n0CfJiGoaSfoAvbrqRRl/DcHO8omQOQ==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-3.6.1.tgz", + "integrity": "sha512-Chgejw1+10p2D0U2tB7au1lHtz6TkFnxmvZktyBCRyV0GgmF6nl1IxXxAsPtJVsUyg/fo+BfCMAVVFUVRkAHrQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2c7d425..ee31bd7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nextcloud/event-bus": "^3.3.3" }, "devDependencies": { - "@nextcloud/eslint-config": "^9.0.0-rc.7", + "@nextcloud/eslint-config": "^9.0.0-rc.8", "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.2", "@vitest/coverage-v8": "^4.0.18",