From 768a162191350e87dcda9aa96c6920b0fb53c9fb Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 10 Jan 2024 15:34:05 +0100 Subject: [PATCH] chore: update deps --- composer.json | 2 +- composer.lock | 4 ++-- package-lock.json | 29 +++++++++++------------------ package.json | 2 +- 4 files changed, 15 insertions(+), 22 deletions(-) diff --git a/composer.json b/composer.json index 078a9ba..89f72f2 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/composer.lock b/composer.lock index 914f4a8..b947bcb 100644 --- a/composer.lock +++ b/composer.lock @@ -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" } diff --git a/package-lock.json b/package-lock.json index 52f3895..c8cf09c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 2dd46c6..5f66dd9 100644 --- a/package.json +++ b/package.json @@ -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",