Browse Source

build(deps): Bump @nextcloud/sharing from 0.2.3 to 0.2.4

Bumps @nextcloud/sharing from 0.2.3 to 0.2.4.

---
updated-dependencies:
- dependency-name: "@nextcloud/sharing"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/13958/head
dependabot[bot] 11 months ago
committed by GitHub
parent
commit
d76c1dc64c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 15
      package-lock.json
  2. 2
      package.json

15
package-lock.json

@ -22,7 +22,7 @@
"@nextcloud/moment": "^1.3.1",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.2.3",
"@nextcloud/sharing": "^0.2.4",
"@nextcloud/upload": "^1.7.0",
"@nextcloud/vue": "^8.21.0",
"@vueuse/components": "^11.3.0",
@ -3682,10 +3682,9 @@
}
},
"node_modules/@nextcloud/sharing": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.3.tgz",
"integrity": "sha512-hxQFOBBahbJkcmAGZFVS3943pQGSafNF6LMHmgcj0JPqExu1DWKuZvsCXZnGkaRJVcewHnZFcLAhpOf+VfcZmA==",
"license": "GPL-3.0-or-later",
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.4.tgz",
"integrity": "sha512-kOLAr0w4NDUGPF42L22i9iSs6Z3ylTsE0RudAGDBzw/pnxGY8PEwZI2j0IMAFRfQ7XFNcpV/EVHI5YCMxtxGMQ==",
"dependencies": {
"@nextcloud/initial-state": "^2.2.0"
},
@ -23951,9 +23950,9 @@
}
},
"@nextcloud/sharing": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.3.tgz",
"integrity": "sha512-hxQFOBBahbJkcmAGZFVS3943pQGSafNF6LMHmgcj0JPqExu1DWKuZvsCXZnGkaRJVcewHnZFcLAhpOf+VfcZmA==",
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.4.tgz",
"integrity": "sha512-kOLAr0w4NDUGPF42L22i9iSs6Z3ylTsE0RudAGDBzw/pnxGY8PEwZI2j0IMAFRfQ7XFNcpV/EVHI5YCMxtxGMQ==",
"requires": {
"@nextcloud/initial-state": "^2.2.0"
}

2
package.json

@ -37,7 +37,7 @@
"@nextcloud/moment": "^1.3.1",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.2.3",
"@nextcloud/sharing": "^0.2.4",
"@nextcloud/upload": "^1.7.0",
"@nextcloud/vue": "^8.21.0",
"@vueuse/components": "^11.3.0",

Loading…
Cancel
Save