diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-20 02:32:49 +0000 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-04-30 13:30:03 +0200 |
commit | cf7bc283da40724fad13fb160e6ed96657578b69 (patch) | |
tree | 9b98cac38acf1db35543c25c0d6e56108056767b /package-lock.json | |
parent | cb27fbc3bb9423ee5b4c7e30df46de14ba33ec9b (diff) | |
download | nextcloud-server-cf7bc283da40724fad13fb160e6ed96657578b69.tar.gz nextcloud-server-cf7bc283da40724fad13fb160e6ed96657578b69.zip |
fix(deps): bump @nextcloud/password-confirmation from 5.0.1 to 5.1.0
---
updated-dependencies:
- dependency-name: "@nextcloud/password-confirmation"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/package-lock.json b/package-lock.json index 65178ab555a..1e9d121582c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@nextcloud/l10n": "^2.1.0", "@nextcloud/logger": "^2.5.0", "@nextcloud/moment": "^1.3.1", - "@nextcloud/password-confirmation": "^5.0.1", + "@nextcloud/password-confirmation": "^5.1.0", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.0", "@nextcloud/sharing": "^0.1.0", @@ -4534,34 +4534,21 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.1.tgz", - "integrity": "sha512-BGhH+YDMaL6R02tu3oHRS9W+AQC+KHF2zAHT9bZfkFneSqWRbaMmUq1fKJEa0/7ZxgGLusP4IEjv+kG0iUIsGQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.1.0.tgz", + "integrity": "sha512-cMucq1yVmOU/03UVKNwW3FV4FfpowTcD2P82LLqY9KRM7Yh1sXoBm0dEfcavtp6v/9QAt6cLPPSKClrpfBE3ow==", "dependencies": { "@nextcloud/axios": "^2.4.0", "@nextcloud/l10n": "^2.2.0", - "@nextcloud/router": "^2.1.2" + "@nextcloud/router": "^3.0.0" }, "engines": { "node": "^20.0.0", - "npm": "^9.0.0" + "npm": "^10.0.0" }, "peerDependencies": { - "@nextcloud/vue": "^8.0.0-beta.7", - "vue": "^2.7.14" - } - }, - "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/router": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.2.0.tgz", - "integrity": "sha512-M4AVGnB5tt3MYO5RpH/R2jq7z/nW05AmRhk4Lh68krVwRIYGo8pgNikKrPGogHd2Q3UgzF5Py1drHz3uuV99bQ==", - "dependencies": { - "@nextcloud/typings": "^1.7.0", - "core-js": "^3.6.4" - }, - "engines": { - "node": "^20.0.0", - "npm": "^9.0.0" + "@nextcloud/vue": "^8.0.0", + "vue": "^2.7.16" } }, "node_modules/@nextcloud/paths": { |