Merge branch 'main' into favorites
All checks were successful
repod / xml (push) Successful in 30s
repod / php (push) Successful in 1m12s
repod / nodejs (push) Successful in 1m24s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-08-21 09:25:09 +00:00
commit 4e6eee96bf
2 changed files with 10 additions and 10 deletions

12
composer.lock generated
View File

@ -733,16 +733,16 @@
},
{
"name": "nextcloud/ocp",
"version": "v29.0.4",
"version": "v29.0.5",
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "65b6744fca5d4b3c366754295e5cb0680a580c51"
"reference": "53059f1bbcdd624fa1783591da5575faa4284d15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/65b6744fca5d4b3c366754295e5cb0680a580c51",
"reference": "65b6744fca5d4b3c366754295e5cb0680a580c51",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/53059f1bbcdd624fa1783591da5575faa4284d15",
"reference": "53059f1bbcdd624fa1783591da5575faa4284d15",
"shasum": ""
},
"require": {
@ -771,9 +771,9 @@
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
"support": {
"issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/v29.0.4"
"source": "https://github.com/nextcloud-deps/ocp/tree/v29.0.5"
},
"time": "2024-07-11T00:37:34+00:00"
"time": "2024-08-09T00:38:21+00:00"
},
{
"name": "nikic/php-parser",

8
package-lock.json generated
View File

@ -11236,14 +11236,14 @@
}
},
"node_modules/vite": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.1.tgz",
"integrity": "sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==",
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.2.tgz",
"integrity": "sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==",
"license": "MIT",
"dependencies": {
"esbuild": "^0.21.3",
"postcss": "^8.4.41",
"rollup": "^4.13.0"
"rollup": "^4.20.0"
},
"bin": {
"vite": "bin/vite.js"