aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-19 01:24:36 +0000
committernextcloud-command <nextcloud-command@users.noreply.github.com>2023-08-19 13:11:29 +0000
commit380e97ddb0c55966f86baf185db9b9204d47218e (patch)
tree080ee6dd4a0a443ebd2ef1759c6ab71b7eb418cc /package-lock.json
parent22516ab7aa330f686ca6ab1639af3e3a71eecfdb (diff)
downloadnextcloud-server-380e97ddb0c55966f86baf185db9b9204d47218e.tar.gz
nextcloud-server-380e97ddb0c55966f86baf185db9b9204d47218e.zip
chore(deps): Bump nextcloud-vue-collections from 0.10.0 to 0.11.1
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.10.0 to 0.11.1. - [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases) - [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.10.0...v0.11.1) --- updated-dependencies: - dependency-name: nextcloud-vue-collections dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json344
1 files changed, 64 insertions, 280 deletions
diff --git a/package-lock.json b/package-lock.json
index 02dab34e512..622f5bc67ae 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -59,7 +59,7 @@
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"natural-orderby": "^3.0.2",
- "nextcloud-vue-collections": "^0.10.0",
+ "nextcloud-vue-collections": "^0.11.1",
"node-vibrant": "^3.1.6",
"p-limit": "^4.0.0",
"p-queue": "^7.3.0",
@@ -17306,6 +17306,11 @@
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
+ "node_modules/lodash-es": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
+ "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
+ },
"node_modules/lodash.debounce": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
@@ -18729,309 +18734,88 @@
}
},
"node_modules/nextcloud-vue-collections": {
- "version": "0.10.0",
- "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.10.0.tgz",
- "integrity": "sha512-vfGYCtAV0vQ9809VO9z2pQqmiduqhhI5jkVlKv+yYXPfR8G+9YmTYrjdjH3mARBzt8gxZYXtbSIWqWsH2/N0pA==",
- "dependencies": {
- "@nextcloud/axios": "^1.9.0",
- "@nextcloud/browserslist-config": "^2.2.0",
- "@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^3.10.2",
- "lodash": "^4.17.21",
- "vue": "^2.6.14"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "peerDependencies": {
- "@nextcloud/vue": "^3.10.2",
- "vue": "^2.6.14"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/@babel/runtime": {
- "version": "7.3.4",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.3.4.tgz",
- "integrity": "sha512-IvfvnMdSaLBateu0jfsYIpZTxAc2cKEXEMiezGGN75QcBcecDUKd3PgLAncT0oOgxKy8dd8hrJKj9MfzgfZd6g==",
- "dependencies": {
- "regenerator-runtime": "^0.12.0"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/@babel/runtime/node_modules/regenerator-runtime": {
- "version": "0.12.1",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz",
- "integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg=="
- },
- "node_modules/nextcloud-vue-collections/node_modules/@nextcloud/auth": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.3.0.tgz",
- "integrity": "sha512-GfwRM9W7hat4psNdAt74UHEV+drEXQ53klCVp6JpON66ZLPeK5eJ1LQuiQDkpUxZpqNeaumXjiB98h5cug/uQw==",
- "dependencies": {
- "@nextcloud/event-bus": "^1.1.3",
- "@nextcloud/typings": "^0.2.2",
- "core-js": "^3.6.4"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/@nextcloud/axios": {
- "version": "1.11.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-1.11.0.tgz",
- "integrity": "sha512-NyaiSC2GX2CPaH/MUGGMTTTza/TW9ZqWNGWq6LJ+pLER8nqZ9BQkwJ5kXUYGo+i3cka68PO+9WhcDv4fSABpuQ==",
+ "version": "0.11.1",
+ "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.11.1.tgz",
+ "integrity": "sha512-2t4a4mWvjTq+5Kly80pUzq7qpEZz6GHv3bI/yIxhC2K7Y0Rx5XqMSkhxeDuHPsR8KlmIeaPNOyYLMGfO7mgHQA==",
"dependencies": {
- "@nextcloud/auth": "^1.3.0",
- "axios": "^0.27.1",
- "core-js": "^3.6.4"
+ "@nextcloud/axios": "^2.3.0",
+ "@nextcloud/router": "^2.1.1",
+ "@nextcloud/vue": "^7.10.0",
+ "lodash-es": "^4.17.21"
},
"engines": {
"node": "^16.0.0",
- "npm": "^7.0.0 || ^8.0.0"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/@nextcloud/browser-storage": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/browser-storage/-/browser-storage-0.1.1.tgz",
- "integrity": "sha512-bWzs/A44rEK8b3CMOFw0ZhsenagrWdsB902LOEwmlMCcFysiFgWiOPbF4/0/ODlOYjvPrO02wf6RigWtb8P+gA==",
- "dependencies": {
- "core-js": "3.6.1"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/@nextcloud/browser-storage/node_modules/core-js": {
- "version": "3.6.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz",
- "integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ==",
- "deprecated": "core-js@<3.23.3 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. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
- "hasInstallScript": true,
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/core-js"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/@nextcloud/dialogs": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.1.2.tgz",
- "integrity": "sha512-hVgpr/CF0F+cE7tRZHJDVpB1S05K/pDcUMrfDpoxMKhux5SXlpwLXUaWM7iAbHEKYm6ArWdpUyhxBTTAo9yrvg==",
- "dependencies": {
- "@nextcloud/l10n": "^1.3.0",
- "@nextcloud/typings": "^1.0.0",
- "core-js": "^3.6.4",
- "toastify-js": "^1.10.0"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/@nextcloud/dialogs/node_modules/@nextcloud/typings": {
- "version": "1.7.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.7.0.tgz",
- "integrity": "sha512-fK1i09FYTfSUBdXswyiCr8ng5MwdWjEWOF7hRvNvq5i+XFUSmGjSsRmpQZFM2AONroHqGGQBkvQqpONUshFBJQ==",
- "dependencies": {
- "@types/jquery": "3.5.16",
- "vue": "^2.7.14",
- "vue-router": "<4"
+ "npm": "^8.0.0"
},
- "engines": {
- "node": "^16.0.0",
- "npm": "^7.0.0 || ^8.0.0"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/@nextcloud/dialogs/node_modules/@types/jquery": {
- "version": "3.5.16",
- "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.16.tgz",
- "integrity": "sha512-bsI7y4ZgeMkmpG9OM710RRzDFp+w4P1RGiIt30C1mSBT+ExCleeh4HObwgArnDFELmRrOpXgSYN9VF1hj+f1lw==",
- "dependencies": {
- "@types/sizzle": "*"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/@nextcloud/event-bus": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-1.3.0.tgz",
- "integrity": "sha512-+U5MnCvfnNWvf0lvdqJg8F+Nm8wN+s9ayuBjtiEQxTAcootv7lOnlMgfreqF3l2T0Wet2uZh4JbFVUWf8l3w7g==",
- "dependencies": {
- "@types/semver": "^7.3.5",
- "core-js": "^3.11.2",
- "semver": "^7.3.5"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/@nextcloud/l10n": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
- "integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
- "dependencies": {
- "core-js": "^3.6.4",
- "node-gettext": "^3.0.0"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/@nextcloud/typings": {
- "version": "0.2.4",
- "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-0.2.4.tgz",
- "integrity": "sha512-49M8XUDQH27VIQE+13KrqSOYcyOsDUk6Yfw17jbBVtXFoDJ3YBSYYq8YaKeAM3Lz2JVbEpqQW9suAT+EyYSb6g==",
- "dependencies": {
- "@types/jquery": "2.0.54"
+ "peerDependencies": {
+ "vue": "^2.7.14"
}
},
"node_modules/nextcloud-vue-collections/node_modules/@nextcloud/vue": {
- "version": "3.10.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.10.2.tgz",
- "integrity": "sha512-/8r2fE8V7nw9erjm06x3nCALC+6o9q2CzNSL0eDRfsKXCVySFoZ4bYX+zziQUStienisKDRXRhxh7RUAwkS2+w==",
+ "version": "7.12.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.2.tgz",
+ "integrity": "sha512-AjXm/I4b1W4vtSVtZpVu4VD047IpVTgPnMP7kSKQF42XvFvP1l0pyFgd/ewPKYtm+dA/rTHsh5fg3I9xsxg79A==",
"dependencies": {
- "@nextcloud/auth": "^1.2.3",
- "@nextcloud/axios": "^1.3.2",
- "@nextcloud/browser-storage": "^0.1.1",
- "@nextcloud/capabilities": "^1.0.2",
- "@nextcloud/dialogs": "^3.0.0",
- "@nextcloud/event-bus": "^1.1.4",
- "@nextcloud/l10n": "^1.2.3",
- "@nextcloud/router": "^1.0.2",
- "core-js": "^3.6.5",
+ "@floating-ui/dom": "^1.1.0",
+ "@nextcloud/auth": "^2.0.0",
+ "@nextcloud/axios": "^2.0.0",
+ "@nextcloud/browser-storage": "^0.2.0",
+ "@nextcloud/calendar-js": "^6.0.0",
+ "@nextcloud/capabilities": "^1.0.4",
+ "@nextcloud/dialogs": "^4.0.0",
+ "@nextcloud/event-bus": "^3.0.0",
+ "@nextcloud/initial-state": "^2.0.0",
+ "@nextcloud/l10n": "^2.0.1",
+ "@nextcloud/logger": "^2.2.1",
+ "@nextcloud/router": "^2.0.0",
+ "@nextcloud/vue-select": "^3.21.2",
+ "@skjnldsv/sanitize-svg": "^1.0.2",
+ "@vueuse/components": "^10.0.2",
+ "clone": "^2.1.2",
"debounce": "1.2.1",
- "emoji-mart-vue-fast": "^7.0.7",
+ "emoji-mart-vue-fast": "^12.0.1",
"escape-html": "^1.0.3",
+ "floating-vue": "^1.0.0-beta.19",
+ "focus-trap": "^7.4.3",
"hammerjs": "^2.0.8",
- "linkifyjs": "~2.1.9",
- "md5": "^2.2.1",
- "regenerator-runtime": "^0.13.5",
- "string-length": "^4.0.1",
- "striptags": "^3.1.1",
- "style-loader": "^2.0.0",
+ "linkify-string": "^4.0.0",
+ "md5": "^2.3.0",
+ "node-polyfill-webpack-plugin": "^2.0.1",
+ "rehype-react": "^7.1.2",
+ "remark-breaks": "^3.0.2",
+ "remark-external-links": "^9.0.1",
+ "remark-parse": "^10.0.1",
+ "remark-rehype": "^10.1.0",
+ "splitpanes": "^2.4.1",
+ "string-length": "^5.0.1",
+ "striptags": "^3.2.0",
"tributejs": "^5.1.3",
- "v-click-outside": "^3.0.1",
- "v-tooltip": "^2.0.3",
- "vue": "^2.6.11",
- "vue-color": "^2.7.1",
+ "unified": "^10.1.2",
+ "unist-builder": "^3.0.1",
+ "unist-util-visit": "^4.1.2",
+ "vue": "^2.7.14",
+ "vue-color": "^2.8.1",
+ "vue-material-design-icons": "^5.1.2",
"vue-multiselect": "^2.1.6",
- "vue-visible": "^1.0.2",
- "vue2-datepicker": "^3.6.3"
+ "vue2-datepicker": "^3.11.0"
},
"engines": {
- "node": ">=10.0.0"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/@nextcloud/vue/node_modules/@nextcloud/router": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.2.0.tgz",
- "integrity": "sha512-kn9QsL9LuhkIMaSSgdiqRL3SZ6PatuAjXUiyq343BbSnI99Oc5eJH8kU6cT2AHije7wKy/tK8Xe3VQuVO32SZQ==",
- "dependencies": {
- "core-js": "^3.6.4"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/@types/jquery": {
- "version": "2.0.54",
- "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-2.0.54.tgz",
- "integrity": "sha512-D/PomKwNkDfSKD13DEVQT/pq2TUjN54c6uB341fEZanIzkjfGe7UaFuuaLZbpEiS5j7Wk2MUHAZqZIoECw29lg=="
- },
- "node_modules/nextcloud-vue-collections/node_modules/axios": {
- "version": "0.27.2",
- "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
- "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
- "dependencies": {
- "follow-redirects": "^1.14.9",
- "form-data": "^4.0.0"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/char-regex": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
- "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
- "engines": {
- "node": ">=10"
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
}
},
"node_modules/nextcloud-vue-collections/node_modules/emoji-mart-vue-fast": {
- "version": "7.0.7",
- "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-7.0.7.tgz",
- "integrity": "sha512-Nrk4IOjKcKKYyMnRm4lreEiPpvDX+h3FKI86SYs05dCFZ0WZIMTGok26dtWvJqseTThS1UghsNEjM4HrfDjIJg==",
- "dependencies": {
- "@babel/polyfill": "7.2.5",
- "@babel/runtime": "7.3.4",
- "vue-virtual-scroller": "^1.0.0-rc.2"
- },
- "peerDependencies": {
- "vue": "^2.0.0"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/linkifyjs": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-2.1.9.tgz",
- "integrity": "sha512-74ivurkK6WHvHFozVaGtQWV38FzBwSTGNmJolEgFp7QgR2bl6ArUWlvT4GcHKbPe1z3nWYi+VUdDZk16zDOVug==",
- "peerDependencies": {
- "jquery": ">= 1.11.0",
- "react": ">= 0.14.0",
- "react-dom": ">= 0.14.0"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/lru-cache": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
- "dependencies": {
- "yallist": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/schema-utils": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
- "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
- "dependencies": {
- "@types/json-schema": "^7.0.8",
- "ajv": "^6.12.5",
- "ajv-keywords": "^3.5.2"
- },
- "engines": {
- "node": ">= 10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/semver": {
- "version": "7.5.4",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
- "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
- "dependencies": {
- "lru-cache": "^6.0.0"
- },
- "bin": {
- "semver": "bin/semver.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/string-length": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
- "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
- "dependencies": {
- "char-regex": "^1.0.2",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/nextcloud-vue-collections/node_modules/style-loader": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-2.0.0.tgz",
- "integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==",
+ "version": "12.0.5",
+ "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-12.0.5.tgz",
+ "integrity": "sha512-XFNwIk+ConSAjC4tmk//s6btlo3oQco7TBgP914Qytg/15jLa/0VrWNg271W2MTv+8N8BxYl2dDn3cZJxcreqw==",
"dependencies": {
- "loader-utils": "^2.0.0",
- "schema-utils": "^3.0.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
+ "@babel/runtime": "^7.18.6",
+ "core-js": "^3.23.5"
},
"peerDependencies": {
- "webpack": "^4.0.0 || ^5.0.0"
+ "vue": ">2.0.0"
}
},
- "node_modules/nextcloud-vue-collections/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
- },
"node_modules/nise": {
"version": "1.5.3",
"resolved": "https://registry.npmjs.org/nise/-/nise-1.5.3.tgz",