summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-27 02:30:40 +0000
committerGitHub <noreply@github.com>2024-04-27 02:30:40 +0000
commit37a210f4ff9d1e6929cd1444058d9a04a5123a22 (patch)
tree913d12abe25614e3584ddf6779602d41e661f9f4
parent286917f46c082b0c45eb600175a9ed7a52486bdd (diff)
chore(deps): bump @nextcloud/files from 3.2.0 to 3.2.1dependabot/npm_and_yarn/nextcloud/files-3.2.1
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.2.0 to 3.2.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.2.0...v3.2.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.json16
-rw-r--r--package.json2
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 52b8905d..60940de9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
"@nextcloud/cdav-library": "^1.3.0",
"@nextcloud/dialogs": "^5.3.1",
"@nextcloud/event-bus": "^3.1.0",
- "@nextcloud/files": "^3.2.0",
+ "@nextcloud/files": "^3.2.1",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
@@ -3181,9 +3181,9 @@
}
},
"node_modules/@nextcloud/files": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.2.0.tgz",
- "integrity": "sha512-3EQBR758bzvqcNRzcp1etHGGkCZgK6wS9or8iQpzIOKf4B2tAe1O+hXA8GzPiQ5ZlGIPblOlMOEMlRg1KD49hg==",
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.2.1.tgz",
+ "integrity": "sha512-OtV7GpxRA+HtETbKL8vrxBsl2Gt1uwqgvSlYG0fsd6Al4kW87B0Dkg5Y6YIoBHDn3/dSB0K4U/GYg+xCU7MdpA==",
"dependencies": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/l10n": "^2.2.0",
@@ -3196,7 +3196,7 @@
},
"engines": {
"node": "^20.0.0",
- "npm": "^9.0.0"
+ "npm": "^10.0.0"
}
},
"node_modules/@nextcloud/files/node_modules/@nextcloud/router": {
@@ -21623,9 +21623,9 @@
}
},
"@nextcloud/files": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.2.0.tgz",
- "integrity": "sha512-3EQBR758bzvqcNRzcp1etHGGkCZgK6wS9or8iQpzIOKf4B2tAe1O+hXA8GzPiQ5ZlGIPblOlMOEMlRg1KD49hg==",
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.2.1.tgz",
+ "integrity": "sha512-OtV7GpxRA+HtETbKL8vrxBsl2Gt1uwqgvSlYG0fsd6Al4kW87B0Dkg5Y6YIoBHDn3/dSB0K4U/GYg+xCU7MdpA==",
"requires": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/l10n": "^2.2.0",
diff --git a/package.json b/package.json
index cad62a16..806e431f 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"@nextcloud/cdav-library": "^1.3.0",
"@nextcloud/dialogs": "^5.3.1",
"@nextcloud/event-bus": "^3.1.0",
- "@nextcloud/files": "^3.2.0",
+ "@nextcloud/files": "^3.2.1",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",