GUACAMOLE-1594: Update JavaScript dependencies to latest compatible versions.

This commit is contained in:
Mike Jumper
2023-01-10 16:07:06 -08:00
parent 9262a2b33b
commit 0f3cb8d056
4 changed files with 484 additions and 206 deletions

View File

@@ -1,8 +1,8 @@
jQuery (http://jquery.com/) jQuery (http://jquery.com/)
--------------------------- ---------------------------
Version: 3.6.1 Version: 3.6.3
From: 'OpenJS Foundation' (https://openjsf.org/) From: 'OpenJS Foundation' (https://openjsf.org/)
License(s): License(s):
MIT (bundled/jquery-3.6.1/LICENSE.txt) MIT (bundled/jquery-3.6.3/LICENSE.txt)

View File

@@ -1 +1 @@
jquery:3.6.1 jquery:3.6.3

File diff suppressed because it is too large Load Diff

View File

@@ -5,8 +5,8 @@
}, },
"dependencies": { "dependencies": {
"@simonwep/pickr": "^1.8.2", "@simonwep/pickr": "^1.8.2",
"angular": "^1.8.2", "angular": "^1.8.3",
"angular-route": "^1.8.2", "angular-route": "^1.8.3",
"angular-templatecache-webpack-plugin": "^1.0.1", "angular-templatecache-webpack-plugin": "^1.0.1",
"angular-translate": "^2.19.0", "angular-translate": "^2.19.0",
"angular-translate-interpolation-messageformat": "^2.19.0", "angular-translate-interpolation-messageformat": "^2.19.0",
@@ -14,7 +14,7 @@
"blob-polyfill": ">=7.0.20220408", "blob-polyfill": ">=7.0.20220408",
"datalist-polyfill": "^1.25.0", "datalist-polyfill": "^1.25.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"jquery": "^3.6.1", "jquery": "^3.6.3",
"jstz": "^2.1.1", "jstz": "^2.1.1",
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },