summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-11 05:58:36 +0000
committerGitHub <noreply@github.com>2023-11-11 05:58:36 +0000
commitae84839645bc10133e332a36f96d0e8b30597b31 (patch)
treede2228e296525ebb48c539a92d41df8e9de717d4
parent274d51adeb770a30e3670763f5bcf2502591f797 (diff)
parent12442ac02f104e769f042a4b128b2170ab264639 (diff)
Merge pull request #3699 from nextcloud/dependabot/npm_and_yarn/nextcloud/files-3.0.0
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 2304fecb..af68c361 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
"@nextcloud/cdav-library": "^1.1.0",
"@nextcloud/dialogs": "^4.1.0",
"@nextcloud/event-bus": "^3.1.0",
- "@nextcloud/files": "^3.0.0-beta.27",
+ "@nextcloud/files": "^3.0.0",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
@@ -2998,9 +2998,9 @@
}
},
"node_modules/@nextcloud/files": {
- "version": "3.0.0-beta.27",
- "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.27.tgz",
- "integrity": "sha512-NEfBT9SzWVwnRoxDItnLYKTyQflPTNXnmJVVmNejJHpKxvLji2h07qkh0PC2M44SDE6j1HHXzyE2FgfDzgOAZw==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0.tgz",
+ "integrity": "sha512-zk5oIuVDyk2gWBKCJ+0B1HE3VjhuGnz2iLNbTcbRuTjMYb6aYCAEn1LY0dXbUQG93ehndYJCOdaYri/TaGrlXw==",
"dependencies": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/l10n": "^2.2.0",
@@ -20368,9 +20368,9 @@
}
},
"@nextcloud/files": {
- "version": "3.0.0-beta.27",
- "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0-beta.27.tgz",
- "integrity": "sha512-NEfBT9SzWVwnRoxDItnLYKTyQflPTNXnmJVVmNejJHpKxvLji2h07qkh0PC2M44SDE6j1HHXzyE2FgfDzgOAZw==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0.tgz",
+ "integrity": "sha512-zk5oIuVDyk2gWBKCJ+0B1HE3VjhuGnz2iLNbTcbRuTjMYb6aYCAEn1LY0dXbUQG93ehndYJCOdaYri/TaGrlXw==",
"requires": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/l10n": "^2.2.0",
diff --git a/package.json b/package.json
index 0fea8575..de4f7d5e 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"@nextcloud/cdav-library": "^1.1.0",
"@nextcloud/dialogs": "^4.1.0",
"@nextcloud/event-bus": "^3.1.0",
- "@nextcloud/files": "^3.0.0-beta.27",
+ "@nextcloud/files": "^3.0.0",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",