GUACAMOLE-1594: Update all Java and JavaScript dependencies to latest compatible.

NOTE: Several WebPack plugins could not be updated as all plugins within
WebPack's "webpack-contrib" have dropped support for WebPack v4
entirely, but Closure Compiler only supports WebPack v4.
This commit is contained in:
Mike Jumper
2022-10-22 18:13:49 -07:00
parent fed176def6
commit ce9922e08c
124 changed files with 10400 additions and 2227 deletions

View File

@@ -0,0 +1,14 @@
jose4j
Copyright 2012-2015 Brian Campbell
EcdsaUsingShaAlgorithm contains code for converting the concatenated
R & S values of the signature to and from DER, which was originally
derived from the Apache Santuario XML Security library's SignatureECDSA
implementation. http://santuario.apache.org/
The Base64 implementation in this software was derived from the
Apache Commons Codec project. http://commons.apache.org/proper/commons-codec/
JSON processing in this software was derived from the JSON.simple toolkit.
https://code.google.com/p/json-simple/