|
@@ -29,7 +29,7 @@
|
|
|
"@nextcloud/paths": "^2.1.0",
|
|
|
"@nextcloud/router": "^2.2.1",
|
|
|
"@nextcloud/sharing": "^0.1.0",
|
|
|
- "@nextcloud/upload": "^1.0.4",
|
|
|
+ "@nextcloud/upload": "^1.0.5",
|
|
|
"@nextcloud/vue": "^8.6.2",
|
|
|
"@skjnldsv/sanitize-svg": "^1.0.2",
|
|
|
"@vueuse/components": "^10.7.2",
|
|
@@ -4078,9 +4078,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@nextcloud/upload": {
|
|
|
- "version": "1.0.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.0.4.tgz",
|
|
|
- "integrity": "sha512-ntyNCuhnCluied3CYAdMWjQTjbfUW/kJmyyhwX0jBjjM+6vadm4EDGFuDp14m0WL1I5IMawe3CztwdBRMWs7QQ==",
|
|
|
+ "version": "1.0.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.0.5.tgz",
|
|
|
+ "integrity": "sha512-QMojKvnBnxmxiKaFTpFIugaGsVQtjCvOrLdKzpa5IoNhouupI0vrE77aEXZuoOrhUHga9unN1YSA2hY0n8WrOQ==",
|
|
|
"dependencies": {
|
|
|
"@nextcloud/auth": "^2.2.1",
|
|
|
"@nextcloud/axios": "^2.4.0",
|
|
@@ -4090,20 +4090,21 @@
|
|
|
"@nextcloud/logger": "^2.7.0",
|
|
|
"@nextcloud/paths": "^2.1.0",
|
|
|
"@nextcloud/router": "^2.2.0",
|
|
|
+ "axios": "^1.6.2",
|
|
|
"buffer": "^6.0.3",
|
|
|
"crypto-browserify": "^3.12.0",
|
|
|
"p-cancelable": "^4.0.1",
|
|
|
"p-limit": "^5.0.0",
|
|
|
"p-queue": "^8.0.0",
|
|
|
- "simple-eta": "^3.0.2",
|
|
|
- "vue": "^2.7.15"
|
|
|
+ "simple-eta": "^3.0.2"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": "^20.0.0",
|
|
|
- "npm": "^9.0.0"
|
|
|
+ "npm": "^10.0.0"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
- "@nextcloud/vue": "^8.0.0-beta || ^8.0.0"
|
|
|
+ "@nextcloud/vue": "^8.0.0-beta || ^8.0.0",
|
|
|
+ "vue": "^2.7.16"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@nextcloud/upload/node_modules/eventemitter3": {
|