fix(deps): Fix npm audit

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
nextcloud-command 2025-10-12 03:22:47 +00:00 committed by GitHub
parent f8109290e6
commit c93bdb1f5a

32
package-lock.json generated
View file

@ -3523,15 +3523,15 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "8.31.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.31.0.tgz",
"integrity": "sha512-P5m3Odfw4m0siu7qs88WJutu2C8mEknqMS1ijlqYtQvc8qZwmpQshgCV5GhyyBTTK9Baicthm+ULglIf/Eq/sg==",
"version": "8.32.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.32.0.tgz",
"integrity": "sha512-V2ICZh7K9aVneXjmBV9p2sosYKj4Xr4Da8/Elat0u/v9GprBcRnITMipPXDBqtdf341YjRbaAkfGnpaA7M2GyA==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@floating-ui/dom": "^1.7.4",
"@linusborg/vue-simple-portal": "^0.1.5",
"@nextcloud/auth": "^2.5.2",
"@nextcloud/axios": "^2.5.0",
"@nextcloud/axios": "^2.5.2",
"@nextcloud/browser-storage": "^0.4.0",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/event-bus": "^3.3.2",
@ -3547,7 +3547,7 @@
"blurhash": "^2.0.5",
"clone": "^2.1.2",
"debounce": "^2.2.0",
"dompurify": "^3.2.4",
"dompurify": "^3.2.7",
"emoji-mart-vue-fast": "^15.0.5",
"escape-html": "^1.0.3",
"floating-vue": "^1.0.0-beta.19",
@ -8789,9 +8789,9 @@
}
},
"node_modules/dompurify": {
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz",
"integrity": "sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==",
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.7.tgz",
"integrity": "sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==",
"license": "(MPL-2.0 OR Apache-2.0)",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
@ -22921,14 +22921,14 @@
"requires": {}
},
"@nextcloud/vue": {
"version": "8.31.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.31.0.tgz",
"integrity": "sha512-P5m3Odfw4m0siu7qs88WJutu2C8mEknqMS1ijlqYtQvc8qZwmpQshgCV5GhyyBTTK9Baicthm+ULglIf/Eq/sg==",
"version": "8.32.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.32.0.tgz",
"integrity": "sha512-V2ICZh7K9aVneXjmBV9p2sosYKj4Xr4Da8/Elat0u/v9GprBcRnITMipPXDBqtdf341YjRbaAkfGnpaA7M2GyA==",
"requires": {
"@floating-ui/dom": "^1.7.4",
"@linusborg/vue-simple-portal": "^0.1.5",
"@nextcloud/auth": "^2.5.2",
"@nextcloud/axios": "^2.5.0",
"@nextcloud/axios": "^2.5.2",
"@nextcloud/browser-storage": "^0.4.0",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/event-bus": "^3.3.2",
@ -22944,7 +22944,7 @@
"blurhash": "^2.0.5",
"clone": "^2.1.2",
"debounce": "^2.2.0",
"dompurify": "^3.2.4",
"dompurify": "^3.2.7",
"emoji-mart-vue-fast": "^15.0.5",
"escape-html": "^1.0.3",
"floating-vue": "^1.0.0-beta.19",
@ -26765,9 +26765,9 @@
}
},
"dompurify": {
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz",
"integrity": "sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==",
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.7.tgz",
"integrity": "sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==",
"requires": {
"@types/trusted-types": "^2.0.7"
}