mirror of
https://github.com/nextcloud/server.git
synced 2026-06-15 03:32:00 -04:00
build(deps): bump @nextcloud/sharing from 0.2.4 to 0.2.5
Bumps @nextcloud/sharing from 0.2.4 to 0.2.5. --- updated-dependencies: - dependency-name: "@nextcloud/sharing" dependency-version: 0.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d78d399810
commit
e82533dfd1
2 changed files with 6 additions and 7 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
|
@ -28,7 +28,7 @@
|
|||
"@nextcloud/password-confirmation": "^5.3.1",
|
||||
"@nextcloud/paths": "^2.2.1",
|
||||
"@nextcloud/router": "^3.0.1",
|
||||
"@nextcloud/sharing": "^0.2.4",
|
||||
"@nextcloud/sharing": "^0.2.5",
|
||||
"@nextcloud/upload": "^1.10.0",
|
||||
"@nextcloud/vue": "^8.28.0",
|
||||
"@simplewebauthn/browser": "^10.0.0",
|
||||
|
|
@ -5228,15 +5228,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/sharing": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.4.tgz",
|
||||
"integrity": "sha512-kOLAr0w4NDUGPF42L22i9iSs6Z3ylTsE0RudAGDBzw/pnxGY8PEwZI2j0IMAFRfQ7XFNcpV/EVHI5YCMxtxGMQ==",
|
||||
"version": "0.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.5.tgz",
|
||||
"integrity": "sha512-B3K5Dq9b5dexDA5n3AAuCF69Huwhrpw0J72fsVXV4KpPdImjhVPlExAv5o70AoXa+OqN4Rwn6gqJw+3ED892zg==",
|
||||
"dependencies": {
|
||||
"@nextcloud/initial-state": "^2.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
"npm": "^10.0.0"
|
||||
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/stylelint-config": {
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
"@nextcloud/password-confirmation": "^5.3.1",
|
||||
"@nextcloud/paths": "^2.2.1",
|
||||
"@nextcloud/router": "^3.0.1",
|
||||
"@nextcloud/sharing": "^0.2.4",
|
||||
"@nextcloud/sharing": "^0.2.5",
|
||||
"@nextcloud/upload": "^1.10.0",
|
||||
"@nextcloud/vue": "^8.28.0",
|
||||
"@simplewebauthn/browser": "^10.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue