chore: update deps

This commit is contained in:
Michel Roux 2024-01-10 15:34:05 +01:00
parent 7b75b6e1a0
commit 768a162191
4 changed files with 15 additions and 22 deletions

View File

@ -5,7 +5,7 @@
"license": "AGPL-3.0-or-later",
"require-dev": {
"nextcloud/ocp": "^28.0.1",
"psalm/phar": "^5.18.0",
"psalm/phar": "^5.19.0",
"nextcloud/coding-standard": "^1.1.1"
},
"scripts": {

4
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": "70947d2e45051fd5a3fed8877e02ea43",
"content-hash": "788b66f9cb1096496101de6d056892a8",
"packages": [],
"packages-dev": [
{
@ -391,5 +391,5 @@
"platform-overrides": {
"php": "8.0"
},
"plugin-api-version": "2.6.0"
"plugin-api-version": "2.3.0"
}

29
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@nextcloud/dialogs": "^5.0.3",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "^1.2.2",
"@nextcloud/moment": "^1.3.0",
"@nextcloud/router": "^2.2.0",
"@nextcloud/vue": "^8.4.0",
"vue": "^2",
@ -3218,14 +3218,12 @@
}
},
"node_modules/@nextcloud/moment": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.2.2.tgz",
"integrity": "sha512-66jJJurd4JdqqlGIpqfxMWOvpG7i6dMibkNCPcpe8i+C+bGSFRMxMe74m1abehcaysj164is4juiT2ikVbZ4yg==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.3.0.tgz",
"integrity": "sha512-UnCjVeif8KmDhuqpl1KwNaVXtPsXZjm/B+LmJoXiJCapKVhAt1+DK106VqGFNYutxfKdD/5ny+JOvBIVEce9CA==",
"dependencies": {
"@nextcloud/l10n": "^2.2.0",
"core-js": "^3.21.1",
"jed": "^1.1.1",
"moment": "^2.29.2",
"moment": "^2.30.1",
"node-gettext": "^3.0.0"
},
"engines": {
@ -7165,9 +7163,9 @@
"peer": true
},
"node_modules/electron-to-chromium": {
"version": "1.4.625",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.625.tgz",
"integrity": "sha512-DENMhh3MFgaPDoXWrVIqSPInQoLImywfCwrSmVl3cf9QHzoZSiutHwGaB/Ql3VkqcQV30rzgdM+BjKqBAJxo5Q=="
"version": "1.4.626",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.626.tgz",
"integrity": "sha512-f7/be56VjRRQk+Ric6PmIrEtPcIqsn3tElyAu9Sh6egha2VLJ82qwkcOdcnT06W+Pb6RUulV1ckzrGbKzVcTHg=="
},
"node_modules/elliptic": {
"version": "6.5.4",
@ -8570,9 +8568,9 @@
"peer": true
},
"node_modules/fast-xml-parser": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz",
"integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==",
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.3.tgz",
"integrity": "sha512-coV/D1MhrShMvU6D0I+VAK3umz6hUaxxhL0yp/9RjfiYUfAv14rDhGQL+PLForhMdr0wq3PiV07WtkkNjJjNHg==",
"funding": [
{
"type": "github",
@ -10507,11 +10505,6 @@
"node": ">=8"
}
},
"node_modules/jed": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/jed/-/jed-1.1.1.tgz",
"integrity": "sha512-z35ZSEcXHxLW4yumw0dF6L464NT36vmx3wxJw8MDpraBcWuNVgUPZgPJKcu1HekNgwlMFNqol7i/IpSbjhqwqA=="
},
"node_modules/jest": {
"version": "29.7.0",
"resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",

View File

@ -22,7 +22,7 @@
"@nextcloud/dialogs": "^5.0.3",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "^1.2.2",
"@nextcloud/moment": "^1.3.0",
"@nextcloud/router": "^2.2.0",
"@nextcloud/vue": "^8.4.0",
"vue": "^2",