diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-10-13 17:34:42 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-10-19 17:18:31 +0000 |
commit | 6fe73aee37e89a592510d927fd4ffe46af67164c (patch) | |
tree | c71468f8a013a8a693100d80d31f17ae2001e22f /package-lock.json | |
parent | c63f61d62ee590fb1016e77f5815da984e99bdb9 (diff) | |
download | nextcloud-server-6fe73aee37e89a592510d927fd4ffe46af67164c.tar.gz nextcloud-server-6fe73aee37e89a592510d927fd4ffe46af67164c.zip |
Bump @nextcloud/password-confirmation from 4.0.1 to 4.0.2
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 4d306fc647bec114648bfd4c66da8adfc4c8a9cf)
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 86 |
1 files changed, 52 insertions, 34 deletions
diff --git a/package-lock.json b/package-lock.json index 96e677b4f7d..eb472f33f2c 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": "^4.0.1", + "@nextcloud/password-confirmation": "^4.0.2", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.0.0", "@nextcloud/sharing": "^0.1.0", @@ -3712,6 +3712,18 @@ "core-js": "^3.6.4" } }, + "node_modules/@nextcloud/focus-trap": { + "version": "0.1.0-beta", + "resolved": "https://registry.npmjs.org/@nextcloud/focus-trap/-/focus-trap-0.1.0-beta.tgz", + "integrity": "sha512-c6mrUrvDGRVkYfUGAJl7o2lxA/iIMF46XgBdCGCnCJFISFqHoWYGQoG6adc6w2IL7uhGka+lzy38szz+WUYpkA==", + "dependencies": { + "focus-trap": "^7.0.0" + }, + "engines": { + "node": "^16.0.0", + "npm": "^7.0.0 || ^8.0.0" + } + }, "node_modules/@nextcloud/initial-state": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz", @@ -3751,15 +3763,14 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.1.tgz", - "integrity": "sha512-P7P4D1KOb96+80IExPMrUa8JhCIZ4IWSKsmUtenYGi3fIam3MfjY7GNv6X90QXCaWnSdZZGVVrkGRzc8U2Nq2w==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.2.tgz", + "integrity": "sha512-5UwPka9hHOOaoevAE9PpPzZYepKJURuogggAp71BrGl8z1mvE8iMckRQ3B7TYwWX5p9pmMtdWtflWIsVA0uvhw==", "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", + "@nextcloud/vue": "^7.0.0-beta.5", "vue": "^2.7.10" }, "engines": { @@ -3881,9 +3892,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "7.0.0-beta.4", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0-beta.4.tgz", - "integrity": "sha512-uGRtiFzGaSjWmUN4cKXgnoJc/NViVHTOo7tsZI+B+FhlS5ZpEsWHeR2TkOaL5gk9dwdsKjY7c8uc+48fsFXQJg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.1.tgz", + "integrity": "sha512-VwukKyu2ytFLYVrLHKN+waC4xuZaaFdns5+bKX8PzYfqjhjMDbjaZubCb4VkCISsaNqfcnJiE6Rkxtw4mwI8Pw==", "dependencies": { "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.0.0", @@ -3892,6 +3903,7 @@ "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^3.1.4", "@nextcloud/event-bus": "^3.0.0", + "@nextcloud/focus-trap": "^0.1.0-beta", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^1.6.0", "@nextcloud/logger": "^2.2.1", @@ -3900,9 +3912,8 @@ "emoji-mart-vue-fast": "^11.1.1", "escape-html": "^1.0.3", "floating-vue": "^1.0.0-beta.18", - "focus-trap": "^7.0.0", "hammerjs": "^2.0.8", - "linkify-string": "^3.0.4", + "linkify-string": "^4.0.0", "md5": "^2.3.0", "splitpanes": "^2.4.1", "string-length": "^5.0.1", @@ -14197,17 +14208,17 @@ } }, "node_modules/linkify-string": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-3.0.4.tgz", - "integrity": "sha512-OnNqqRjlYXaXipIAbBC8sDXsSumI1ftatzFg141Pw9HEXWjTVLFcMZoKbFupshqWRavtNJ6QHLa+u6AlxxgeRw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-4.0.2.tgz", + "integrity": "sha512-+HoBme50rPaKxh5TrEJqRLq4gphks1zj3cz6gMBKIHwJCFYVwHig8ii9aCzqGUz8DxF2otbq+Z3AJmKUnfOtKg==", "peerDependencies": { - "linkifyjs": "^3.0.0" + "linkifyjs": "^4.0.0" } }, "node_modules/linkifyjs": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-3.0.5.tgz", - "integrity": "sha512-1Y9XQH65eQKA9p2xtk+zxvnTeQBG7rdAXSkUG97DmuI/Xhji9uaUzaWxRj6rf9YC0v8KKHkxav7tnLX82Sz5Fg==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.0.2.tgz", + "integrity": "sha512-/VSoCZiglX0VMsXmL5PN3lRg45M86lrD9PskdkA2abWaTKap1bIcJ11LS4EE55bcUl9ZOR4eZ792UtQ9E/5xLA==", "peer": true }, "node_modules/loader-runner": { @@ -22304,6 +22315,14 @@ "core-js": "^3.6.4" } }, + "@nextcloud/focus-trap": { + "version": "0.1.0-beta", + "resolved": "https://registry.npmjs.org/@nextcloud/focus-trap/-/focus-trap-0.1.0-beta.tgz", + "integrity": "sha512-c6mrUrvDGRVkYfUGAJl7o2lxA/iIMF46XgBdCGCnCJFISFqHoWYGQoG6adc6w2IL7uhGka+lzy38szz+WUYpkA==", + "requires": { + "focus-trap": "^7.0.0" + } + }, "@nextcloud/initial-state": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz", @@ -22343,15 +22362,14 @@ } }, "@nextcloud/password-confirmation": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.1.tgz", - "integrity": "sha512-P7P4D1KOb96+80IExPMrUa8JhCIZ4IWSKsmUtenYGi3fIam3MfjY7GNv6X90QXCaWnSdZZGVVrkGRzc8U2Nq2w==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.2.tgz", + "integrity": "sha512-5UwPka9hHOOaoevAE9PpPzZYepKJURuogggAp71BrGl8z1mvE8iMckRQ3B7TYwWX5p9pmMtdWtflWIsVA0uvhw==", "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", + "@nextcloud/vue": "^7.0.0-beta.5", "vue": "^2.7.10" }, "dependencies": { @@ -22449,9 +22467,9 @@ } }, "@nextcloud/vue": { - "version": "7.0.0-beta.4", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.0-beta.4.tgz", - "integrity": "sha512-uGRtiFzGaSjWmUN4cKXgnoJc/NViVHTOo7tsZI+B+FhlS5ZpEsWHeR2TkOaL5gk9dwdsKjY7c8uc+48fsFXQJg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.0.1.tgz", + "integrity": "sha512-VwukKyu2ytFLYVrLHKN+waC4xuZaaFdns5+bKX8PzYfqjhjMDbjaZubCb4VkCISsaNqfcnJiE6Rkxtw4mwI8Pw==", "requires": { "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.0.0", @@ -22460,6 +22478,7 @@ "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^3.1.4", "@nextcloud/event-bus": "^3.0.0", + "@nextcloud/focus-trap": "^0.1.0-beta", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^1.6.0", "@nextcloud/logger": "^2.2.1", @@ -22468,9 +22487,8 @@ "emoji-mart-vue-fast": "^11.1.1", "escape-html": "^1.0.3", "floating-vue": "^1.0.0-beta.18", - "focus-trap": "^7.0.0", "hammerjs": "^2.0.8", - "linkify-string": "^3.0.4", + "linkify-string": "^4.0.0", "md5": "^2.3.0", "splitpanes": "^2.4.1", "string-length": "^5.0.1", @@ -30397,15 +30415,15 @@ } }, "linkify-string": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-3.0.4.tgz", - "integrity": "sha512-OnNqqRjlYXaXipIAbBC8sDXsSumI1ftatzFg141Pw9HEXWjTVLFcMZoKbFupshqWRavtNJ6QHLa+u6AlxxgeRw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-4.0.2.tgz", + "integrity": "sha512-+HoBme50rPaKxh5TrEJqRLq4gphks1zj3cz6gMBKIHwJCFYVwHig8ii9aCzqGUz8DxF2otbq+Z3AJmKUnfOtKg==", "requires": {} }, "linkifyjs": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-3.0.5.tgz", - "integrity": "sha512-1Y9XQH65eQKA9p2xtk+zxvnTeQBG7rdAXSkUG97DmuI/Xhji9uaUzaWxRj6rf9YC0v8KKHkxav7tnLX82Sz5Fg==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.0.2.tgz", + "integrity": "sha512-/VSoCZiglX0VMsXmL5PN3lRg45M86lrD9PskdkA2abWaTKap1bIcJ11LS4EE55bcUl9ZOR4eZ792UtQ9E/5xLA==", "peer": true }, "loader-runner": { |