mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
chore(deps): Bump @nextcloud/files from 3.12.0 to 3.12.1
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.12.0 to 3.12.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.12.0...v3.12.1) --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5a23baa827
commit
8d868e2640
2 changed files with 95 additions and 59 deletions
152
package-lock.json
generated
152
package-lock.json
generated
|
|
@ -14,7 +14,7 @@
|
|||
"@nextcloud/capabilities": "^1.2.1",
|
||||
"@nextcloud/dialogs": "^6.3.2",
|
||||
"@nextcloud/event-bus": "^3.3.3",
|
||||
"@nextcloud/files": "^3.10.2",
|
||||
"@nextcloud/files": "^3.12.1",
|
||||
"@nextcloud/initial-state": "^2.2.0",
|
||||
"@nextcloud/l10n": "^3.4.1",
|
||||
"@nextcloud/moment": "^1.3.5",
|
||||
|
|
@ -3377,20 +3377,19 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/files": {
|
||||
"version": "3.12.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.12.0.tgz",
|
||||
"integrity": "sha512-LVZklgooZzBj2jkbPRZO4jnnvW5+RvOn7wN5weyOZltF6i2wVMbg1Y/Czl2pi/UNMjUm5ENqc0j7FgxMBo8bwA==",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"version": "3.12.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.12.1.tgz",
|
||||
"integrity": "sha512-GRGBkUMAERKVducWVBTR5kk4GQBncAmKWnSwc6vys3ipXeAeJfEANJVtQ/aHHoQdPc2h78mljbqKsMHdFAUDBA==",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.5.1",
|
||||
"@nextcloud/capabilities": "^1.2.0",
|
||||
"@nextcloud/l10n": "^3.3.0",
|
||||
"@nextcloud/logger": "^3.0.2",
|
||||
"@nextcloud/paths": "^2.2.1",
|
||||
"@nextcloud/router": "^3.0.1",
|
||||
"@nextcloud/sharing": "^0.2.4",
|
||||
"@nextcloud/auth": "^2.5.3",
|
||||
"@nextcloud/capabilities": "^1.2.1",
|
||||
"@nextcloud/l10n": "^3.4.1",
|
||||
"@nextcloud/logger": "^3.0.3",
|
||||
"@nextcloud/paths": "^2.3.0",
|
||||
"@nextcloud/router": "^3.1.0",
|
||||
"@nextcloud/sharing": "^0.3.0",
|
||||
"cancelable-promise": "^4.3.1",
|
||||
"is-svg": "^6.0.0",
|
||||
"is-svg": "^6.1.0",
|
||||
"typescript-event-target": "^1.1.1",
|
||||
"webdav": "^5.8.0"
|
||||
},
|
||||
|
|
@ -3398,6 +3397,29 @@
|
|||
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/files/node_modules/@nextcloud/initial-state": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-3.0.0.tgz",
|
||||
"integrity": "sha512-cV+HBdkQJGm8FxkBI5rFT/FbMNWNBvpbj6OPrg4Ae4YOOsQ15CL8InPOAw1t4XkOkQK2NEdUGQLVUz/19wXbdQ==",
|
||||
"engines": {
|
||||
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/files/node_modules/@nextcloud/sharing": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.3.0.tgz",
|
||||
"integrity": "sha512-kV7qeUZvd1fTKeFyH+W5Qq5rNOqG9rLATZM3U9MBxWXHJs3OxMqYQb8UQ3NYONzsX3zDGJmdQECIGHm1ei2sCA==",
|
||||
"dependencies": {
|
||||
"@nextcloud/initial-state": "^3.0.0",
|
||||
"is-svg": "^6.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@nextcloud/files": "^3.12.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/initial-state": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.2.0.tgz",
|
||||
|
|
@ -3423,15 +3445,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/logger": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-3.0.2.tgz",
|
||||
"integrity": "sha512-wByt0R0/6QC44RBpaJr1MWghjjOxk/pRbACHo/ZWWKht1qYbJRHB4GtEi+35KEIHY07ZpqxiDk6dIRuN7sXYWQ==",
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-3.0.3.tgz",
|
||||
"integrity": "sha512-TcbVRL4/O5ffI1RXFmQAFD3gwwT15AAdr1770x+RNqVvfBdoGVyhzOwCIyA5Vfc3fA1iJXFa+rE6buJZSoqlcw==",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.3.0"
|
||||
"@nextcloud/auth": "^2.5.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
"npm": "^10.0.0"
|
||||
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/moment": {
|
||||
|
|
@ -3448,23 +3469,22 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/paths": {
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.2.tgz",
|
||||
"integrity": "sha512-RPFYsGO8zEfEFh1jjbXO0q3792f5sgpulcY8IC2pFe4N1mhFwpFJJ/5IgTMa7popuAhB42v/1lFc4c8njyrvYA==",
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.4.0.tgz",
|
||||
"integrity": "sha512-35hykjqzaJCw8pBYWuKbLLw2wyKMuf9+T8K8GoYiS84AIi8SO16nuEu0fyl/gwCuiDqX5tCCup4wqljf0hdvaw==",
|
||||
"engines": {
|
||||
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/router": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.1.tgz",
|
||||
"integrity": "sha512-Ci/uD3x8OKHdxSqXL6gRJ+mGJOEXjeiHjj7hqsZqVTsT7kOrCjDf0/J8z5RyLlokKZ0IpSe+hGxgi3YB7Gpw3Q==",
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.1.0.tgz",
|
||||
"integrity": "sha512-e4dkIaxRSwdZJlZFpn9x03QgBn/Sa2hN1hp/BA7+AbzykmSAlKuWfdmX8j/8ewrLpQwYmZR23IZO9XwpJXq2Uw==",
|
||||
"dependencies": {
|
||||
"@nextcloud/typings": "^1.7.0"
|
||||
"@nextcloud/typings": "^1.10.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
"npm": "^10.0.0"
|
||||
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/sharing": {
|
||||
|
|
@ -3508,15 +3528,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/typings": {
|
||||
"version": "1.9.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.9.1.tgz",
|
||||
"integrity": "sha512-i0l/L5gKW8EACbXHVxXM6wn3sUhY2qmnL2OijppzU4dENC7/hqySMQDer7/+cJbNSNG7uHF/Z+9JmHtDfRfuGg==",
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.10.0.tgz",
|
||||
"integrity": "sha512-SMC42rDjOH3SspPTLMZRv76ZliHpj2JJkF8pGLP8l1QrVTZxE47Qz5qeKmbj2VL+dRv2e/NgixlAFmzVnxkhqg==",
|
||||
"dependencies": {
|
||||
"@types/jquery": "3.5.16"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
"npm": "^10.0.0"
|
||||
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/vue": {
|
||||
|
|
@ -22823,21 +22842,38 @@
|
|||
}
|
||||
},
|
||||
"@nextcloud/files": {
|
||||
"version": "3.12.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.12.0.tgz",
|
||||
"integrity": "sha512-LVZklgooZzBj2jkbPRZO4jnnvW5+RvOn7wN5weyOZltF6i2wVMbg1Y/Czl2pi/UNMjUm5ENqc0j7FgxMBo8bwA==",
|
||||
"version": "3.12.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.12.1.tgz",
|
||||
"integrity": "sha512-GRGBkUMAERKVducWVBTR5kk4GQBncAmKWnSwc6vys3ipXeAeJfEANJVtQ/aHHoQdPc2h78mljbqKsMHdFAUDBA==",
|
||||
"requires": {
|
||||
"@nextcloud/auth": "^2.5.1",
|
||||
"@nextcloud/capabilities": "^1.2.0",
|
||||
"@nextcloud/l10n": "^3.3.0",
|
||||
"@nextcloud/logger": "^3.0.2",
|
||||
"@nextcloud/paths": "^2.2.1",
|
||||
"@nextcloud/router": "^3.0.1",
|
||||
"@nextcloud/sharing": "^0.2.4",
|
||||
"@nextcloud/auth": "^2.5.3",
|
||||
"@nextcloud/capabilities": "^1.2.1",
|
||||
"@nextcloud/l10n": "^3.4.1",
|
||||
"@nextcloud/logger": "^3.0.3",
|
||||
"@nextcloud/paths": "^2.3.0",
|
||||
"@nextcloud/router": "^3.1.0",
|
||||
"@nextcloud/sharing": "^0.3.0",
|
||||
"cancelable-promise": "^4.3.1",
|
||||
"is-svg": "^6.0.0",
|
||||
"is-svg": "^6.1.0",
|
||||
"typescript-event-target": "^1.1.1",
|
||||
"webdav": "^5.8.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextcloud/initial-state": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-3.0.0.tgz",
|
||||
"integrity": "sha512-cV+HBdkQJGm8FxkBI5rFT/FbMNWNBvpbj6OPrg4Ae4YOOsQ15CL8InPOAw1t4XkOkQK2NEdUGQLVUz/19wXbdQ=="
|
||||
},
|
||||
"@nextcloud/sharing": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.3.0.tgz",
|
||||
"integrity": "sha512-kV7qeUZvd1fTKeFyH+W5Qq5rNOqG9rLATZM3U9MBxWXHJs3OxMqYQb8UQ3NYONzsX3zDGJmdQECIGHm1ei2sCA==",
|
||||
"requires": {
|
||||
"@nextcloud/files": "^3.12.0",
|
||||
"@nextcloud/initial-state": "^3.0.0",
|
||||
"is-svg": "^6.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@nextcloud/initial-state": {
|
||||
|
|
@ -22858,11 +22894,11 @@
|
|||
}
|
||||
},
|
||||
"@nextcloud/logger": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-3.0.2.tgz",
|
||||
"integrity": "sha512-wByt0R0/6QC44RBpaJr1MWghjjOxk/pRbACHo/ZWWKht1qYbJRHB4GtEi+35KEIHY07ZpqxiDk6dIRuN7sXYWQ==",
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-3.0.3.tgz",
|
||||
"integrity": "sha512-TcbVRL4/O5ffI1RXFmQAFD3gwwT15AAdr1770x+RNqVvfBdoGVyhzOwCIyA5Vfc3fA1iJXFa+rE6buJZSoqlcw==",
|
||||
"requires": {
|
||||
"@nextcloud/auth": "^2.3.0"
|
||||
"@nextcloud/auth": "^2.5.3"
|
||||
}
|
||||
},
|
||||
"@nextcloud/moment": {
|
||||
|
|
@ -22875,16 +22911,16 @@
|
|||
}
|
||||
},
|
||||
"@nextcloud/paths": {
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.2.2.tgz",
|
||||
"integrity": "sha512-RPFYsGO8zEfEFh1jjbXO0q3792f5sgpulcY8IC2pFe4N1mhFwpFJJ/5IgTMa7popuAhB42v/1lFc4c8njyrvYA=="
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.4.0.tgz",
|
||||
"integrity": "sha512-35hykjqzaJCw8pBYWuKbLLw2wyKMuf9+T8K8GoYiS84AIi8SO16nuEu0fyl/gwCuiDqX5tCCup4wqljf0hdvaw=="
|
||||
},
|
||||
"@nextcloud/router": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.1.tgz",
|
||||
"integrity": "sha512-Ci/uD3x8OKHdxSqXL6gRJ+mGJOEXjeiHjj7hqsZqVTsT7kOrCjDf0/J8z5RyLlokKZ0IpSe+hGxgi3YB7Gpw3Q==",
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.1.0.tgz",
|
||||
"integrity": "sha512-e4dkIaxRSwdZJlZFpn9x03QgBn/Sa2hN1hp/BA7+AbzykmSAlKuWfdmX8j/8ewrLpQwYmZR23IZO9XwpJXq2Uw==",
|
||||
"requires": {
|
||||
"@nextcloud/typings": "^1.7.0"
|
||||
"@nextcloud/typings": "^1.10.0"
|
||||
}
|
||||
},
|
||||
"@nextcloud/sharing": {
|
||||
|
|
@ -22913,9 +22949,9 @@
|
|||
}
|
||||
},
|
||||
"@nextcloud/typings": {
|
||||
"version": "1.9.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.9.1.tgz",
|
||||
"integrity": "sha512-i0l/L5gKW8EACbXHVxXM6wn3sUhY2qmnL2OijppzU4dENC7/hqySMQDer7/+cJbNSNG7uHF/Z+9JmHtDfRfuGg==",
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.10.0.tgz",
|
||||
"integrity": "sha512-SMC42rDjOH3SspPTLMZRv76ZliHpj2JJkF8pGLP8l1QrVTZxE47Qz5qeKmbj2VL+dRv2e/NgixlAFmzVnxkhqg==",
|
||||
"requires": {
|
||||
"@types/jquery": "3.5.16"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"@nextcloud/capabilities": "^1.2.1",
|
||||
"@nextcloud/dialogs": "^6.3.2",
|
||||
"@nextcloud/event-bus": "^3.3.3",
|
||||
"@nextcloud/files": "^3.10.2",
|
||||
"@nextcloud/files": "^3.12.1",
|
||||
"@nextcloud/initial-state": "^2.2.0",
|
||||
"@nextcloud/l10n": "^3.4.1",
|
||||
"@nextcloud/moment": "^1.3.5",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue