summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-06 02:56:51 +0000
committerGitHub <noreply@github.com>2024-04-06 02:56:51 +0000
commit8c3a4f5d8e4e7d52d316509a9ac136704babcb92 (patch)
treea31ed67aebba022a019f3f28f0358a639497dae7
parente304ffa53764c9d2e935a88a11559edfd67832fc (diff)
chore(deps): bump @nextcloud/files from 3.1.0 to 3.1.1
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json44
-rw-r--r--package.json2
2 files changed, 34 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index fcf04a8e..49c1b97f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
"@nextcloud/cdav-library": "^1.1.0",
"@nextcloud/dialogs": "^5.2.0",
"@nextcloud/event-bus": "^3.1.0",
- "@nextcloud/files": "^3.1.0",
+ "@nextcloud/files": "^3.1.1",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
@@ -3153,23 +3153,35 @@
}
},
"node_modules/@nextcloud/files": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.0.tgz",
- "integrity": "sha512-i0g9L5HRBJ2vr/gXYb0Gtg379u6nYZJFL30W50OV0F0qlf8OtkAlNpfOVOg3sJf9zklARE2lVY9g2Y9sv/iQ3g==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.1.tgz",
+ "integrity": "sha512-PwGxh/AcKeDehYSf/L+OpYNzZ2eK5xA1l/lVjufwa7I+u2onCo6qjYSqvc9Dh4Myzixjmt5YiA+Um/gx/Kq4NA==",
"dependencies": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
"@nextcloud/paths": "^2.1.0",
- "@nextcloud/router": "^2.2.0",
+ "@nextcloud/router": "^3.0.0",
"is-svg": "^5.0.0",
- "webdav": "^5.3.1"
+ "webdav": "^5.4.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
}
},
+ "node_modules/@nextcloud/files/node_modules/@nextcloud/router": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.0.tgz",
+ "integrity": "sha512-RlPrOPw94yT9rmt3+2sUs2cmWzqhX5eFW+i/EHymJEKgURVtnqCcXjIcAiLTfgsCCdAS1hGapBL8j8rhHk1FHQ==",
+ "dependencies": {
+ "@nextcloud/typings": "^1.7.0"
+ },
+ "engines": {
+ "node": "^20.0.0",
+ "npm": "^10.0.0"
+ }
+ },
"node_modules/@nextcloud/initial-state": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.1.0.tgz",
@@ -21485,17 +21497,27 @@
}
},
"@nextcloud/files": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.0.tgz",
- "integrity": "sha512-i0g9L5HRBJ2vr/gXYb0Gtg379u6nYZJFL30W50OV0F0qlf8OtkAlNpfOVOg3sJf9zklARE2lVY9g2Y9sv/iQ3g==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.1.tgz",
+ "integrity": "sha512-PwGxh/AcKeDehYSf/L+OpYNzZ2eK5xA1l/lVjufwa7I+u2onCo6qjYSqvc9Dh4Myzixjmt5YiA+Um/gx/Kq4NA==",
"requires": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
"@nextcloud/paths": "^2.1.0",
- "@nextcloud/router": "^2.2.0",
+ "@nextcloud/router": "^3.0.0",
"is-svg": "^5.0.0",
- "webdav": "^5.3.1"
+ "webdav": "^5.4.0"
+ },
+ "dependencies": {
+ "@nextcloud/router": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.0.tgz",
+ "integrity": "sha512-RlPrOPw94yT9rmt3+2sUs2cmWzqhX5eFW+i/EHymJEKgURVtnqCcXjIcAiLTfgsCCdAS1hGapBL8j8rhHk1FHQ==",
+ "requires": {
+ "@nextcloud/typings": "^1.7.0"
+ }
+ }
}
},
"@nextcloud/initial-state": {
diff --git a/package.json b/package.json
index 5ca25aa8..46a62bd3 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"@nextcloud/cdav-library": "^1.1.0",
"@nextcloud/dialogs": "^5.2.0",
"@nextcloud/event-bus": "^3.1.0",
- "@nextcloud/files": "^3.1.0",
+ "@nextcloud/files": "^3.1.1",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",