diff --git a/package-lock.json b/package-lock.json index 7f3e801c1..35e802d95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/sharing": "^0.1.0", + "@nextcloud/sharing": "^0.2.4", "@nextcloud/vue": "^8.22.0", "@raruto/leaflet-elevation": "^1.7.0", "axios": "^1.7.7", @@ -2643,11 +2643,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.4", + "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.4.tgz", + "integrity": "sha512-kOLAr0w4NDUGPF42L22i9iSs6Z3ylTsE0RudAGDBzw/pnxGY8PEwZI2j0IMAFRfQ7XFNcpV/EVHI5YCMxtxGMQ==", "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": { @@ -2783,18 +2787,6 @@ "npm": "^10.0.0" } }, - "node_modules/@nextcloud/vue/node_modules/@nextcloud/sharing": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.3.tgz", - "integrity": "sha512-hxQFOBBahbJkcmAGZFVS3943pQGSafNF6LMHmgcj0JPqExu1DWKuZvsCXZnGkaRJVcewHnZFcLAhpOf+VfcZmA==", - "dependencies": { - "@nextcloud/initial-state": "^2.2.0" - }, - "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" - } - }, "node_modules/@nextcloud/vue/node_modules/@types/unist": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", @@ -18175,11 +18167,11 @@ } }, "@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.4", + "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.4.tgz", + "integrity": "sha512-kOLAr0w4NDUGPF42L22i9iSs6Z3ylTsE0RudAGDBzw/pnxGY8PEwZI2j0IMAFRfQ7XFNcpV/EVHI5YCMxtxGMQ==", "requires": { - "core-js": "^3.6.4" + "@nextcloud/initial-state": "^2.2.0" } }, "@nextcloud/stylelint-config": { @@ -18280,14 +18272,6 @@ "@nextcloud/auth": "^2.3.0" } }, - "@nextcloud/sharing": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.3.tgz", - "integrity": "sha512-hxQFOBBahbJkcmAGZFVS3943pQGSafNF6LMHmgcj0JPqExu1DWKuZvsCXZnGkaRJVcewHnZFcLAhpOf+VfcZmA==", - "requires": { - "@nextcloud/initial-state": "^2.2.0" - } - }, "@types/unist": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", diff --git a/package.json b/package.json index 635554efd..7cb4f97d9 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/sharing": "^0.1.0", + "@nextcloud/sharing": "^0.2.4", "@nextcloud/vue": "^8.22.0", "@raruto/leaflet-elevation": "^1.7.0", "axios": "^1.7.7",