diff --git a/package-lock.json b/package-lock.json index 257a52176d..b45855ec46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.4", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0-alpha.8", + "@nextcloud/vue": "^9.0.0-rc.1", "@vueuse/integrations": "^13.2.0", "core-js": "^3.42.0", "dompurify": "^3.2.5", @@ -1840,16 +1840,15 @@ } }, "node_modules/@nextcloud/timezones": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/timezones/-/timezones-0.1.1.tgz", - "integrity": "sha512-ldLuLyz605sszetnp6jy6mtlThu4ICKsZThxHIZwn6t4QzjQH3xr+k8mRU7GIvKq9egUFDqBp4gBjxm3/ROZig==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/timezones/-/timezones-0.2.0.tgz", + "integrity": "sha512-1mwQ+asTFOgv9rxPoAMEbDF8JfnenIa2EGNS+8MATCyi6WXxYh0Lhkaq1d3l2+xNbUPHgMnk4cRYsvIo319lkA==", "license": "AGPL-3.0-or-later", "dependencies": { - "ical.js": "^2.0.1" + "ical.js": "^2.1.0" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^20 || ^22" } }, "node_modules/@nextcloud/typings": { @@ -1896,9 +1895,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "9.0.0-alpha.8", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-alpha.8.tgz", - "integrity": "sha512-k1MITATUmu4kAV+Dksmox3pbaPaQqSvqc2Y47iWqbTXVYshD78APbfxYFW2DtKnpFuNJNYE1tvl5ME1JZFqErQ==", + "version": "9.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-rc.1.tgz", + "integrity": "sha512-FNWqpmRErjNDMAQiTxpvm+IS1A4Pn4YCvCXBtjgJLmDYnuk9WGIDubolbVNZtji36A1YdkatJIfI1Om3IKntmQ==", "license": "AGPL-3.0-or-later", "dependencies": { "@ckpack/vue-color": "^1.6.0", @@ -1913,7 +1912,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.4", - "@nextcloud/timezones": "^0.1.1", + "@nextcloud/timezones": "^0.2.0", "@vuepic/vue-datepicker": "^11.0.2", "@vueuse/components": "^13.0.0", "@vueuse/core": "^13.0.0", @@ -1934,7 +1933,6 @@ "remark-parse": "^11.0.0", "remark-rehype": "^11.1.1", "splitpanes": "^4.0.3", - "string-length": "^6.0.0", "striptags": "^3.2.0", "tabbable": "^6.2.0", "tributejs": "^5.1.3", @@ -1946,8 +1944,8 @@ "vue-select": "^4.0.0-beta.6" }, "engines": { - "node": "^20.11.0", - "npm": "^10.0.0" + "node": "^20.11.0 || ^22", + "npm": "^10 || ^11" } }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { @@ -11983,48 +11981,6 @@ "node": ">=0.6.19" } }, - "node_modules/string-length": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-6.0.0.tgz", - "integrity": "sha512-1U361pxZHEQ+FeSjzqRpV+cu2vTzYeWeafXFLykiFlv4Vc0n3njgU8HrMbyik5uwm77naWMuVG8fhEF+Ovb1Kg==", - "license": "MIT", - "dependencies": { - "strip-ansi": "^7.1.0" - }, - "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/string-length/node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/string-length/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "license": "MIT", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, "node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", diff --git a/package.json b/package.json index 3d2fa548d0..df98058855 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.4", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0-alpha.8", + "@nextcloud/vue": "^9.0.0-rc.1", "@vueuse/integrations": "^13.2.0", "core-js": "^3.42.0", "dompurify": "^3.2.5",