From b1cec44fc8df5272d6da5ac866226b581549ca2f Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Tue, 2 Jul 2024 12:59:19 +0200 Subject: [PATCH] chore: upgrade `@nextcloud/sharing` Signed-off-by: skjnldsv --- package-lock.json | 26 +++++++++----------------- package.json | 2 +- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2058ea61306ec..61ee000fbd96f 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": "^2.2.1", - "@nextcloud/sharing": "^0.1.0", + "@nextcloud/sharing": "^0.2.2", "@nextcloud/upload": "^1.1.1", "@nextcloud/vue": "^8.11.2", "@skjnldsv/sanitize-svg": "^1.0.2", @@ -4520,18 +4520,6 @@ "npm": "^10.0.0" } }, - "node_modules/@nextcloud/files/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==", - "dependencies": { - "@nextcloud/initial-state": "^2.2.0" - }, - "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" - } - }, "node_modules/@nextcloud/initial-state": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.2.0.tgz", @@ -4636,11 +4624,15 @@ } }, "node_modules/@nextcloud/sharing": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.1.0.tgz", - "integrity": "sha512-Cv4uc1aFrA18w0dltq7a5om/EbJSXf36rtO0LP3vi42E6l8ZDVCZwHLKrsZZa/TXNLeYErs1g/6tmWx5xiSSow==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.2.tgz", + "integrity": "sha512-ui0ZoVazroA+cF4+homhFSFAddd/P4uRYMfG3rw3QR8o6igrVFe0f0l21kYtUwXU0oC0K4v3k8j93zCTfz6v3g==", "dependencies": { - "core-js": "^3.6.4" + "@nextcloud/initial-state": "^2.2.0" + }, + "engines": { + "node": "^20.0.0", + "npm": "^10.0.0" } }, "node_modules/@nextcloud/stylelint-config": { diff --git a/package.json b/package.json index 632a1762cab14..b65bc13b6792f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@nextcloud/password-confirmation": "^5.0.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.2.1", - "@nextcloud/sharing": "^0.1.0", + "@nextcloud/sharing": "^0.2.2", "@nextcloud/upload": "^1.1.1", "@nextcloud/vue": "^8.11.2", "@skjnldsv/sanitize-svg": "^1.0.2",