aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-27 02:03:17 +0000
committerGitHub <noreply@github.com>2024-07-27 02:03:17 +0000
commita803fb11e4d44324ce332c9d28d86872775eebca (patch)
treeeadcde2e71aaf253ad7acad80f4a712ae3d2341c
parent1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c (diff)
downloadnextcloud-server-a803fb11e4d44324ce332c9d28d86872775eebca.tar.gz
nextcloud-server-a803fb11e4d44324ce332c9d28d86872775eebca.zip
build(deps): bump @nextcloud/sharing from 0.2.2 to 0.2.3
Bumps @nextcloud/sharing from 0.2.2 to 0.2.3. --- updated-dependencies: - dependency-name: "@nextcloud/sharing" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index f4e8a394f4f..8415751d554 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -28,7 +28,7 @@
"@nextcloud/password-confirmation": "^5.1.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
- "@nextcloud/sharing": "^0.2.2",
+ "@nextcloud/sharing": "^0.2.3",
"@nextcloud/upload": "^1.4.1",
"@nextcloud/vue": "^8.15.0",
"@simplewebauthn/browser": "^10.0.0",
@@ -4584,9 +4584,9 @@
}
},
"node_modules/@nextcloud/sharing": {
- "version": "0.2.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.2.tgz",
- "integrity": "sha512-ui0ZoVazroA+cF4+homhFSFAddd/P4uRYMfG3rw3QR8o6igrVFe0f0l21kYtUwXU0oC0K4v3k8j93zCTfz6v3g==",
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.3.tgz",
+ "integrity": "sha512-hxQFOBBahbJkcmAGZFVS3943pQGSafNF6LMHmgcj0JPqExu1DWKuZvsCXZnGkaRJVcewHnZFcLAhpOf+VfcZmA==",
"dependencies": {
"@nextcloud/initial-state": "^2.2.0"
},
diff --git a/package.json b/package.json
index 7c9888ae492..01f5605d29b 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
"@nextcloud/password-confirmation": "^5.1.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
- "@nextcloud/sharing": "^0.2.2",
+ "@nextcloud/sharing": "^0.2.3",
"@nextcloud/upload": "^1.4.1",
"@nextcloud/vue": "^8.15.0",
"@simplewebauthn/browser": "^10.0.0",