diff --git a/package-lock.json b/package-lock.json index fce01a19..8f92f3eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@cypress/vue2": "^2.1.1", "@nextcloud/eslint-config": "^9.0.1", "@nextcloud/vite-config": "^1.7.2", - "@nextcloud/vue": "^8.40.0", + "@nextcloud/vue": "^8.41.0", "@tsconfig/cypress": "^1.0.5", "@types/node": "^26.2.0", "@vitest/coverage-v8": "^4.1.11", @@ -1052,28 +1052,28 @@ } }, "node_modules/@floating-ui/core": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz", - "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.8.0.tgz", + "integrity": "sha512-0CIZ5itps/8x7BG8dEIhs53BvCUH2PCoogtakwRTut+Arm58sJooJ0AuZhLw2HJYIR5cMLNPBSS728sPho2khQ==", "license": "MIT", "dependencies": { - "@floating-ui/utils": "^0.2.11" + "@floating-ui/utils": "^0.2.12" } }, "node_modules/@floating-ui/dom": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz", - "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.8.0.tgz", + "integrity": "sha512-yXSrzeHZBTZadLOlfyhCkJHNeLJnHRnRInwdZ40L7ZiaAtrBwoYlsDrX3v5zB1Utk7CLfzcOVnVVWoXEky7Ceg==", "license": "MIT", "dependencies": { - "@floating-ui/core": "^1.7.5", - "@floating-ui/utils": "^0.2.11" + "@floating-ui/core": "^1.8.0", + "@floating-ui/utils": "^0.2.12" } }, "node_modules/@floating-ui/utils": { - "version": "0.2.11", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz", - "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==", + "version": "0.2.12", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.12.tgz", + "integrity": "sha512-HpCo8tmWzLVad5s2d19EhAz5zqrrQ6s69qd6moPMQvkOuSwDT1YgRfWSVuc4ennqrgv3OHppiOGMQ7oC13yIww==", "license": "MIT" }, "node_modules/@gerrit0/mini-shiki": { @@ -1821,12 +1821,12 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.40.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.40.0.tgz", - "integrity": "sha512-jc00yzNPXGVgEwnP0b9DVIXPt/JOQDLmCxLHUwuTnuDXfppB92LBzxPOJ/L0rkHYqKRsk+gg1cHKZp9zZFDQww==", + "version": "8.41.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.41.0.tgz", + "integrity": "sha512-537YLnGYkXwTzbjDo2OwRW16sP3et9jcrp0KZeGGmTBJMuI9wRR+WfTTuiHva/UnQ+kNMdfU0aq7lvGrme8OEw==", "license": "AGPL-3.0-or-later", "dependencies": { - "@floating-ui/dom": "^1.7.6", + "@floating-ui/dom": "^1.8.0", "@linusborg/vue-simple-portal": "^0.1.5", "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "^2.6.0", @@ -1844,7 +1844,7 @@ "blurhash": "^2.0.5", "clone": "^2.1.2", "debounce": "^2.2.0", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "emoji-mart-vue-fast": "^15.0.5", "escape-html": "^1.0.3", "floating-vue": "^1.0.0-beta.19", diff --git a/package.json b/package.json index 72c37a69..8c102c2c 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@cypress/vue2": "^2.1.1", "@nextcloud/eslint-config": "^9.0.1", "@nextcloud/vite-config": "^1.7.2", - "@nextcloud/vue": "^8.40.0", + "@nextcloud/vue": "^8.41.0", "@tsconfig/cypress": "^1.0.5", "@types/node": "^26.2.0", "@vitest/coverage-v8": "^4.1.11",