GUACAMOLE-1956: Bring Java and JavaScript dependencies up to date.

This commit is contained in:
Alex Leitner
2024-08-12 15:07:12 -04:00
parent f87fc3f99c
commit 68a0d22d2a
57 changed files with 1362 additions and 12689 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +1,9 @@
{
"description": "Dependencies to be installed by Maven for running unit tests and generating documentation",
"devDependencies": {
"jsdoc": "^4.0.2",
"karma": "^6.4.1",
"karma-firefox-launcher": "^2.1.2",
"jsdoc": "^4.0.3",
"karma": "^6.4.4",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^5.1.0"
}
}