chore: bump JS dependencies

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
Vitor Mattos 2025-11-11 18:36:29 -03:00
commit f9ba8f3d59
No known key found for this signature in database
GPG key ID: 6FECE2AD4809003A
2 changed files with 2043 additions and 1420 deletions

3418
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -20,34 +20,34 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@fontsource/dancing-script": "^5.2.6",
"@fontsource/dancing-script": "^5.2.8",
"@libresign/vue-pdf-editor": "^1.4.6",
"@marionebl/option": "^1.0.8",
"@mdi/js": "^7.4.47",
"@mdi/svg": "^7.4.47",
"@nextcloud/auth": "^2.5.1",
"@nextcloud/axios": "^2.5.1",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^6.3.1",
"@nextcloud/event-bus": "^3.3.2",
"@nextcloud/files": "^3.10.2",
"@nextcloud/auth": "^2.5.3",
"@nextcloud/axios": "^2.5.2",
"@nextcloud/capabilities": "^1.2.1",
"@nextcloud/dialogs": "^6.4.1",
"@nextcloud/event-bus": "^3.3.3",
"@nextcloud/files": "^3.12.0",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.3.0",
"@nextcloud/l10n": "^3.4.1",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.4",
"@nextcloud/password-confirmation": "^5.3.1",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/moment": "^1.3.5",
"@nextcloud/password-confirmation": "^5.3.2",
"@nextcloud/paths": "^2.2.2",
"@nextcloud/router": "^3.0.1",
"@nextcloud/upload": "^1.10.0",
"@nextcloud/vue": "^8.27.0",
"@nextcloud/upload": "^1.11.0",
"@nextcloud/vue": "^8.34.0",
"@vueuse/core": "^11.3.0",
"blueimp-md5": "^2.19.0",
"copy-webpack-plugin": "^13.0.0",
"copy-webpack-plugin": "^13.0.1",
"crypto-js": "^4.2.0",
"debounce": "^2.2.0",
"js-confetti": "^0.12.0",
"pinia": "^2.3.1",
"signature_pad": "^5.0.10",
"signature_pad": "^5.1.1",
"vue": "^2.7.16",
"vue-advanced-cropper": "^1.11.7",
"vue-drag-resize": "^1.5.4",
@ -63,16 +63,17 @@
"npm": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.27.7",
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@babel/core": "^7.28.5",
"@nextcloud/babel-config": "^1.3.0",
"@nextcloud/browserslist-config": "^3.1.2",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/stylelint-config": "^3.1.0",
"@nextcloud/webpack-vue-config": "^6.3.0",
"@nextcloud/stylelint-config": "^3.1.1",
"@nextcloud/webpack-vue-config": "^6.3.2",
"vue-loader": "15.11.1",
"@vue/tsconfig": "^0.5.1",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"esbuild-loader": "^4.3.0",
"openapi-typescript": "^7.8.0",
"esbuild-loader": "^4.4.0",
"openapi-typescript": "^7.10.1",
"vue-template-compiler": "^2.7.16"
}
}