chore(deps): bump @nextcloud/upload to 1.0.5

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
skjnldsv 2024-02-14 18:08:21 +01:00
parent 0fb3cfd4b6
commit 327d1489cf
9 changed files with 17 additions and 16 deletions

3
dist/3338-3338.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

3
dist/5935-5935.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/5935-5935.js.map vendored Normal file

File diff suppressed because one or more lines are too long

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

17
package-lock.json generated
View file

@ -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",
@ -4081,9 +4081,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",
@ -4093,20 +4093,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": {

View file

@ -56,7 +56,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",