summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-09-13 18:38:36 +0000
committerChristopher Ng <chrng8@gmail.com>2022-09-14 17:23:22 +0000
commit26535e4856617c21dad14f444bd8a4316cae5af3 (patch)
treeb01e881907f0405e39e103f6f6afdd8f40d74520 /package-lock.json
parent204a700f85e17966a15afaa2dc91250e3c8a77b4 (diff)
downloadnextcloud-server-26535e4856617c21dad14f444bd8a4316cae5af3.tar.gz
nextcloud-server-26535e4856617c21dad14f444bd8a4316cae5af3.zip
Fix unresponsive legacy password confirmation dialog with new dialog in Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json154
1 files changed, 147 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 835ab9473f4..deb801a3101 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,7 +21,7 @@
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/logger": "^2.1.0",
"@nextcloud/moment": "^1.2.0",
- "@nextcloud/password-confirmation": "^1.0.1",
+ "@nextcloud/password-confirmation": "^4.0.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0",
@@ -3186,9 +3186,87 @@
}
},
"node_modules/@nextcloud/password-confirmation": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-1.0.1.tgz",
- "integrity": "sha512-qsyzc8uKcMqssBkm5O1qdV7pL4EJWOMnj036w0UmhLozaoPlla5nUvC51uC1N9ONREEtN0Q/xEEOskNn1qD1hQ=="
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.0.tgz",
+ "integrity": "sha512-LdbuxTbYFs89Wnbw8EHEOJ7itiQxeu7lDyD0iUys4qxpuYaNYcs/VmNnDO+6w5cHKkgEA1ouD9s1TYpWV71iZg==",
+ "dependencies": {
+ "@nextcloud/axios": "^2.0.0",
+ "@nextcloud/capabilities": "^1.0.4",
+ "@nextcloud/l10n": "^1.6.0",
+ "@nextcloud/router": "^2.0.0",
+ "@nextcloud/vue": "^7.0.0-beta.2",
+ "vue": "^2.7.10"
+ },
+ "engines": {
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/auth": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.0.0.tgz",
+ "integrity": "sha512-v8K8tvjkOsGt1+gKydVeMiEwWLXlfPWSptXnMqP21Xd6pFAQxNuNNCY679XKU4MNaKzpZqLstCCxv/KrjeQv8A==",
+ "dependencies": {
+ "@nextcloud/event-bus": "^3.0.0"
+ }
+ },
+ "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/axios": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.0.0.tgz",
+ "integrity": "sha512-Pgg0QtA+phxYbe3kMWwhN03ltMZU3x2SfPLRbOPJGP29DgULKBS6YH3U4ev2M8T0drrwCcRnB7esb+FSrW+D5g==",
+ "dependencies": {
+ "@nextcloud/auth": "^2.0.0",
+ "axios": "^0.27.2",
+ "tslib": "^2.4.0"
+ },
+ "engines": {
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/event-bus": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.0.2.tgz",
+ "integrity": "sha512-svXCZa4UkoZKsBiGzTi0cVcbPFUOhCm7pMKjGumRwBvHywX+8by478IQ8Grw75PFHxajMJZ0KrOTTM8WnzzEAw==",
+ "dependencies": {
+ "semver": "^7.3.7"
+ },
+ "engines": {
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.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/axios": {
+ "version": "0.27.2",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
+ "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
+ "dependencies": {
+ "follow-redirects": "^1.14.9",
+ "form-data": "^4.0.0"
+ }
+ },
+ "node_modules/@nextcloud/password-confirmation/node_modules/semver": {
+ "version": "7.3.7",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
+ "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
},
"node_modules/@nextcloud/paths": {
"version": "2.1.0",
@@ -34421,9 +34499,71 @@
}
},
"@nextcloud/password-confirmation": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-1.0.1.tgz",
- "integrity": "sha512-qsyzc8uKcMqssBkm5O1qdV7pL4EJWOMnj036w0UmhLozaoPlla5nUvC51uC1N9ONREEtN0Q/xEEOskNn1qD1hQ=="
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.0.tgz",
+ "integrity": "sha512-LdbuxTbYFs89Wnbw8EHEOJ7itiQxeu7lDyD0iUys4qxpuYaNYcs/VmNnDO+6w5cHKkgEA1ouD9s1TYpWV71iZg==",
+ "requires": {
+ "@nextcloud/axios": "^2.0.0",
+ "@nextcloud/capabilities": "^1.0.4",
+ "@nextcloud/l10n": "^1.6.0",
+ "@nextcloud/router": "^2.0.0",
+ "@nextcloud/vue": "^7.0.0-beta.2",
+ "vue": "^2.7.10"
+ },
+ "dependencies": {
+ "@nextcloud/auth": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.0.0.tgz",
+ "integrity": "sha512-v8K8tvjkOsGt1+gKydVeMiEwWLXlfPWSptXnMqP21Xd6pFAQxNuNNCY679XKU4MNaKzpZqLstCCxv/KrjeQv8A==",
+ "requires": {
+ "@nextcloud/event-bus": "^3.0.0"
+ }
+ },
+ "@nextcloud/axios": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.0.0.tgz",
+ "integrity": "sha512-Pgg0QtA+phxYbe3kMWwhN03ltMZU3x2SfPLRbOPJGP29DgULKBS6YH3U4ev2M8T0drrwCcRnB7esb+FSrW+D5g==",
+ "requires": {
+ "@nextcloud/auth": "^2.0.0",
+ "axios": "^0.27.2",
+ "tslib": "^2.4.0"
+ }
+ },
+ "@nextcloud/event-bus": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.0.2.tgz",
+ "integrity": "sha512-svXCZa4UkoZKsBiGzTi0cVcbPFUOhCm7pMKjGumRwBvHywX+8by478IQ8Grw75PFHxajMJZ0KrOTTM8WnzzEAw==",
+ "requires": {
+ "semver": "^7.3.7"
+ }
+ },
+ "@nextcloud/l10n": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
+ "integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
+ "requires": {
+ "core-js": "^3.6.4",
+ "node-gettext": "^3.0.0"
+ }
+ },
+ "axios": {
+ "version": "0.27.2",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
+ "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
+ "requires": {
+ "follow-redirects": "^1.14.9",
+ "form-data": "^4.0.0"
+ }
+ },
+ "semver": {
+ "version": "7.3.7",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
+ "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
+ "requires": {
+ "lru-cache": "^6.0.0"
+ }
+ }
+ }
},
"@nextcloud/paths": {
"version": "2.1.0",