summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json37
1 files changed, 16 insertions, 21 deletions
diff --git a/package-lock.json b/package-lock.json
index d90c390f..6f7dc890 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,7 +15,7 @@
"@nextcloud/axios": "^2.1.0",
"@nextcloud/dialogs": "^5.1.1",
"@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.5.0",
@@ -3468,34 +3468,29 @@
"license": "ISC"
},
"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": "2.2.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.2.1.tgz",
- "integrity": "sha512-ZRc/WI0RaksEJMz08H/6LimIdP+1A1xTHThCYEghs7VgAKNp5917vT2OKSpG0cMRbIwk0ongFVt5FB5qjy/iFg==",
- "dependencies": {
- "@nextcloud/typings": "^1.7.0",
- "core-js": "^3.6.4"
- },
- "engines": {
- "node": "^20.0.0",
- "npm": "^10.0.0"
+ "node_modules/@nextcloud/files/node_modules/@buttercup/fetch": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/@buttercup/fetch/-/fetch-0.2.1.tgz",
+ "integrity": "sha512-sCgECOx8wiqY8NN1xN22BqqKzXYIG2AicNLlakOAI4f0WgyLVUbAigMf8CZhBtJxdudTcB1gD5lciqi44jwJvg==",
+ "optionalDependencies": {
+ "node-fetch": "^3.3.0"
}
},
"node_modules/@nextcloud/files/node_modules/brace-expansion": {
@@ -3539,11 +3534,11 @@
}
},
"node_modules/@nextcloud/files/node_modules/webdav": {
- "version": "5.3.1",
- "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.1.tgz",
- "integrity": "sha512-wzZdTHtMuSIXqHGBznc8FM2L94Mc/17Tbn9ppoMybRO0bjWOSIeScdVXWX5qqHsg00EjfiOcwMqGFx6ghIhccQ==",
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.5.0.tgz",
+ "integrity": "sha512-SHSDe6n8lBuwwyX+uePB1N1Yn35ebd3locl/LbADMWpcEoowyFdIbnH3fv17T4Jf2tOa1Vwjr/Lld3t0dOio1w==",
"dependencies": {
- "@buttercup/fetch": "^0.1.1",
+ "@buttercup/fetch": "^0.2.1",
"base-64": "^1.0.0",
"byte-length": "^1.0.2",
"fast-xml-parser": "^4.2.4",