diff --git a/package-lock.json b/package-lock.json index 91def04..c301ef6 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.0", "@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", @@ -3527,13 +3527,13 @@ } }, "node_modules/axios": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", - "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", + "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.4", + "follow-redirects": "^1.15.11", + "form-data": "^4.0.5", "proxy-from-env": "^1.1.0" } },