Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
Julien Veyssier 2020-09-30 11:16:04 +02:00
Родитель d2f3fbe3ef
Коммит 8c0c645225
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4141FEE162030638
2 изменённых файлов: 10 добавлений и 10 удалений

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

@ -1195,9 +1195,9 @@
} }
}, },
"@nextcloud/vue": { "@nextcloud/vue": {
"version": "2.6.5", "version": "2.6.6",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.5.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.6.tgz",
"integrity": "sha512-ZeY4n/TJ0cRu/iDgLGCwFSksvStMO+fAeJfANwjp52LjrpFXuJjxqG8ZKBdr7zJewj/yTOq6k0wMDnyBFTgnXA==", "integrity": "sha512-amlFNT5uDnz8ryFeD4birEXXx2K0KyV5nthYoIuz6A7liOxFwOF7BX7jNwhYkM21JvSloMCfm76BcK+DxtShOw==",
"requires": { "requires": {
"@nextcloud/auth": "^1.2.3", "@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2", "@nextcloud/axios": "^1.3.2",
@ -3247,9 +3247,9 @@
} }
}, },
"emoji-mart-vue-fast": { "emoji-mart-vue-fast": {
"version": "7.0.4", "version": "7.0.5",
"resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-7.0.4.tgz", "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-7.0.5.tgz",
"integrity": "sha512-VZuyclCe7ZNPhSvt7WT258MscqRBZTB2Is/7vBilCXgpiZqByaA4AhM1xdIIZZik/aA+5BQiZVmbsDK0jk78Eg==", "integrity": "sha512-+ayg30hhxqqM9oMtN9uUG470hT9gtOdFenByJJBm3XTfzI2QMVJ69euwk+xF55OphLfKZxQG7mnVz13lDOjb3g==",
"requires": { "requires": {
"@babel/polyfill": "7.2.5", "@babel/polyfill": "7.2.5",
"@babel/runtime": "7.3.4", "@babel/runtime": "7.3.4",
@ -8683,9 +8683,9 @@
} }
}, },
"tinycolor2": { "tinycolor2": {
"version": "1.4.1", "version": "1.4.2",
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.1.tgz", "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz",
"integrity": "sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g=" "integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA=="
}, },
"tmp": { "tmp": {
"version": "0.0.33", "version": "0.0.33",

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

@ -34,7 +34,7 @@
"dependencies": { "dependencies": {
"@nextcloud/router": "^1.1.0", "@nextcloud/router": "^1.1.0",
"@nextcloud/auth": "^1.3.0", "@nextcloud/auth": "^1.3.0",
"@nextcloud/vue": "^2.6.5", "@nextcloud/vue": "^2.6.6",
"@nextcloud/webpack-vue-config": "^1.4.0", "@nextcloud/webpack-vue-config": "^1.4.0",
"@nextcloud/vue-dashboard": "^1.0.1", "@nextcloud/vue-dashboard": "^1.0.1",
"@nextcloud/axios": "^1.3.3", "@nextcloud/axios": "^1.3.3",