]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore(deps): Bump @nextcloud/upload to 1.0.4
authorJohn Molakvoæ <skjnldsv@protonmail.com>
Fri, 15 Dec 2023 14:18:08 +0000 (15:18 +0100)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Fri, 15 Dec 2023 14:18:08 +0000 (15:18 +0100)
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
package-lock.json
package.json

index 4b3f8fa647607c46e4df0432cfa25839855b889e..215a1b09435a26963dee16014b425f279de72bbd 100644 (file)
@@ -28,7 +28,7 @@
         "@nextcloud/paths": "^2.1.0",
         "@nextcloud/router": "^2.1.2",
         "@nextcloud/sharing": "^0.1.0",
-        "@nextcloud/upload": "^1.0.3",
+        "@nextcloud/upload": "^1.0.4",
         "@nextcloud/vue": "^8.3.0",
         "@skjnldsv/sanitize-svg": "^1.0.2",
         "@vueuse/components": "^10.4.1",
       }
     },
     "node_modules/@nextcloud/upload": {
-      "version": "1.0.3",
-      "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.0.3.tgz",
-      "integrity": "sha512-SfhM+Pq3nnD/WDowOIerBv5+0FKfsnul26dXtIxPjbe5Xa1faDrURBouqWv/FhixGKNdPgQeJ1QbDjWBTHjQDw==",
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.0.4.tgz",
+      "integrity": "sha512-ntyNCuhnCluied3CYAdMWjQTjbfUW/kJmyyhwX0jBjjM+6vadm4EDGFuDp14m0WL1I5IMawe3CztwdBRMWs7QQ==",
       "dependencies": {
         "@nextcloud/auth": "^2.2.1",
         "@nextcloud/axios": "^2.4.0",
         "@nextcloud/files": "^3.0.0",
         "@nextcloud/l10n": "^2.2.0",
         "@nextcloud/logger": "^2.7.0",
+        "@nextcloud/paths": "^2.1.0",
         "@nextcloud/router": "^2.2.0",
         "buffer": "^6.0.3",
         "crypto-browserify": "^3.12.0",
         "p-cancelable": "^4.0.1",
         "p-limit": "^5.0.0",
-        "p-queue": "^7.4.1",
+        "p-queue": "^8.0.0",
         "simple-eta": "^3.0.2",
         "vue": "^2.7.15"
       },
         "@nextcloud/vue": "^8.0.0-beta || ^8.0.0"
       }
     },
+    "node_modules/@nextcloud/upload/node_modules/eventemitter3": {
+      "version": "5.0.1",
+      "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
+      "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="
+    },
     "node_modules/@nextcloud/upload/node_modules/p-limit": {
       "version": "5.0.0",
       "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-5.0.0.tgz",
         "url": "https://github.com/sponsors/sindresorhus"
       }
     },
+    "node_modules/@nextcloud/upload/node_modules/p-queue": {
+      "version": "8.0.1",
+      "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz",
+      "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==",
+      "dependencies": {
+        "eventemitter3": "^5.0.1",
+        "p-timeout": "^6.1.2"
+      },
+      "engines": {
+        "node": ">=18"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/sindresorhus"
+      }
+    },
+    "node_modules/@nextcloud/upload/node_modules/p-timeout": {
+      "version": "6.1.2",
+      "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.2.tgz",
+      "integrity": "sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==",
+      "engines": {
+        "node": ">=14.16"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/sindresorhus"
+      }
+    },
     "node_modules/@nextcloud/vue": {
       "version": "8.3.0",
       "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.3.0.tgz",
index db94305722a7d92c205bf1b61a953c18b363e55f..714718b274dc1efc14947f801e654c0936264125 100644 (file)
@@ -55,7 +55,7 @@
     "@nextcloud/paths": "^2.1.0",
     "@nextcloud/router": "^2.1.2",
     "@nextcloud/sharing": "^0.1.0",
-    "@nextcloud/upload": "^1.0.3",
+    "@nextcloud/upload": "^1.0.4",
     "@nextcloud/vue": "^8.3.0",
     "@skjnldsv/sanitize-svg": "^1.0.2",
     "@vueuse/components": "^10.4.1",