diff --git a/package-lock.json b/package-lock.json index 91def04..2cbb4a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,24 +14,24 @@ "@nextcloud/initial-state": "^3.0.0", "@nextcloud/l10n": "^3.4.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0-rc.9", - "vue": "^3.5.21", + "@nextcloud/vue": "^9.4.0", + "vue": "^3.5.27", "vuedraggable": "^4.1.0" }, "devDependencies": { "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/eslint-config": "^9.0.0-rc.7", "@nextcloud/event-bus": "^3.3.2", - "@nextcloud/stylelint-config": "^3.1.1", + "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.2", "@vue/tsconfig": "^0.8.1", "eslint": "^9.39.2", - "sass": "^1.96.0", + "sass": "^1.97.3", "typescript": "^5.9.3", - "vite": "^7.1.10", + "vite": "^7.3.1", "vite-plugin-node-polyfills": "^0.25.0", - "vite-plugin-stylelint": "^6.0.2" + "vite-plugin-stylelint": "^6.0.4" }, "engines": { "node": "^24.13.0", @@ -1505,19 +1505,19 @@ } }, "node_modules/@nextcloud/stylelint-config": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.2.0.tgz", - "integrity": "sha512-DoTIk5doK5x06lakUaclxnPm3i4r7Ze7BS8OubkEFpHJYitsXLBl6y5YCYVHqKuZFz1VNLBc0NVdE/f/6RWGdg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.2.1.tgz", + "integrity": "sha512-fRWuN92ydC52+CGURBmbgkaAFDKOq9pmx/vsujr8cRKlGbAhLH+gyxzSpQUc37ZKKNaBDuUvcGzrqH/YipKbGA==", "dev": true, "license": "AGPL-3.0-or-later", "dependencies": { - "stylelint-use-logical": "^2.1.2" + "stylelint-use-logical": "^2.1.3" }, "engines": { "node": "^20.19 || ^22 || ^24" }, "peerDependencies": { - "stylelint": "^17.0.0", + "stylelint": "^17.1.1", "stylelint-config-recommended-scss": "^17.0.0", "stylelint-config-recommended-vue": "^1.6.1" } @@ -9542,9 +9542,9 @@ } }, "node_modules/stylelint": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.0.0.tgz", - "integrity": "sha512-saMZ2mqdQre4AfouxcbTdpVglDRcROb4MIucKHvgsDb/0IX7ODhcaz+EOIyfxAsm8Zjl/7j4hJj6MgIYYM8Xwg==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.1.1.tgz", + "integrity": "sha512-SBHVcLEcRF1M9OkD3oT0hT2PayDNLw2hd+aovmzfNQ2ys4Xd3oS9ZNizILWqhQvW802AqKN/vUTMwJqQYMBlWw==", "dev": true, "funding": [ { @@ -9573,7 +9573,7 @@ "debug": "^4.4.3", "fast-glob": "^3.3.3", "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^11.1.1", + "file-entry-cache": "^11.1.2", "global-modules": "^2.0.0", "globby": "^16.1.0", "globjoin": "^0.1.4", @@ -9724,16 +9724,16 @@ "license": "CC0-1.0" }, "node_modules/stylelint-use-logical": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/stylelint-use-logical/-/stylelint-use-logical-2.1.2.tgz", - "integrity": "sha512-4ffvPNk/swH4KS3izExWuzQOuzLmi0gb0uOhvxWJ20vDA5W5xKCjcHHtLoAj1kKvTIX6eGIN5xGtaVin9PD0wg==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/stylelint-use-logical/-/stylelint-use-logical-2.1.3.tgz", + "integrity": "sha512-haPkgxKre+eSqr4IZJnHwNT/9/wICykeFZIaz7rZbe4SohTHkw7vBahMOrZJZpdny/EBVHAcPH2IBeoiUcZWWw==", "dev": true, "license": "CC0-1.0", "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "stylelint": ">= 11 < 17" + "stylelint": ">= 11 < 18" } }, "node_modules/stylelint/node_modules/balanced-match": { diff --git a/package.json b/package.json index fd585ec..6ef17b2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/eslint-config": "^9.0.0-rc.7", "@nextcloud/event-bus": "^3.3.2", - "@nextcloud/stylelint-config": "^3.2.0", + "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.2", "@vue/tsconfig": "^0.8.1",