Update deps
All checks were successful
repod / nextcloud (push) Successful in 2m10s
repod / nodejs (push) Successful in 3m34s

This commit is contained in:
Michel Roux 2023-08-11 21:25:09 +02:00
parent 2c206ba671
commit 8809a10cdf
4 changed files with 7 additions and 20 deletions

View File

@ -4,7 +4,7 @@
"type": "project", "type": "project",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"require-dev": { "require-dev": {
"nextcloud/ocp": "^27.0.1", "nextcloud/ocp": "^27.0.2",
"psalm/phar": "^5.14.1", "psalm/phar": "^5.14.1",
"nextcloud/coding-standard": "^1.1.1" "nextcloud/coding-standard": "^1.1.1"
}, },

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "817269c30922145fbaf4270b2cb22d8e", "content-hash": "3fa8e5aac39e7c385a793eff9a78e763",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {

21
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@nextcloud/dialogs": "^4.1.0", "@nextcloud/dialogs": "^4.1.0",
"@nextcloud/l10n": "^2.2.0", "@nextcloud/l10n": "^2.2.0",
"@nextcloud/router": "^2.1.2", "@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.1", "@nextcloud/vue": "^7.12.2",
"vue": "^2", "vue": "^2",
"vue-fragment": "^1.6.0", "vue-fragment": "^1.6.0",
"vue-material-design-icons": "^5.2.0", "vue-material-design-icons": "^5.2.0",
@ -3104,9 +3104,9 @@
} }
}, },
"node_modules/@nextcloud/vue": { "node_modules/@nextcloud/vue": {
"version": "7.12.1", "version": "7.12.2",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.1.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.2.tgz",
"integrity": "sha512-j3wWgUkGEbq6cEdgdiG8VWWgqEd8YvKhK64o1eKbLP3OlVkcrqXfiRmPm1SafPVureGr/Yp/Ty/zIZnHBjxlNg==", "integrity": "sha512-AjXm/I4b1W4vtSVtZpVu4VD047IpVTgPnMP7kSKQF42XvFvP1l0pyFgd/ewPKYtm+dA/rTHsh5fg3I9xsxg79A==",
"dependencies": { "dependencies": {
"@floating-ui/dom": "^1.1.0", "@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0", "@nextcloud/auth": "^2.0.0",
@ -8311,19 +8311,6 @@
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
}, },
"node_modules/fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": { "node_modules/function-bind": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",

View File

@ -22,7 +22,7 @@
"@nextcloud/dialogs": "^4.1.0", "@nextcloud/dialogs": "^4.1.0",
"@nextcloud/l10n": "^2.2.0", "@nextcloud/l10n": "^2.2.0",
"@nextcloud/router": "^2.1.2", "@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.1", "@nextcloud/vue": "^7.12.2",
"vue": "^2", "vue": "^2",
"vue-fragment": "^1.6.0", "vue-fragment": "^1.6.0",
"vue-material-design-icons": "^5.2.0", "vue-material-design-icons": "^5.2.0",