summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-28 09:38:07 +0000
committerGitHub <noreply@github.com>2024-06-28 09:38:07 +0000
commitef390fef18a10b18099b92b432901ee0de6ab7c5 (patch)
tree4fec3bea80b2db5f3ed2ba2a225354b8636426ec
parent1da2c9f671b050aebc24bb87132b44ef5e8f5b9b (diff)
parentfcd57be5c8920eaf5256710e9e0a9fcf23937a3d (diff)
Merge pull request #12606 from nextcloud/dependabot/npm_and_yarn/nextcloud/upload-1.4.1
-rw-r--r--package-lock.json67
-rw-r--r--package.json2
2 files changed, 53 insertions, 16 deletions
diff --git a/package-lock.json b/package-lock.json
index 0408e1518..7d6194e4a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,7 +22,7 @@
"@nextcloud/moment": "^1.3.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.1",
- "@nextcloud/upload": "^1.3.0",
+ "@nextcloud/upload": "^1.4.1",
"@nextcloud/vue": "^8.13.0",
"@vueuse/components": "^10.11.0",
"crypto-js": "^4.2.0",
@@ -3834,20 +3834,21 @@
}
},
"node_modules/@nextcloud/upload": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.3.0.tgz",
- "integrity": "sha512-M57S36i6wtFFI+eKmNVwjEFZSiS6/R2McIW4OWgPyfEQjtaqLcdX9WTqbkV/jksA61QIVXWSVJqir6iYMDfGXQ==",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.4.1.tgz",
+ "integrity": "sha512-5Y/Vred7hz/RJv5ftC206H0BXVgvQqNnXMOs+J3hTslNN0WU4ku3m0g4qlyg+zaDjThBsXIPJA1dpWuRuV8rHA==",
"dependencies": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.5.0",
"@nextcloud/dialogs": "^5.2.0",
- "@nextcloud/files": "^3.3.1",
- "@nextcloud/initial-state": "^2.2.0",
- "@nextcloud/l10n": "^3.0.1",
- "@nextcloud/logger": "^3.0.1",
+ "@nextcloud/files": "^3.5.1",
+ "@nextcloud/l10n": "^3.1.0",
+ "@nextcloud/logger": "^3.0.2",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
+ "@nextcloud/sharing": "^0.2.2",
"axios": "^1.7.2",
+ "axios-retry": "^4.4.0",
"crypto-browserify": "^3.12.0",
"p-cancelable": "^4.0.1",
"p-queue": "^8.0.0",
@@ -5848,6 +5849,17 @@
"proxy-from-env": "^1.1.0"
}
},
+ "node_modules/axios-retry": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.4.1.tgz",
+ "integrity": "sha512-JGzNoglDHtHWIEvvAampB0P7jxQ/sT4COmW0FgSQkVg6o4KqNjNMBI6uFVOq517hkw/OAYYAG08ADtBlV8lvmQ==",
+ "dependencies": {
+ "is-retry-allowed": "^2.2.0"
+ },
+ "peerDependencies": {
+ "axios": "0.x || 1.x"
+ }
+ },
"node_modules/babel-jest": {
"version": "29.7.0",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz",
@@ -11106,6 +11118,17 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/is-retry-allowed": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-2.2.0.tgz",
+ "integrity": "sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/is-shared-array-buffer": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
@@ -23093,20 +23116,21 @@
}
},
"@nextcloud/upload": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.3.0.tgz",
- "integrity": "sha512-M57S36i6wtFFI+eKmNVwjEFZSiS6/R2McIW4OWgPyfEQjtaqLcdX9WTqbkV/jksA61QIVXWSVJqir6iYMDfGXQ==",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.4.1.tgz",
+ "integrity": "sha512-5Y/Vred7hz/RJv5ftC206H0BXVgvQqNnXMOs+J3hTslNN0WU4ku3m0g4qlyg+zaDjThBsXIPJA1dpWuRuV8rHA==",
"requires": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.5.0",
"@nextcloud/dialogs": "^5.2.0",
- "@nextcloud/files": "^3.3.1",
- "@nextcloud/initial-state": "^2.2.0",
- "@nextcloud/l10n": "^3.0.1",
- "@nextcloud/logger": "^3.0.1",
+ "@nextcloud/files": "^3.5.1",
+ "@nextcloud/l10n": "^3.1.0",
+ "@nextcloud/logger": "^3.0.2",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
+ "@nextcloud/sharing": "^0.2.2",
"axios": "^1.7.2",
+ "axios-retry": "^4.4.0",
"crypto-browserify": "^3.12.0",
"p-cancelable": "^4.0.1",
"p-queue": "^8.0.0",
@@ -24680,6 +24704,14 @@
"proxy-from-env": "^1.1.0"
}
},
+ "axios-retry": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.4.1.tgz",
+ "integrity": "sha512-JGzNoglDHtHWIEvvAampB0P7jxQ/sT4COmW0FgSQkVg6o4KqNjNMBI6uFVOq517hkw/OAYYAG08ADtBlV8lvmQ==",
+ "requires": {
+ "is-retry-allowed": "^2.2.0"
+ }
+ },
"babel-jest": {
"version": "29.7.0",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz",
@@ -28626,6 +28658,11 @@
"has-tostringtag": "^1.0.0"
}
},
+ "is-retry-allowed": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-2.2.0.tgz",
+ "integrity": "sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg=="
+ },
"is-shared-array-buffer": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
diff --git a/package.json b/package.json
index 417afc2a1..becc4cf0c 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"@nextcloud/moment": "^1.3.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.1",
- "@nextcloud/upload": "^1.3.0",
+ "@nextcloud/upload": "^1.4.1",
"@nextcloud/vue": "^8.13.0",
"@vueuse/components": "^10.11.0",
"crypto-js": "^4.2.0",