chore: ⬆️ update lock
All checks were successful
repod / xml (push) Successful in 12s
repod / php (push) Successful in 58s
repod / nodejs (push) Successful in 1m2s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-09-04 10:48:22 +02:00
parent 42c35d3856
commit 57a22d9390
4 changed files with 976 additions and 1685 deletions

View File

@ -15,7 +15,7 @@
"psalm": "psalm --threads=1 --no-cache --show-info=true"
},
"require-dev": {
"nextcloud/ocp": "^29.0.5",
"nextcloud/ocp": "^29.0.6",
"roave/security-advisories": "dev-latest",
"nextcloud/coding-standard": "^1.2.3",
"vimeo/psalm": "^5.25.0"

13
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a59841dc91b50fc36ec116bab55543b0",
"content-hash": "94ffc0262e5b4beaffb7a5425f1956ce",
"packages": [],
"packages-dev": [
{
@ -1312,12 +1312,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "5ddbc0bf3c8c38da3f706c8d1203f9a6a451d44d"
"reference": "8934624d282f87f8f60e8fd8be1197a644ea8b76"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5ddbc0bf3c8c38da3f706c8d1203f9a6a451d44d",
"reference": "5ddbc0bf3c8c38da3f706c8d1203f9a6a451d44d",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/8934624d282f87f8f60e8fd8be1197a644ea8b76",
"reference": "8934624d282f87f8f60e8fd8be1197a644ea8b76",
"shasum": ""
},
"conflict": {
@ -1776,9 +1776,10 @@
"phpxmlrpc/extras": "<0.6.1",
"phpxmlrpc/phpxmlrpc": "<4.9.2",
"pi/pi": "<=2.5",
"pimcore/admin-ui-classic-bundle": "<=1.5.1",
"pimcore/admin-ui-classic-bundle": "<1.5.4",
"pimcore/customer-management-framework-bundle": "<4.0.6",
"pimcore/data-hub": "<1.2.4",
"pimcore/data-importer": "<1.8.9|>=1.9,<1.9.3",
"pimcore/demo": "<10.3",
"pimcore/ecommerce-framework-bundle": "<1.0.10",
"pimcore/perspective-editor": "<1.5.1",
@ -2123,7 +2124,7 @@
"type": "tidelift"
}
],
"time": "2024-08-30T15:05:01+00:00"
"time": "2024-09-03T20:04:58+00:00"
},
{
"name": "sebastian/diff",

2640
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,9 +26,9 @@
"linkify-html": "^4.1.3",
"pinia": "^2.2.2",
"toastify-js": "^1.12.0",
"vite": "^5.4.2",
"vite-plugin-vue-devtools": "^7.3.9",
"vue": "^3.4.38",
"vite": "^5.4.3",
"vite-plugin-vue-devtools": "^7.4.3",
"vue": "^3.5.0",
"vue-material-design-icons": "^5.3.0",
"vue-router": "^4.4.3"
},