Skip to content

Commit 5fe4a4d

Browse files
committed
GUACAMOLE-1859: Update to latest compatible versions of JavaScript dependencies.
The Pickr library also has an update (v1.9.0), but that update does not successfully build, possibly due to a different level of JavaScript version compatibility.
1 parent f82cc93 commit 5fe4a4d

File tree

10 files changed

+53
-49
lines changed

10 files changed

+53
-49
lines changed

doc/licenses/jquery-3.6.4/dep-coordinates.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
jQuery (http://jquery.com/)
22
---------------------------
33

4-
Version: 3.6.4
4+
Version: 3.7.1
55
From: 'OpenJS Foundation' (https://openjsf.org/)
66
License(s):
7-
MIT (bundled/jquery-3.6.4/LICENSE.txt)
7+
MIT (bundled/jquery-3.7.1/LICENSE.txt)
88

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jquery:3.7.1

doc/licenses/webpack-4.46.0/dep-coordinates.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Webpack (https://webpack.js.org/)
22
---------------------------------
33

4-
Version: 4.46.0
4+
Version: 4.47.0
55
From: 'JS Foundation and other contributors'
66
License(s):
7-
MIT (bundled/webpack-4.46.0/LICENSE)
7+
MIT (bundled/webpack-4.47.0/LICENSE)
88

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
webpack:4.47.0

guacamole/src/main/frontend/package-lock.json

Lines changed: 45 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

guacamole/src/main/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"blob-polyfill": ">=7.0.20220408",
1515
"datalist-polyfill": "^1.25.1",
1616
"file-saver": "^2.0.5",
17-
"jquery": "^3.6.4",
17+
"jquery": "^3.7.1",
1818
"jstz": "^2.1.1",
1919
"lodash": "^4.17.21"
2020
},
@@ -29,7 +29,7 @@
2929
"google-closure-compiler": "20221004.0.0",
3030
"html-webpack-plugin": "^4.5.2",
3131
"mini-css-extract-plugin": "^1.6.2",
32-
"webpack": "^4.46.0",
32+
"webpack": "^4.47.0",
3333
"webpack-cli": "^4.10.0"
3434
}
3535
}

0 commit comments

Comments
 (0)