diff --git a/package-lock.json b/package-lock.json index 8ddf2e2d..6805d385 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@cypress/vue2": "^2.1.1", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/vite-config": "^1.5.2", - "@nextcloud/vue": "^8.26.1", + "@nextcloud/vue": "^8.27.0", "@tsconfig/cypress": "^1.0.2", "@types/node": "^20.17.19", "@vitest/coverage-v8": "^3.1.4", @@ -1984,9 +1984,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.26.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.26.1.tgz", - "integrity": "sha512-kaTtiNeaiE2nT4mLe1X3oIbuNZbIYOQknPTa9gF6yCCn8gMwMTfg/JL/7Kr1a+UsLYNLLCizGZoCjEzR2DDpYA==", + "version": "8.27.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.27.0.tgz", + "integrity": "sha512-v9aTv5G5zVKN8PJVAP/WTcTspDXr6yxZtgGyQ4El5pZzMWk2+3wANT+VU4mdNCIpiJ2xyYorLs/Gg0Z9y73Anw==", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", @@ -2022,6 +2022,7 @@ "remark-breaks": "^4.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.0.0", + "remark-unlink-protocols": "^1.0.0", "splitpanes": "^2.4.1", "string-length": "^5.0.1", "striptags": "^3.2.0", @@ -9054,6 +9055,20 @@ "safe-buffer": "^5.1.2" } }, + "node_modules/mdast-squeeze-paragraphs": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-6.0.0.tgz", + "integrity": "sha512-6NDbJPTg0M0Ye+TlYwX1KJ1LFbp515P2immRJyJQhc9Na9cetHzSoHNYIQcXpANEAP1sm9yd/CTZU2uHqR5A+w==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^4.0.0", + "unist-util-visit": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/mdast-util-find-and-replace": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", @@ -10906,6 +10921,17 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/remark-unlink-protocols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/remark-unlink-protocols/-/remark-unlink-protocols-1.0.0.tgz", + "integrity": "sha512-5j/F28jhFmxeyz8nuJYYIWdR4nNpKWZ8A+tVwnK/0pq7Rjue33CINEYSckSq2PZvedhKUwbn08qyiuGoPLBung==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^4.0.0", + "mdast-squeeze-paragraphs": "^6.0.0", + "unist-util-visit": "^5.0.0" + } + }, "node_modules/request-progress": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", diff --git a/package.json b/package.json index 3ce849a6..5815b1b0 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@cypress/vue2": "^2.1.1", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/vite-config": "^1.5.2", - "@nextcloud/vue": "^8.26.1", + "@nextcloud/vue": "^8.27.0", "@tsconfig/cypress": "^1.0.2", "@types/node": "^20.17.19", "@vitest/coverage-v8": "^3.1.4",