aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-19 01:17:19 +0000
committerGitHub <noreply@github.com>2024-10-19 01:17:19 +0000
commit9d05ee0dc138028e6d0986a21d66e6223f2306c7 (patch)
tree67c6720cc9787344228cff1d9889a407f2ccfecd
parent603890e951d44d96fd3e38a5389c804b47eef795 (diff)
downloadnextcloud-server-dependabot/npm_and_yarn/nextcloud/upload-1.6.1.tar.gz
nextcloud-server-dependabot/npm_and_yarn/nextcloud/upload-1.6.1.zip
chore(deps): Bump @nextcloud/upload from 1.6.0 to 1.6.1dependabot/npm_and_yarn/nextcloud/upload-1.6.1
Bumps [@nextcloud/upload](https://github.com/skjnldsv/nextcloud-upload) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/skjnldsv/nextcloud-upload/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/blob/main/CHANGELOG.md) - [Commits](https://github.com/skjnldsv/nextcloud-upload/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: "@nextcloud/upload" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index d7684f6958e..cf567714ad9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -29,7 +29,7 @@
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.2.3",
- "@nextcloud/upload": "^1.6.0",
+ "@nextcloud/upload": "^1.6.1",
"@nextcloud/vue": "^8.17.1",
"@simplewebauthn/browser": "^10.0.0",
"@skjnldsv/sanitize-svg": "^1.0.2",
@@ -4144,14 +4144,14 @@
}
},
"node_modules/@nextcloud/upload": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.6.0.tgz",
- "integrity": "sha512-8u3shCNGChzJpE3VwfoA0q0B5KoLgB9QEWnFU0ZkWYPy4KrxMKHLcdncQBt3VpBJwMg8Q1YqxUHKHZ3HX6e6Hw==",
+ "version": "1.6.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.6.1.tgz",
+ "integrity": "sha512-DlRYY5gQF5PEU2StLDx5bCvaMBe26FWd4Pb10Ra4eUyPYPAwdSP4w1piRMQro1TRRbeSBizSjd72xeqBZVmKjA==",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
- "@nextcloud/axios": "^2.5.0",
+ "@nextcloud/axios": "^2.5.1",
"@nextcloud/dialogs": "^5.3.7",
- "@nextcloud/files": "^3.8.0",
+ "@nextcloud/files": "^3.9.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/paths": "^2.2.1",
diff --git a/package.json b/package.json
index 6424face2ab..2b3094cfa9b 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,7 @@
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.2.3",
- "@nextcloud/upload": "^1.6.0",
+ "@nextcloud/upload": "^1.6.1",
"@nextcloud/vue": "^8.17.1",
"@simplewebauthn/browser": "^10.0.0",
"@skjnldsv/sanitize-svg": "^1.0.2",