Skip to content

Commit

Permalink
GUACAMOLE-1956: Merge additional client dependency updates specific t…
Browse files Browse the repository at this point in the history
…o main.
  • Loading branch information
mike-jumper committed Jun 12, 2024
2 parents 284353d + 279dc38 commit 9a77191
Show file tree
Hide file tree
Showing 7 changed files with 1,736 additions and 1,544 deletions.
2 changes: 0 additions & 2 deletions doc/licenses/csv-6.2.5/dep-coordinates.txt

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node-csv (https://github.com/adaltas/node-csv)
---------------------------------------------

Version: 6.2.5
Version: 6.3.9
From: 'Adaltas' (https://github.com/adaltas)
License(s):
MIT (bundled/csv-6.2.5/LICENSE)
MIT (bundled/csv-6.3.9/LICENSE)
2 changes: 2 additions & 0 deletions doc/licenses/csv-6.3.9/dep-coordinates.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
csv:6.3.9
csv-parse:5.5.6
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId>
<version>1.0.2.4</version>
<version>1.0.2.5</version>
</dependency>

</dependencies>
Expand Down
3,262 changes: 1,727 additions & 1,535 deletions guacamole/src/main/frontend/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions guacamole/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"angular-translate-interpolation-messageformat": "^2.19.1",
"angular-translate-loader-static-files": "^2.19.1",
"blob-polyfill": ">=7.0.20220408",
"csv": "^6.2.5",
"csv": "^6.3.9",
"d3-path": "^3.1.0",
"d3-shape": "^3.2.0",
"datalist-polyfill": "^1.25.1",
Expand All @@ -21,11 +21,11 @@
"jquery": "^3.7.1",
"jstz": "^2.1.1",
"lodash": "^4.17.21",
"yaml": "^2.2.2"
"yaml": "^2.4.5"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-loader": "^8.3.0",
"clean-webpack-plugin": "^4.0.0",
"closure-webpack-plugin": "^2.6.1",
Expand Down

0 comments on commit 9a77191

Please sign in to comment.