summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json59
-rw-r--r--package.json4
2 files changed, 21 insertions, 42 deletions
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"
- }
}
}
},
diff --git a/package.json b/package.json
index 430ce14be..18f1c4477 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "^1.2.1",
- "@nextcloud/password-confirmation": "^1.0.1",
+ "@nextcloud/password-confirmation": "^4.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^7.8.0",
"@vue/vue2-jest": "^29.2.6",
@@ -70,7 +70,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",