diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-28 02:56:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-28 02:56:56 +0000 |
commit | 0633d028614d76f26cceec28340b75b450af23bc (patch) | |
tree | a3c52e56cae29ad87ef977a307769e5007238264 | |
parent | 4f6c4bd162533eb8eeced565c3dbb633e281143c (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/stable28/nextcloud/sharing-0.2.4.tar.gz nextcloud-server-dependabot/npm_and_yarn/stable28/nextcloud/sharing-0.2.4.zip |
chore(deps): bump @nextcloud/sharing from 0.2.3 to 0.2.4dependabot/npm_and_yarn/stable28/nextcloud/sharing-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>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 32671724dd3..e2618f1d4d7 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.1", - "@nextcloud/sharing": "^0.2.2", + "@nextcloud/sharing": "^0.2.4", "@nextcloud/upload": "^1.5.0", "@nextcloud/vue": "^8.16.0", "@skjnldsv/sanitize-svg": "^1.0.2", @@ -4738,9 +4738,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 b806b3de726..28d360463a8 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@nextcloud/password-confirmation": "^5.1.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/sharing": "^0.2.2", + "@nextcloud/sharing": "^0.2.4", "@nextcloud/upload": "^1.5.0", "@nextcloud/vue": "^8.16.0", "@skjnldsv/sanitize-svg": "^1.0.2", |