Merge pull request #5069 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/vue-7.12.4

This commit is contained in:
dependabot[bot] 2023-08-26 05:21:07 +00:00 коммит произвёл GitHub
Родитель c08b829d1a 95ff8e19d2
Коммит a4f5ac1504
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 27 добавлений и 8 удалений

33
package-lock.json сгенерированный
Просмотреть файл

@ -21,7 +21,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/notify_push": "^1.1.3",
"@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.2",
"@nextcloud/vue": "^7.12.4",
"blueimp-md5": "^2.19.0",
"dompurify": "^3.0.5",
"lodash": "^4.17.21",
@ -3803,9 +3803,9 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "7.12.2",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.2.tgz",
"integrity": "sha512-AjXm/I4b1W4vtSVtZpVu4VD047IpVTgPnMP7kSKQF42XvFvP1l0pyFgd/ewPKYtm+dA/rTHsh5fg3I9xsxg79A==",
"version": "7.12.4",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.4.tgz",
"integrity": "sha512-ZW3DtIhD+aoaj9S4EB+X/kXCfIKgKXXMKKbECHkxl/CqtIvASmtxCNpt9DAlIETYKHwfuT3GWduxSnFCuLe1bQ==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",
@ -3846,6 +3846,7 @@
"unist-util-visit": "^4.1.2",
"vue": "^2.7.14",
"vue-color": "^2.8.1",
"vue-frag": "^1.4.3",
"vue-material-design-icons": "^5.1.2",
"vue-multiselect": "^2.1.6",
"vue2-datepicker": "^3.11.0"
@ -19085,6 +19086,17 @@
"dev": true,
"peer": true
},
"node_modules/vue-frag": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/vue-frag/-/vue-frag-1.4.3.tgz",
"integrity": "sha512-pQZj03f/j9LRhzz9vKaXTCXUHVYHuAXicshFv76VFqwz4MG3bcb+sPZMAbd0wmw7THjkrTPuoM0EG9TbG8CgMQ==",
"funding": {
"url": "https://github.com/privatenumber/vue-frag?sponsor=1"
},
"peerDependencies": {
"vue": "^2.6.0"
}
},
"node_modules/vue-hot-reload-api": {
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",
@ -22555,9 +22567,9 @@
}
},
"@nextcloud/vue": {
"version": "7.12.2",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.2.tgz",
"integrity": "sha512-AjXm/I4b1W4vtSVtZpVu4VD047IpVTgPnMP7kSKQF42XvFvP1l0pyFgd/ewPKYtm+dA/rTHsh5fg3I9xsxg79A==",
"version": "7.12.4",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.4.tgz",
"integrity": "sha512-ZW3DtIhD+aoaj9S4EB+X/kXCfIKgKXXMKKbECHkxl/CqtIvASmtxCNpt9DAlIETYKHwfuT3GWduxSnFCuLe1bQ==",
"requires": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",
@ -22598,6 +22610,7 @@
"unist-util-visit": "^4.1.2",
"vue": "^2.7.14",
"vue-color": "^2.8.1",
"vue-frag": "^1.4.3",
"vue-material-design-icons": "^5.1.2",
"vue-multiselect": "^2.1.6",
"vue2-datepicker": "^3.11.0"
@ -33702,6 +33715,12 @@
}
}
},
"vue-frag": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/vue-frag/-/vue-frag-1.4.3.tgz",
"integrity": "sha512-pQZj03f/j9LRhzz9vKaXTCXUHVYHuAXicshFv76VFqwz4MG3bcb+sPZMAbd0wmw7THjkrTPuoM0EG9TbG8CgMQ==",
"requires": {}
},
"vue-hot-reload-api": {
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",

Просмотреть файл

@ -42,7 +42,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/notify_push": "^1.1.3",
"@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.2",
"@nextcloud/vue": "^7.12.4",
"blueimp-md5": "^2.19.0",
"dompurify": "^3.0.5",
"lodash": "^4.17.21",