Merge pull request #2322 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/vue-8.18.0

This commit is contained in:
dependabot[bot] 2024-09-14 04:20:44 +00:00 коммит произвёл GitHub
Родитель 27991c39b0 b74922d32f
Коммит 6edbc24377
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 6 добавлений и 19 удалений

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

@ -19,7 +19,7 @@
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.17.1",
"@nextcloud/vue": "^8.18.0",
"crypto-js": "^4.2.0",
"debounce": "^2.1.0",
"markdown-it": "^14.1.0",
@ -1925,10 +1925,9 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "8.17.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.17.1.tgz",
"integrity": "sha512-DC7nI04pp69vS5VxMDhpwPFhb5TWvyJgtmFciAx6j8RFrTPutdjNfOxOCncGaNXOlodaIpg/6EYV8YHU9DR9ng==",
"license": "AGPL-3.0-or-later",
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.18.0.tgz",
"integrity": "sha512-JSkWwyoZ4SDEEvPxzUb2/P4fClP0GXzuuy0DwwKiblQakqAMretpgWwD0wAP575r1yK7TP7tgLkZ5dWx/hHQ/g==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@linusborg/vue-simple-portal": "^0.1.5",
@ -1947,7 +1946,7 @@
"@vueuse/components": "^11.0.0",
"@vueuse/core": "^11.0.0",
"clone": "^2.1.2",
"debounce": "2.1.0",
"debounce": "2.1.1",
"dompurify": "^3.0.5",
"emoji-mart-vue-fast": "^15.0.1",
"escape-html": "^1.0.3",
@ -2041,18 +2040,6 @@
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/@nextcloud/vue/node_modules/debounce": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/debounce/-/debounce-2.1.0.tgz",
"integrity": "sha512-OkL3+0pPWCqoBc/nhO9u6TIQNTK44fnBnzuVtJAbp13Naxw9R6u21x+8tVTka87AhDZ3htqZ2pSSsZl9fqL2Wg==",
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
"version": "5.1.1-v1",
"resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",

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

@ -39,7 +39,7 @@
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.17.1",
"@nextcloud/vue": "^8.18.0",
"crypto-js": "^4.2.0",
"debounce": "^2.1.0",
"markdown-it": "^14.1.0",