From 54bf78422927e88b022489ce7818d69d7af41d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:08:34 +0000 Subject: [PATCH] chore(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] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e817f64d47a..62c6fb75dc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@nextcloud/password-confirmation": "^5.3.0", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.0", - "@nextcloud/sharing": "^0.2.3", + "@nextcloud/sharing": "^0.2.4", "@nextcloud/upload": "^1.7.0", "@nextcloud/vue": "^8.17.1", "@simplewebauthn/browser": "^10.0.0", @@ -4974,10 +4974,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" }, diff --git a/package.json b/package.json index b2276819fb4..4eab3fcce4c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@nextcloud/password-confirmation": "^5.3.0", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.0", - "@nextcloud/sharing": "^0.2.3", + "@nextcloud/sharing": "^0.2.4", "@nextcloud/upload": "^1.7.0", "@nextcloud/vue": "^8.17.1", "@simplewebauthn/browser": "^10.0.0",