From e1de86677795daded8aa8ab8b88cb24a27660ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:30:07 +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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba41d20a63bca..6a5c2a5fb83ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@nextcloud/password-confirmation": "^5.0.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/sharing": "^0.2.3", + "@nextcloud/sharing": "^0.2.4", "@nextcloud/upload": "^1.7.0", "@nextcloud/vue": "^8.17.0", "@skjnldsv/sanitize-svg": "^1.0.2", @@ -4743,9 +4743,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==", + "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 2a2972f7e998c..d1f478a831f14 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@nextcloud/password-confirmation": "^5.0.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/sharing": "^0.2.3", + "@nextcloud/sharing": "^0.2.4", "@nextcloud/upload": "^1.7.0", "@nextcloud/vue": "^8.17.0", "@skjnldsv/sanitize-svg": "^1.0.2",