diff --git a/package-lock.json b/package-lock.json index d665eeaab0..9152a6a3d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/password-confirmation": "^1.0.1", "@nextcloud/paths": "^2.0.0", "@nextcloud/router": "^2.0.0", - "@nextcloud/vue": "^4.1.0", + "@nextcloud/vue": "^5.3.0", "@nextcloud/vue-dashboard": "^2.0.1", "autosize": "^5.0.1", "backbone": "^1.4.0", @@ -5706,11 +5706,14 @@ } }, "node_modules/@babel/runtime": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", - "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", + "version": "7.17.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz", + "integrity": "sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==", "dependencies": { "regenerator-runtime": "^0.13.4" + }, + "engines": { + "node": ">=6.9.0" } }, "node_modules/@babel/runtime-corejs3": { @@ -6882,16 +6885,16 @@ "dev": true }, "node_modules/@nextcloud/calendar-js": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-1.1.1.tgz", - "integrity": "sha512-Uk0vuLBGkPgqLNLn+ut43MlSNu1FFMT5ke+A/yQXfdhNpriFEVOlQdj9OrJzr9KGZF7snWJvTqJIjOGvfoV6zg==", - "dependencies": { - "ical.js": "^1.4.0", - "uuid": "^8.3.2" - }, + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-3.0.0.tgz", + "integrity": "sha512-Uy/etWwRmbzG1jxcfampOCEXbGMEzY1xVCBlONVrkusUmD9t02u3jWFkRJGAHvFAtLd4iM+MdTo1x3VXemBvcA==", "engines": { "node": ">=14.0.0", "npm": ">=7.0.0" + }, + "peerDependencies": { + "ical.js": "^1.4.0", + "uuid": "^8.3.2" } }, "node_modules/@nextcloud/capabilities": { @@ -7100,14 +7103,14 @@ } }, "node_modules/@nextcloud/vue": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.1.0.tgz", - "integrity": "sha512-ntnEra0VmX7WRbgwoD7wlTfReuEof0N5tFIj5phkW08heNQFgIHUUHwuIxx6jt7pFTDNz1gF+Z4xTNhiGA+cEw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-5.3.0.tgz", + "integrity": "sha512-yRxEeQIgNHafvD2MC//BQXCkyyXiNQQZUGErlwOuuKpZbTX2BYTdvrN15On7rTqJNzwmwuzXAIPIFc0D8c2h+g==", "dependencies": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", "@nextcloud/browser-storage": "^0.1.1", - "@nextcloud/calendar-js": "^1.0.0", + "@nextcloud/calendar-js": "^3.0.0", "@nextcloud/capabilities": "^1.0.2", "@nextcloud/dialogs": "^3.0.0", "@nextcloud/event-bus": "^2.0.0", @@ -7115,10 +7118,10 @@ "@nextcloud/logger": "^2.0.0", "@nextcloud/router": "^2.0.0", "debounce": "1.2.1", - "emoji-mart-vue-fast": "^7.0.7", + "emoji-mart-vue-fast": "^10.2.1", "escape-html": "^1.0.3", "hammerjs": "^2.0.8", - "linkifyjs": "~2.1.9", + "linkify-string": "^3.0.2", "md5": "^2.2.1", "splitpanes": "^2.3.6", "string-length": "^5.0.0", @@ -7127,16 +7130,16 @@ "tributejs": "^5.1.3", "v-click-outside": "^3.0.1", "v-tooltip": "^2.0.3", - "vue": "^2.6.11", + "vue": "^2.6.14", "vue-color": "^2.7.1", - "vue-material-design-icons": "^4.11.0", + "vue-material-design-icons": "^5.0.0", "vue-multiselect": "^2.1.6", "vue-visible": "^1.0.2", "vue2-datepicker": "^3.6.3" }, "engines": { - "node": ">=14.0.0", - "npm": ">=7.0.0" + "node": "^14.0.0", + "npm": "^7.0.0" } }, "node_modules/@nextcloud/vue-dashboard": { @@ -7211,6 +7214,16 @@ "node": ">=10.0.0" } }, + "node_modules/@nextcloud/vue/node_modules/@babel/polyfill": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz", + "integrity": "sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==", + "deprecated": "🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.", + "dependencies": { + "core-js": "^2.6.5", + "regenerator-runtime": "^0.13.4" + } + }, "node_modules/@nextcloud/vue/node_modules/ansi-regex": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.0.tgz", @@ -7230,6 +7243,40 @@ "node": ">=12.20" } }, + "node_modules/@nextcloud/vue/node_modules/core-js": { + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", + "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", + "deprecated": "core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.", + "hasInstallScript": true + }, + "node_modules/@nextcloud/vue/node_modules/emoji-mart-vue-fast": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-10.2.1.tgz", + "integrity": "sha512-PtKihhsXBEEw1jHwnoRyJAnJP1OlK4EJrEze58EbUUV7iHWGLub+yuiNSj2Uo1JBHraz4fw/pH98nFysVoe0qg==", + "dependencies": { + "@babel/polyfill": "^7.12.1", + "@babel/runtime": "^7.16.3", + "vue-virtual-scroller": "^1.0.10" + }, + "peerDependencies": { + "vue": ">2.0.0" + } + }, + "node_modules/@nextcloud/vue/node_modules/linkify-string": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-3.0.4.tgz", + "integrity": "sha512-OnNqqRjlYXaXipIAbBC8sDXsSumI1ftatzFg141Pw9HEXWjTVLFcMZoKbFupshqWRavtNJ6QHLa+u6AlxxgeRw==", + "peerDependencies": { + "linkifyjs": "^3.0.0" + } + }, + "node_modules/@nextcloud/vue/node_modules/linkifyjs": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-3.0.5.tgz", + "integrity": "sha512-1Y9XQH65eQKA9p2xtk+zxvnTeQBG7rdAXSkUG97DmuI/Xhji9uaUzaWxRj6rf9YC0v8KKHkxav7tnLX82Sz5Fg==", + "peer": true + }, "node_modules/@nextcloud/vue/node_modules/string-length": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.0.tgz", @@ -7259,6 +7306,11 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, + "node_modules/@nextcloud/vue/node_modules/vue-material-design-icons": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-5.0.0.tgz", + "integrity": "sha512-lYSJFW/TyQqmg7MvUbEB8ua1mwWy/v8qve7QJuA/UWUAXC4/yVUdAm4pg/sM9+k5n7VLckBv6ucOROuGBsGPDQ==" + }, "node_modules/@nicolo-ribaudo/chokidar-2": { "version": "2.1.8-no-fsevents", "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz", @@ -13679,9 +13731,10 @@ } }, "node_modules/ical.js": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-1.4.0.tgz", - "integrity": "sha512-ltHZuOFNNjcyEYbzDgjemS7LWIFh2vydJeznxQHUh3dnarbxqOYsWONYteBVAq1MEOHnwXFGN2eskZReHclnrA==" + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-1.5.0.tgz", + "integrity": "sha512-7ZxMkogUkkaCx810yp0ZGKvq1ZpRgJeornPttpoxe6nYZ3NLesZe1wWMXDdwTkj/b5NtXT+Y16Aakph/ao98ZQ==", + "peer": true }, "node_modules/iconv-lite": { "version": "0.4.24", @@ -28213,9 +28266,9 @@ } }, "@babel/runtime": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", - "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", + "version": "7.17.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz", + "integrity": "sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -29128,13 +29181,10 @@ "dev": true }, "@nextcloud/calendar-js": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-1.1.1.tgz", - "integrity": "sha512-Uk0vuLBGkPgqLNLn+ut43MlSNu1FFMT5ke+A/yQXfdhNpriFEVOlQdj9OrJzr9KGZF7snWJvTqJIjOGvfoV6zg==", - "requires": { - "ical.js": "^1.4.0", - "uuid": "^8.3.2" - } + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-3.0.0.tgz", + "integrity": "sha512-Uy/etWwRmbzG1jxcfampOCEXbGMEzY1xVCBlONVrkusUmD9t02u3jWFkRJGAHvFAtLd4iM+MdTo1x3VXemBvcA==", + "requires": {} }, "@nextcloud/capabilities": { "version": "1.0.4", @@ -29317,14 +29367,14 @@ } }, "@nextcloud/vue": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.1.0.tgz", - "integrity": "sha512-ntnEra0VmX7WRbgwoD7wlTfReuEof0N5tFIj5phkW08heNQFgIHUUHwuIxx6jt7pFTDNz1gF+Z4xTNhiGA+cEw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-5.3.0.tgz", + "integrity": "sha512-yRxEeQIgNHafvD2MC//BQXCkyyXiNQQZUGErlwOuuKpZbTX2BYTdvrN15On7rTqJNzwmwuzXAIPIFc0D8c2h+g==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", "@nextcloud/browser-storage": "^0.1.1", - "@nextcloud/calendar-js": "^1.0.0", + "@nextcloud/calendar-js": "^3.0.0", "@nextcloud/capabilities": "^1.0.2", "@nextcloud/dialogs": "^3.0.0", "@nextcloud/event-bus": "^2.0.0", @@ -29332,10 +29382,10 @@ "@nextcloud/logger": "^2.0.0", "@nextcloud/router": "^2.0.0", "debounce": "1.2.1", - "emoji-mart-vue-fast": "^7.0.7", + "emoji-mart-vue-fast": "^10.2.1", "escape-html": "^1.0.3", "hammerjs": "^2.0.8", - "linkifyjs": "~2.1.9", + "linkify-string": "^3.0.2", "md5": "^2.2.1", "splitpanes": "^2.3.6", "string-length": "^5.0.0", @@ -29344,14 +29394,23 @@ "tributejs": "^5.1.3", "v-click-outside": "^3.0.1", "v-tooltip": "^2.0.3", - "vue": "^2.6.11", + "vue": "^2.6.14", "vue-color": "^2.7.1", - "vue-material-design-icons": "^4.11.0", + "vue-material-design-icons": "^5.0.0", "vue-multiselect": "^2.1.6", "vue-visible": "^1.0.2", "vue2-datepicker": "^3.6.3" }, "dependencies": { + "@babel/polyfill": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz", + "integrity": "sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==", + "requires": { + "core-js": "^2.6.5", + "regenerator-runtime": "^0.13.4" + } + }, "ansi-regex": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.0.tgz", @@ -29362,6 +29421,33 @@ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.0.tgz", "integrity": "sha512-oGu2QekBMXgyQNWPDRQ001bjvDnZe4/zBTz37TMbiKz1NbNiyiH5hRkobe7npRN6GfbGbxMYFck/vQ1r9c1VMA==" }, + "core-js": { + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", + "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==" + }, + "emoji-mart-vue-fast": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-10.2.1.tgz", + "integrity": "sha512-PtKihhsXBEEw1jHwnoRyJAnJP1OlK4EJrEze58EbUUV7iHWGLub+yuiNSj2Uo1JBHraz4fw/pH98nFysVoe0qg==", + "requires": { + "@babel/polyfill": "^7.12.1", + "@babel/runtime": "^7.16.3", + "vue-virtual-scroller": "^1.0.10" + } + }, + "linkify-string": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-3.0.4.tgz", + "integrity": "sha512-OnNqqRjlYXaXipIAbBC8sDXsSumI1ftatzFg141Pw9HEXWjTVLFcMZoKbFupshqWRavtNJ6QHLa+u6AlxxgeRw==", + "requires": {} + }, + "linkifyjs": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-3.0.5.tgz", + "integrity": "sha512-1Y9XQH65eQKA9p2xtk+zxvnTeQBG7rdAXSkUG97DmuI/Xhji9uaUzaWxRj6rf9YC0v8KKHkxav7tnLX82Sz5Fg==", + "peer": true + }, "string-length": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.0.tgz", @@ -29378,6 +29464,11 @@ "requires": { "ansi-regex": "^6.0.0" } + }, + "vue-material-design-icons": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-5.0.0.tgz", + "integrity": "sha512-lYSJFW/TyQqmg7MvUbEB8ua1mwWy/v8qve7QJuA/UWUAXC4/yVUdAm4pg/sM9+k5n7VLckBv6ucOROuGBsGPDQ==" } } }, @@ -34573,9 +34664,10 @@ "dev": true }, "ical.js": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-1.4.0.tgz", - "integrity": "sha512-ltHZuOFNNjcyEYbzDgjemS7LWIFh2vydJeznxQHUh3dnarbxqOYsWONYteBVAq1MEOHnwXFGN2eskZReHclnrA==" + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-1.5.0.tgz", + "integrity": "sha512-7ZxMkogUkkaCx810yp0ZGKvq1ZpRgJeornPttpoxe6nYZ3NLesZe1wWMXDdwTkj/b5NtXT+Y16Aakph/ao98ZQ==", + "peer": true }, "iconv-lite": { "version": "0.4.24", diff --git a/package.json b/package.json index e056f2d179..ca88e728d5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nextcloud/password-confirmation": "^1.0.1", "@nextcloud/paths": "^2.0.0", "@nextcloud/router": "^2.0.0", - "@nextcloud/vue": "^4.1.0", + "@nextcloud/vue": "^5.3.0", "@nextcloud/vue-dashboard": "^2.0.1", "autosize": "^5.0.1", "backbone": "^1.4.0",