diff --git a/package-lock.json b/package-lock.json index 6fc41cb0dd..e71d0006c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@ckpack/vue-color": "^1.6.0", "@floating-ui/dom": "^1.6.10", "@nextcloud/auth": "^2.4.0", - "@nextcloud/axios": "^2.5.0", + "@nextcloud/axios": "^2.5.1", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/event-bus": "^3.3.1", @@ -20,7 +20,7 @@ "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.1", - "@nextcloud/sharing": "^0.2.3", + "@nextcloud/sharing": "^0.2.4", "@nextcloud/timezones": "^0.1.1", "@vueuse/components": "^12.4.0", "@vueuse/core": "^12.4.0", @@ -63,7 +63,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/vite-config": "^2.2.2", + "@nextcloud/vite-config": "^2.3.0", "@nextcloud/webpack-vue-config": "github:nextcloud/webpack-vue-config#vue3", "@playwright/experimental-ct-vue": "^1.49.1", "@playwright/test": "^1.49.1", @@ -3111,9 +3111,9 @@ } }, "node_modules/@nextcloud/axios": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.5.0.tgz", - "integrity": "sha512-82LQ5PZA0ZVUnS8QiGoAGOR5kE7EKD84qEEgeZJ+Y7p5iljwi3AT6niQuP7YuHjt3MKM+6jQiyghZk5SquiszQ==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.5.1.tgz", + "integrity": "sha512-AA7BPF/rsOZWAiVxqlobGSdD67AEwjOnymZCKUIwEIBArKxYK7OQEqcILDjQwgj6G0e/Vg9Y8zTVsPZp+mlvwA==", "dependencies": { "@nextcloud/auth": "^2.3.0", "@nextcloud/router": "^3.0.1", @@ -3318,9 +3318,9 @@ } }, "node_modules/@nextcloud/sharing": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.3.tgz", - "integrity": "sha512-hxQFOBBahbJkcmAGZFVS3943pQGSafNF6LMHmgcj0JPqExu1DWKuZvsCXZnGkaRJVcewHnZFcLAhpOf+VfcZmA==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.4.tgz", + "integrity": "sha512-kOLAr0w4NDUGPF42L22i9iSs6Z3ylTsE0RudAGDBzw/pnxGY8PEwZI2j0IMAFRfQ7XFNcpV/EVHI5YCMxtxGMQ==", "dependencies": { "@nextcloud/initial-state": "^2.2.0" }, diff --git a/package.json b/package.json index da941d6e23..4f2c0d2ec6 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@ckpack/vue-color": "^1.6.0", "@floating-ui/dom": "^1.6.10", "@nextcloud/auth": "^2.4.0", - "@nextcloud/axios": "^2.5.0", + "@nextcloud/axios": "^2.5.1", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/event-bus": "^3.3.1", @@ -75,7 +75,7 @@ "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.1", - "@nextcloud/sharing": "^0.2.3", + "@nextcloud/sharing": "^0.2.4", "@nextcloud/timezones": "^0.1.1", "@vueuse/components": "^12.4.0", "@vueuse/core": "^12.4.0", @@ -122,7 +122,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/vite-config": "^2.2.2", + "@nextcloud/vite-config": "^2.3.0", "@nextcloud/webpack-vue-config": "github:nextcloud/webpack-vue-config#vue3", "@playwright/experimental-ct-vue": "^1.49.1", "@playwright/test": "^1.49.1",