From e6fd16be182f34312979b9b4ffe7c2e38c120e8f Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 12 Jan 2025 03:28:41 +0000 Subject: [PATCH] fix(deps): Fix npm audit Signed-off-by: GitHub --- package-lock.json | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96a3d7879..531c7daf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2980,9 +2980,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", @@ -3020,6 +3020,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", @@ -3409,9 +3410,9 @@ } }, "node_modules/@tiptap/extension-bubble-menu": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.11.0.tgz", - "integrity": "sha512-21KyB7+QSQjw72Oxzs3Duw9WErAUrigFZCyoCZNjp24wP7mFVsy1jAcnRiAi8pBVwlwHBZ29IW1PeavqCSFFVA==", + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.11.2.tgz", + "integrity": "sha512-G+m7JLhe6SGcDugm8q3RXVLVnCm4t67FGNlOLRzq25VNgD7FDNwjgISp04W+qcJa0+Z5cbQt/4naUji5QEH97A==", "license": "MIT", "dependencies": { "tippy.js": "^6.3.7" @@ -3507,9 +3508,9 @@ } }, "node_modules/@tiptap/extension-floating-menu": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-2.11.0.tgz", - "integrity": "sha512-dexhhUJm0x9OolbeVCa7RpxuALU3bJZC7dFpu/rPG3ZetXKhVw8hTrqUQD5w1DjXpczBzScnLgLrvnjxbG66pw==", + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-2.11.2.tgz", + "integrity": "sha512-DoFGgguE24rxPkZTD7sH3GFi9E3JKQGeGw0sFTwXx1ZFnyCtqbLcPOfT4THlvUEcixt68Mk48M1NTFVOGn/dyA==", "license": "MIT", "dependencies": { "tippy.js": "^6.3.7" @@ -3773,13 +3774,13 @@ } }, "node_modules/@tiptap/vue-2": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/@tiptap/vue-2/-/vue-2-2.11.0.tgz", - "integrity": "sha512-LmHWwAj8sTc7SdujQRzHX9hz/3u73O8FmvfrnmgxBtTxA0kubyKcThJoaq51eLlX3Z/GiCW5FDCY8+d5jXYfUQ==", + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/@tiptap/vue-2/-/vue-2-2.11.2.tgz", + "integrity": "sha512-b8plmBnKN6p9E4cJThuFaunXCEmN5Y0P+CyfFhgVtDOu2bF13TFmL7WQGH+aVrx0blOmvnqE1RnIZH33EI1LiA==", "license": "MIT", "dependencies": { - "@tiptap/extension-bubble-menu": "^2.11.0", - "@tiptap/extension-floating-menu": "^2.11.0", + "@tiptap/extension-bubble-menu": "^2.11.2", + "@tiptap/extension-floating-menu": "^2.11.2", "vue-ts-types": "1.6.2" }, "funding": {