aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigorii K. Shartsev <me@shgk.me>2023-10-11 17:26:39 +0200
committerGrigorii K. Shartsev <me@shgk.me>2023-10-12 18:16:54 +0200
commit26c3885bff33d26910e0632c825f16d0027cb748 (patch)
tree5a94c0bb9d0ba8ef964c7e124095feff0dc0632f
parent01d5979ed26b7f573e5bc09919dc3b4df1278731 (diff)
downloadnextcloud-server-26c3885bff33d26910e0632c825f16d0027cb748.tar.gz
nextcloud-server-26c3885bff33d26910e0632c825f16d0027cb748.zip
chore(deps): Bump @nextcloud/password-confirmation from 4.0.1 to 5.0.0
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
-rw-r--r--package-lock.json137
-rw-r--r--package.json2
2 files changed, 10 insertions, 129 deletions
diff --git a/package-lock.json b/package-lock.json
index d423a6d1108..e7d4a777550 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.1",
- "@nextcloud/password-confirmation": "^4.0.4",
+ "@nextcloud/password-confirmation": "^5.0.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/sharing": "^0.1.0",
@@ -3738,140 +3738,21 @@
}
},
"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==",
- "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"
- },
- "engines": {
- "node": "^16.0.0",
- "npm": "^7.0.0 || ^8.0.0"
- }
- },
- "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/dialogs": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.1.0.tgz",
- "integrity": "sha512-7e0QMdJKL1Pn/RxOA6Fjm2PMSEUSvhRXuyoZqNFN/rvvVK9mXOCvkRI+vYwuCBCzoTi1Bv3k12BoXxB2UHAufQ==",
- "dependencies": {
- "@nextcloud/l10n": "^2.1.0",
- "@nextcloud/typings": "^1.7.0",
- "core-js": "^3.31.0",
- "toastify-js": "^1.12.0"
- },
- "engines": {
- "node": "^20.0.0",
- "npm": "^9.0.0"
- }
- },
- "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/dialogs/node_modules/@nextcloud/l10n": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-2.2.0.tgz",
- "integrity": "sha512-UAM2NJcl/NR46MANSF7Gr7q8/Up672zRyGrxLpN3k4URNmWQM9upkbRME+1K3T29wPrUyOIbQu710ZjvZafqFA==",
- "dependencies": {
- "@nextcloud/router": "^2.1.2",
- "@nextcloud/typings": "^1.7.0",
- "dompurify": "^3.0.3",
- "escape-html": "^1.0.3",
- "node-gettext": "^3.0.0"
- },
- "engines": {
- "node": "^20.0.0",
- "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==",
- "dependencies": {
- "core-js": "^3.6.4",
- "node-gettext": "^3.0.0"
- }
- },
- "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/vue": {
- "version": "7.12.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.1.tgz",
- "integrity": "sha512-j3wWgUkGEbq6cEdgdiG8VWWgqEd8YvKhK64o1eKbLP3OlVkcrqXfiRmPm1SafPVureGr/Yp/Ty/zIZnHBjxlNg==",
- "dependencies": {
- "@floating-ui/dom": "^1.1.0",
- "@nextcloud/auth": "^2.0.0",
- "@nextcloud/axios": "^2.0.0",
- "@nextcloud/browser-storage": "^0.2.0",
- "@nextcloud/calendar-js": "^6.0.0",
- "@nextcloud/capabilities": "^1.0.4",
- "@nextcloud/dialogs": "^4.0.0",
- "@nextcloud/event-bus": "^3.0.0",
- "@nextcloud/initial-state": "^2.0.0",
- "@nextcloud/l10n": "^2.0.1",
- "@nextcloud/logger": "^2.2.1",
- "@nextcloud/router": "^2.0.0",
- "@nextcloud/vue-select": "^3.21.2",
- "@skjnldsv/sanitize-svg": "^1.0.2",
- "@vueuse/components": "^10.0.2",
- "clone": "^2.1.2",
- "debounce": "1.2.1",
- "emoji-mart-vue-fast": "^12.0.1",
- "escape-html": "^1.0.3",
- "floating-vue": "^1.0.0-beta.19",
- "focus-trap": "^7.4.3",
- "hammerjs": "^2.0.8",
- "linkify-string": "^4.0.0",
- "md5": "^2.3.0",
- "node-polyfill-webpack-plugin": "^2.0.1",
- "rehype-react": "^7.1.2",
- "remark-breaks": "^3.0.2",
- "remark-external-links": "^9.0.1",
- "remark-parse": "^10.0.1",
- "remark-rehype": "^10.1.0",
- "splitpanes": "^2.4.1",
- "string-length": "^5.0.1",
- "striptags": "^3.2.0",
- "tributejs": "^5.1.3",
- "unified": "^10.1.2",
- "unist-builder": "^3.0.1",
- "unist-util-visit": "^4.1.2",
- "vue": "^2.7.14",
- "vue-color": "^2.8.1",
- "vue-material-design-icons": "^5.1.2",
- "vue-multiselect": "^2.1.6",
- "vue2-datepicker": "^3.11.0"
- },
- "engines": {
- "node": "^16.0.0",
- "npm": "^7.0.0 || ^8.0.0"
- }
- },
- "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/vue/node_modules/@nextcloud/l10n": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-2.2.0.tgz",
- "integrity": "sha512-UAM2NJcl/NR46MANSF7Gr7q8/Up672zRyGrxLpN3k4URNmWQM9upkbRME+1K3T29wPrUyOIbQu710ZjvZafqFA==",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.0.tgz",
+ "integrity": "sha512-wll52VpMrM/rEKmOZxrVyv7ljcZphKqzpVfA994f2IJGNqTTyaRSa8E1dmnXv6HGvt9fd2K8X+eNGKCsaU1p7g==",
"dependencies": {
- "@nextcloud/router": "^2.1.2",
- "@nextcloud/typings": "^1.7.0",
- "dompurify": "^3.0.3",
- "escape-html": "^1.0.3",
- "node-gettext": "^3.0.0"
+ "@nextcloud/axios": "^2.4.0",
+ "@nextcloud/l10n": "^2.2.0",
+ "@nextcloud/router": "^2.1.2"
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
- }
- },
- "node_modules/@nextcloud/password-confirmation/node_modules/emoji-mart-vue-fast": {
- "version": "12.0.5",
- "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-12.0.5.tgz",
- "integrity": "sha512-XFNwIk+ConSAjC4tmk//s6btlo3oQco7TBgP914Qytg/15jLa/0VrWNg271W2MTv+8N8BxYl2dDn3cZJxcreqw==",
- "dependencies": {
- "@babel/runtime": "^7.18.6",
- "core-js": "^3.23.5"
},
"peerDependencies": {
- "vue": ">2.0.0"
+ "@nextcloud/vue": "^8.0.0-beta.7",
+ "vue": "^2.7.14"
}
},
"node_modules/@nextcloud/paths": {
diff --git a/package.json b/package.json
index 3f3d34a68a7..84d94813c93 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.1",
- "@nextcloud/password-confirmation": "^4.0.4",
+ "@nextcloud/password-confirmation": "^5.0.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/sharing": "^0.1.0",