diff --git a/package-lock.json b/package-lock.json index c6807df4855..1a7656db47b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@nextcloud/l10n": "^3.4.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.5", - "@nextcloud/password-confirmation": "^5.3.1", + "@nextcloud/password-confirmation": "^5.3.2", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.5", @@ -5229,10 +5229,9 @@ } }, "node_modules/@nextcloud/l10n": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.4.0.tgz", - "integrity": "sha512-K4UBSl0Ou6sXXLxyjuhktRf2FyTCjyvHxJyBLmS2z3YEYcRkpf8ib3XneRwEQIEpzBPQjul2/ZdFlt7umd8Gaw==", - "license": "GPL-3.0-or-later", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.4.1.tgz", + "integrity": "sha512-aTFinTcKiK2gEXwLgutXekpZZ8/v/4QiC8C3QCLH5m0o+WtxsBC+fqV142ebC/rfDnzCLhY4ZtswSu8bFbZocg==", "dependencies": { "@nextcloud/router": "^3.0.1", "@nextcloud/typings": "^1.9.1", @@ -5272,22 +5271,22 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.3.1.tgz", - "integrity": "sha512-4+gcUBslO9QHI7UktsEB5qZv9FXojL+yMfIu9Rr2Z7V4ksTMxyqf2MaE4Utcs9BzcoS1oTRT5UxwdmfNkktraw==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.3.2.tgz", + "integrity": "sha512-VtRBguZF8LvNn3I/kJ37upG8welNf7s1gnKwF3pQhC+F4n/Hgx6dp+LhM4fncHF7XH56i4LNZno+0IbvOkOQ8Q==", "dependencies": { - "@nextcloud/auth": "^2.4.0", - "@nextcloud/axios": "^2.5.0", - "@nextcloud/dialogs": "^6.0.1", - "@nextcloud/l10n": "^3.1.0", + "@nextcloud/auth": "^2.5.3", + "@nextcloud/axios": "^2.5.2", + "@nextcloud/dialogs": "^6.4.1", + "@nextcloud/l10n": "^3.4.1", "@nextcloud/router": "^3.0.1" }, "engines": { "node": "^20.0.0", - "npm": "^10.0.0" + "npm": "^10.5.1" }, "peerDependencies": { - "@nextcloud/vue": "^8.0.0", + "@nextcloud/vue": "^8.23.0", "vue": "^2.7.16" } }, diff --git a/package.json b/package.json index 1e348e6ce3f..a8c7b88ee28 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@nextcloud/l10n": "^3.4.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.5", - "@nextcloud/password-confirmation": "^5.3.1", + "@nextcloud/password-confirmation": "^5.3.2", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.5",