|
|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
"@nextcloud/paths": "^2.2.1",
|
|
|
|
|
"@nextcloud/router": "^3.0.1",
|
|
|
|
|
"@nextcloud/sharing": "^0.2.4",
|
|
|
|
|
"@nextcloud/upload": "^1.8.0",
|
|
|
|
|
"@nextcloud/upload": "^1.9.0",
|
|
|
|
|
"@nextcloud/vue": "^8.23.1",
|
|
|
|
|
"@simplewebauthn/browser": "^12.0.0",
|
|
|
|
|
"@vueuse/components": "^11.1.0",
|
|
|
|
|
@ -4093,34 +4093,34 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@nextcloud/upload": {
|
|
|
|
|
"version": "1.8.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.8.0.tgz",
|
|
|
|
|
"integrity": "sha512-W/4dRdXj1bzeNSpayL6+NSQKjZ6FkPz0pWtnwGLMIK1DBq3rCtKRcnKAt5SIKrdyEESwi+MUzzV9fISphwdh0A==",
|
|
|
|
|
"version": "1.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-h/BdM9Vs1RY46I0Fx0N2zB03Oa4K/wnTW9C1V99cbjAa3ajL02I/a/72/2odmrpc2Xcf3yaBgJb2puQKtasIKA==",
|
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@nextcloud/auth": "^2.4.0",
|
|
|
|
|
"@nextcloud/axios": "^2.5.1",
|
|
|
|
|
"@nextcloud/capabilities": "^1.2.0",
|
|
|
|
|
"@nextcloud/dialogs": "^6.0.1",
|
|
|
|
|
"@nextcloud/files": "^3.10.1",
|
|
|
|
|
"@nextcloud/l10n": "^3.1.0",
|
|
|
|
|
"@nextcloud/dialogs": "^6.1.1",
|
|
|
|
|
"@nextcloud/files": "^3.10.2",
|
|
|
|
|
"@nextcloud/l10n": "^3.2.0",
|
|
|
|
|
"@nextcloud/logger": "^3.0.2",
|
|
|
|
|
"@nextcloud/paths": "^2.2.1",
|
|
|
|
|
"@nextcloud/router": "^3.0.0",
|
|
|
|
|
"@nextcloud/sharing": "^0.2.4",
|
|
|
|
|
"axios": "^1.7.9",
|
|
|
|
|
"axios": "^1.8.1",
|
|
|
|
|
"axios-retry": "^4.5.0",
|
|
|
|
|
"crypto-browserify": "^3.12.1",
|
|
|
|
|
"p-cancelable": "^4.0.1",
|
|
|
|
|
"p-queue": "^8.0.0",
|
|
|
|
|
"simple-eta": "^3.0.2"
|
|
|
|
|
"p-queue": "^8.1.0",
|
|
|
|
|
"typescript-event-target": "^1.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.0.0",
|
|
|
|
|
"npm": "^10.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@nextcloud/vue": "^8.0.0-beta || ^8.0.0",
|
|
|
|
|
"@nextcloud/vue": "^8.0.0",
|
|
|
|
|
"vue": "^2.7.16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -7845,9 +7845,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/axios": {
|
|
|
|
|
"version": "1.7.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
|
|
|
|
|
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
|
|
|
|
|
"version": "1.8.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz",
|
|
|
|
|
"integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"follow-redirects": "^1.15.6",
|
|
|
|
|
@ -22368,12 +22368,6 @@
|
|
|
|
|
"node": ">=14.16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/simple-eta": {
|
|
|
|
|
"version": "3.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/simple-eta/-/simple-eta-3.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-+OmPgi01yHK/bRNQDoehUcV8fqs9nNJkG2DoWCnnLvj0lmowab7BH3v9776BG0y7dGEOLh0F7mfd37k+ht26Yw==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/sinon": {
|
|
|
|
|
"version": "5.0.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/sinon/-/sinon-5.0.7.tgz",
|
|
|
|
|
|