From baf4d08c5723fb82ad16871727d6d1fcc44b012f Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Tue, 24 Dec 2024 03:00:56 +0000 Subject: [PATCH] fix(deps): Apply npm audit fix Signed-off-by: GitHub --- package-lock.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76ff41d0c5..2054d3f380 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "nextcloud-mail", - "version": "3.7.16", + "version": "3.7.17", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", @@ -4614,9 +4614,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.21.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.21.0.tgz", - "integrity": "sha512-at06uh2JJkn8dV3Yzyoag2z1g6omad8MZ8yKWE+9ZAGP+kaysbnI5q3lB7KXu8SVRtX3Rex8/oal0jgsbb6Spg==", + "version": "8.22.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.22.0.tgz", + "integrity": "sha512-6smeLUVLl8lqh+ia9j+m3nk9fnjra/YNgNO8RI1He8LRuojB9ZQtIy3kGcqIN1BOi6fx9qLiBEkobazWzMmiSw==", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", @@ -4654,6 +4654,7 @@ "splitpanes": "^2.4.1", "string-length": "^5.0.1", "striptags": "^3.2.0", + "tabbable": "^6.2.0", "tributejs": "^5.1.3", "unified": "^11.0.1", "unist-builder": "^4.0.0", @@ -23439,9 +23440,9 @@ } }, "@nextcloud/vue": { - "version": "8.21.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.21.0.tgz", - "integrity": "sha512-at06uh2JJkn8dV3Yzyoag2z1g6omad8MZ8yKWE+9ZAGP+kaysbnI5q3lB7KXu8SVRtX3Rex8/oal0jgsbb6Spg==", + "version": "8.22.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.22.0.tgz", + "integrity": "sha512-6smeLUVLl8lqh+ia9j+m3nk9fnjra/YNgNO8RI1He8LRuojB9ZQtIy3kGcqIN1BOi6fx9qLiBEkobazWzMmiSw==", "requires": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -23478,6 +23479,7 @@ "splitpanes": "^2.4.1", "string-length": "^5.0.1", "striptags": "^3.2.0", + "tabbable": "^6.2.0", "tributejs": "^5.1.3", "unified": "^11.0.1", "unist-builder": "^4.0.0",