]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore: upgrade `@nextcloud/sharing`
authorskjnldsv <skjnldsv@protonmail.com>
Tue, 2 Jul 2024 10:59:19 +0000 (12:59 +0200)
committerskjnldsv <skjnldsv@protonmail.com>
Wed, 3 Jul 2024 08:05:17 +0000 (10:05 +0200)
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
package-lock.json
package.json

index 2058ea61306ecc942f7a584ec66d2edd1f39675f..61ee000fbd96f0ba2e64eac2b8c32fce90c1f6e2 100644 (file)
@@ -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",
         "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",
       }
     },
     "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": {
index 632a1762cab147949c6cdf1a02841b3c9ac12ded..b65bc13b6792fbb396c3c3cfed8ca646d5b53958 100644 (file)
@@ -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",