From ffdb3923e50e21a64b959fcd95a702bb93f91cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:36:17 +0000 Subject: Build(deps): Bump @nextcloud/password-confirmation from 4.0.4 to 4.1.0 Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 4.0.4 to 4.1.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v4.0.4...v4.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/password-confirmation" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 59 ++++++++++++++++++------------------------------------- 1 file changed, 19 insertions(+), 40 deletions(-) (limited to 'package-lock.json') diff --git a/package-lock.json b/package-lock.json index 40038ce1b..50295eab8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,6 @@ "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/moment": "^1.2.1", - "@nextcloud/password-confirmation": "^1.0.1", "@nextcloud/router": "^2.0.0", "@nextcloud/vue": "^7.8.0", "@vue/vue2-jest": "^29.2.6", @@ -31,7 +30,7 @@ "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/eslint-config": "^8.0.0", "@nextcloud/eslint-plugin": "^2.0.0", - "@nextcloud/password-confirmation": "^4.0.2", + "@nextcloud/password-confirmation": "^4.1.0", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^5.1.0", "@types/jest": "^29.1.1", @@ -3398,20 +3397,22 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.4.tgz", - "integrity": "sha512-CdCOWwKU4ejKv0uABn3dfigwPH+tZKUOA38MzZDM4YyL1q9TgKOK90mnrJBvz6EBnlleZEvKlX94jjwPfOdvKw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.1.0.tgz", + "integrity": "sha512-rHmegY0QbTigvZEeEer5QpswL4J7ChHizT48az7257JjdoKM47w6uzN+bsWQFHvzekPC913NoyCn6J9fBYtYnw==", "dev": true, "dependencies": { - "@nextcloud/axios": "^2.0.0", - "@nextcloud/l10n": "^1.6.0", - "@nextcloud/router": "^2.0.0", - "@nextcloud/vue": "^7.0.0-beta.5", - "vue": "^2.7.10" + "@nextcloud/axios": "^2.4.0", + "@nextcloud/l10n": "^2.2.0", + "@nextcloud/router": "^2.1.2" }, "engines": { - "node": "^16.0.0", - "npm": "^7.0.0 || ^8.0.0" + "node": "^20.0.0", + "npm": "^9.0.0" + }, + "peerDependencies": { + "@nextcloud/vue": "^7.6.0", + "vue": "^2.7.14" } }, "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/axios": { @@ -3429,16 +3430,6 @@ "npm": "^9.0.0" } }, - "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/l10n": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz", - "integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==", - "dev": true, - "dependencies": { - "core-js": "^3.6.4", - "node-gettext": "^3.0.0" - } - }, "node_modules/@nextcloud/paths": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.1.0.tgz", @@ -23277,16 +23268,14 @@ } }, "@nextcloud/password-confirmation": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.4.tgz", - "integrity": "sha512-CdCOWwKU4ejKv0uABn3dfigwPH+tZKUOA38MzZDM4YyL1q9TgKOK90mnrJBvz6EBnlleZEvKlX94jjwPfOdvKw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.1.0.tgz", + "integrity": "sha512-rHmegY0QbTigvZEeEer5QpswL4J7ChHizT48az7257JjdoKM47w6uzN+bsWQFHvzekPC913NoyCn6J9fBYtYnw==", "dev": true, "requires": { - "@nextcloud/axios": "^2.0.0", - "@nextcloud/l10n": "^1.6.0", - "@nextcloud/router": "^2.0.0", - "@nextcloud/vue": "^7.0.0-beta.5", - "vue": "^2.7.10" + "@nextcloud/axios": "^2.4.0", + "@nextcloud/l10n": "^2.2.0", + "@nextcloud/router": "^2.1.2" }, "dependencies": { "@nextcloud/axios": { @@ -23299,16 +23288,6 @@ "@nextcloud/router": "^2.1.2", "axios": "^1.4.0" } - }, - "@nextcloud/l10n": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz", - "integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==", - "dev": true, - "requires": { - "core-js": "^3.6.4", - "node-gettext": "^3.0.0" - } } } }, -- cgit v1.2.3