aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2024-09-09 16:11:43 -0700
committerChristopher Ng <chrng8@gmail.com>2024-09-09 16:11:43 -0700
commita0f2be2a50c40297675a5cf60a03db079f417b2f (patch)
treeadf65961860ba2d1236eab0b83878cc334527cea /package-lock.json
parent8ea42224ec6036ae967c9f934fb04652b8a827b6 (diff)
downloadnextcloud-server-a0f2be2a50c40297675a5cf60a03db079f417b2f.tar.gz
nextcloud-server-a0f2be2a50c40297675a5cf60a03db079f417b2f.zip
chore(deps): Bump `@nextcloud/files` to v3.9.0
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 6cd9c93527b..85ce366fba8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,7 @@
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^6.0.0",
"@nextcloud/event-bus": "^3.3.1",
- "@nextcloud/files": "^3.8.0",
+ "@nextcloud/files": "^3.9.0",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
@@ -3914,12 +3914,12 @@
"license": "MIT"
},
"node_modules/@nextcloud/files": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.8.0.tgz",
- "integrity": "sha512-5oi61suf2nDcXPTA4BSxl7EomJBCWrmc6ZGaokaj+jREOsSVlS+nR3ID/6eMqZSsqODpAARK56djyUPmiHOLWQ==",
+ "version": "3.9.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.0.tgz",
+ "integrity": "sha512-GKlD8PESRgpP3Rz7xgLbRPXvk1EKStkN8zwM3/L2Dl70g2qkUh1IdEAPZO2KlCdJPD8QxcdK4ib0KClk/ounpA==",
"license": "AGPL-3.0-or-later",
"dependencies": {
- "@nextcloud/auth": "^2.3.0",
+ "@nextcloud/auth": "^2.4.0",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
@@ -3927,10 +3927,10 @@
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.2.3",
"cancelable-promise": "^4.3.1",
- "is-svg": "^5.0.1",
+ "is-svg": "^5.1.0",
"typedoc-plugin-missing-exports": "^3.0.0",
"typescript-event-target": "^1.1.1",
- "webdav": "^5.7.0"
+ "webdav": "^5.7.1"
},
"engines": {
"node": "^20.0.0",